pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Aug 15 00:07:28 UTC 2016

Modified Files:
        pkgsrc/devel/py-cython: Makefile

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

Thanks to Bernhard Riedel for noticing it!


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-cython/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.32 pkgsrc/devel/py-cython/Makefile:1.33
--- pkgsrc/devel/py-cython/Makefile:1.32        Wed Apr 13 18:13:49 2016
+++ pkgsrc/devel/py-cython/Makefile     Mon Aug 15 00:07:28 2016
@@ -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