diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-08 17:43:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-08 17:43:20 +0000 |
commit | a42dd581eee3dcbdf67512b5cca15b0b3ef57c83 (patch) | |
tree | 6e0a43d9ac544ad07d8278f7eab13ea61c978488 /math/py-fpconst/Makefile | |
parent | 6c35235f6539e84b797d1f479b11860397ec5440 (diff) | |
download | pkgsrc-a42dd581eee3dcbdf67512b5cca15b0b3ef57c83.tar.gz |
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r-- | math/py-fpconst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 30455776cd6..0ca3796d97d 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/06/08 17:43:35 wiz Exp $ DISTNAME= fpconst-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python -MASTER_SITES= http://pypi.python.org/packages/source/f/fpconst/ +MASTER_SITES= ${MASTER_SITE_PYPI:=f/fpconst/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/fpconst |