pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-pyrex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:43:38 UTC 2022

Modified Files:
        pkgsrc/lang/py-pyrex: Makefile PLIST

Log Message:
py-pyrex: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/py-pyrex/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-pyrex/PLIST

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

Modified files:

Index: pkgsrc/lang/py-pyrex/Makefile
diff -u pkgsrc/lang/py-pyrex/Makefile:1.34 pkgsrc/lang/py-pyrex/Makefile:1.35
--- pkgsrc/lang/py-pyrex/Makefile:1.34  Sun Nov  3 19:04:05 2019
+++ pkgsrc/lang/py-pyrex/Makefile       Mon Jan 10 20:43:38 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2019/11/03 19:04:05 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2022/01/10 20:43:38 wiz Exp $
 
 DISTNAME=      Pyrex-0.9.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    lang python
 MASTER_SITES=  http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
 
@@ -16,5 +16,5 @@ USE_TOOLS+=   pax
 PYTHON_SELF_CONFLICT=          yes
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.9.9
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/py-pyrex/PLIST
diff -u pkgsrc/lang/py-pyrex/PLIST:1.9 pkgsrc/lang/py-pyrex/PLIST:1.10
--- pkgsrc/lang/py-pyrex/PLIST:1.9      Sun Jan 26 00:30:02 2014
+++ pkgsrc/lang/py-pyrex/PLIST  Mon Jan 10 20:43:38 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2014/01/26 00:30:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/01/10 20:43:38 wiz Exp $
 bin/pyrexc
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/Pyrex/Compiler/Builtin.py
 ${PYSITELIB}/Pyrex/Compiler/Builtin.pyc
 ${PYSITELIB}/Pyrex/Compiler/Builtin.pyo



Home | Main Index | Thread Index | Old Index