pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/polysh Convert to distutils.mk. Fix interpret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e84156a81dd
branches:  trunk
changeset: 629582:9e84156a81dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 18:30:20 2014 +0000

description:
Convert to distutils.mk. Fix interpreter path in installed file
Mark as not for python-3.x. Bump PKGREVISION.

diffstat:

 sysutils/polysh/Makefile |  9 +++++----
 sysutils/polysh/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r adaa9753cac5 -r 9e84156a81dd sysutils/polysh/Makefile
--- a/sysutils/polysh/Makefile  Thu Jan 23 17:45:48 2014 +0000
+++ b/sysutils/polysh/Makefile  Thu Jan 23 18:30:20 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2012/12/04 06:23:27 asau Exp $
-#
+# $NetBSD: Makefile,v 1.3 2014/01/23 18:30:20 wiz Exp $
 
 DISTNAME=      polysh-0.4
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://guichaz.free.fr/polysh/files/
 EXTRACT_SUFX=  .tar.bz2
@@ -13,7 +13,8 @@
 
 USE_LANGUAGES= # none
 
-PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.4
+REPLACE_PYTHON=        polysh/rb_tree.py
 
 SUBST_CLASSES+=                setup
 SUBST_STAGE.setup=     post-patch
@@ -21,5 +22,5 @@
 SUBST_SED.setup+=      -e 's,share/man,${PKGMANDIR},'
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r adaa9753cac5 -r 9e84156a81dd sysutils/polysh/PLIST
--- a/sysutils/polysh/PLIST     Thu Jan 23 17:45:48 2014 +0000
+++ b/sysutils/polysh/PLIST     Thu Jan 23 18:30:20 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/25 11:14:14 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/23 18:30:20 wiz Exp $
 bin/polysh
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/polysh/__init__.py
 ${PYSITELIB}/polysh/__init__.pyc
 ${PYSITELIB}/polysh/__init__.pyo



Home | Main Index | Thread Index | Old Index