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 | 66657f0945bd10aea95bf8000afc916d947cfbd8 (patch) | |
tree | b5b84bf5c7f997fcce4ec3a54792f163b6b658ca /math/py-mpmath | |
parent | 2f71cec74f81aa2a3128422a53bff191d1531360 (diff) | |
download | pkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz |
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'math/py-mpmath')
-rw-r--r-- | math/py-mpmath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 54254644fb9..6a23ba0e59b 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2014/07/22 10:11:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/06/08 17:43:35 wiz Exp $ DISTNAME= mpmath-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math -MASTER_SITES= http://pypi.python.org/packages/source/m/mpmath/ \ +MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/ \} http://mpmath.org/files/ MAINTAINER= pkgsrc-users@NetBSD.org |