pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math Fix MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af096d375b6c
branches:  trunk
changeset: 348233:af096d375b6c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 10 09:06:41 2016 +0000

description:
Fix MASTER_SITES.

diffstat:

 math/py-mpmath/Makefile   |  4 ++--
 math/py-networkx/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 538dae18c3f1 -r af096d375b6c math/py-mpmath/Makefile
--- a/math/py-mpmath/Makefile   Fri Jun 10 07:19:13 2016 +0000
+++ b/math/py-mpmath/Makefile   Fri Jun 10 09:06:41 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2016/06/08 17:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/06/10 09:06:41 wiz Exp $
 
 DISTNAME=      mpmath-0.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mpmath/ \}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mpmath/} \
                http://mpmath.org/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 538dae18c3f1 -r af096d375b6c math/py-networkx/Makefile
--- a/math/py-networkx/Makefile Fri Jun 10 07:19:13 2016 +0000
+++ b/math/py-networkx/Makefile Fri Jun 10 09:06:41 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 17:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/06/10 09:06:54 wiz Exp $
 
 DISTNAME=      networkx-1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=n/networkx/ \}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/networkx/} \
                http://networkx.lanl.gov/download/networkx/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index