pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/manifold Convert to distutils.mk. Mark as not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5798bbc7ce99
branches:  trunk
changeset: 629580:5798bbc7ce99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 17:39:32 2014 +0000

description:
Convert to distutils.mk. Mark as not for python-3.x.
(no effective change in PLIST, so no PKGREVISION++)

diffstat:

 sysutils/manifold/Makefile |   7 +++----
 sysutils/manifold/PLIST    |  34 +++++++++++++++++-----------------
 2 files changed, 20 insertions(+), 21 deletions(-)

diffs (62 lines):

diff -r 725abb78b0fd -r 5798bbc7ce99 sysutils/manifold/Makefile
--- a/sysutils/manifold/Makefile        Thu Jan 23 17:34:26 2014 +0000
+++ b/sysutils/manifold/Makefile        Thu Jan 23 17:39:32 2014 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/09/13 08:51:09 fhajny Exp $
-#
+# $NetBSD: Makefile,v 1.2 2014/01/23 17:39:32 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/^M/m/}
 DISTNAME=      Manifold-0.2.0
@@ -15,10 +14,10 @@
 
 USE_LANGUAGES= # none
 
-PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.2.0
 
 post-extract:
        ${CHMOD} -R g-w ${WRKSRC}/*
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 725abb78b0fd -r 5798bbc7ce99 sysutils/manifold/PLIST
--- a/sysutils/manifold/PLIST   Thu Jan 23 17:34:26 2014 +0000
+++ b/sysutils/manifold/PLIST   Thu Jan 23 17:39:32 2014 +0000
@@ -1,18 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/13 08:51:09 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/23 17:39:32 wiz Exp $
 bin/manifold
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/${PKGBASE}/__init__.py
-${PYSITELIB}/${PKGBASE}/__init__.pyc
-${PYSITELIB}/${PKGBASE}/__init__.pyo
-${PYSITELIB}/${PKGBASE}/manifold.py
-${PYSITELIB}/${PKGBASE}/manifold.pyc
-${PYSITELIB}/${PKGBASE}/manifold.pyo
-${PYSITELIB}/${PKGBASE}/release.py
-${PYSITELIB}/${PKGBASE}/release.pyc
-${PYSITELIB}/${PKGBASE}/release.pyo
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_FILE}/zip-safe
+${PYSITELIB}/manifold/__init__.py
+${PYSITELIB}/manifold/__init__.pyc
+${PYSITELIB}/manifold/__init__.pyo
+${PYSITELIB}/manifold/manifold.py
+${PYSITELIB}/manifold/manifold.pyc
+${PYSITELIB}/manifold/manifold.pyo
+${PYSITELIB}/manifold/release.py
+${PYSITELIB}/manifold/release.pyc
+${PYSITELIB}/manifold/release.pyo



Home | Main Index | Thread Index | Old Index