pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-pyrex py-pyrex: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/649c19e34e4b
branches:  trunk
changeset: 371557:649c19e34e4b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:43:38 2022 +0000

description:
py-pyrex: convert to egg.mk

diffstat:

 lang/py-pyrex/Makefile |  6 +++---
 lang/py-pyrex/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 55d30ad7205a -r 649c19e34e4b lang/py-pyrex/Makefile
--- a/lang/py-pyrex/Makefile    Mon Jan 10 20:42:38 2022 +0000
+++ b/lang/py-pyrex/Makefile    Mon Jan 10 20:43:38 2022 +0000
@@ -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 @@
 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"
diff -r 55d30ad7205a -r 649c19e34e4b lang/py-pyrex/PLIST
--- a/lang/py-pyrex/PLIST       Mon Jan 10 20:42:38 2022 +0000
+++ b/lang/py-pyrex/PLIST       Mon Jan 10 20:43:38 2022 +0000
@@ -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