pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cython Fix MASTER_SITES (no longer here, swit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b24765ccb9
branches:  trunk
changeset: 351113:95b24765ccb9
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Aug 15 00:07:28 2016 +0000

description:
Fix MASTER_SITES (no longer here, switch to MASTER_SITE_PYPI)

Thanks to Bernhard Riedel for noticing it!

diffstat:

 devel/py-cython/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 6f16b812b29a -r 95b24765ccb9 devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Sun Aug 14 21:16:49 2016 +0000
+++ b/devel/py-cython/Makefile  Mon Aug 15 00:07:28 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2016/04/13 18:13:49 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/08/15 00:07:28 leot Exp $
 
 DISTNAME=      Cython-0.24
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Cy/cy/}
 CATEGORIES=    lang python
-MASTER_SITES=  http://cython.org/release/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cython/}
 
 MAINTAINER=    jihbed.research%gmail.com@localhost
 HOMEPAGE=      http://cython.org/



Home | Main Index | Thread Index | Old Index