diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-23 17:39:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-23 17:39:32 +0000 |
commit | 23497b8083eaa941544d5292ae18b3ca97ab0c40 (patch) | |
tree | e23577409c203d62163ebf94dfd5d4ff8c877053 /sysutils | |
parent | 392ae6a5689cfb8776a45b0982d823c77789a75c (diff) | |
download | pkgsrc-23497b8083eaa941544d5292ae18b3ca97ab0c40.tar.gz |
Convert to distutils.mk. Mark as not for python-3.x.
(no effective change in PLIST, so no PKGREVISION++)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/manifold/Makefile | 7 | ||||
-rw-r--r-- | sysutils/manifold/PLIST | 34 |
2 files changed, 20 insertions, 21 deletions
diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index c0348b3cd34..b8355f9cb32 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi 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 --git a/sysutils/manifold/PLIST b/sysutils/manifold/PLIST index 6b75d30de39..dad72016a20 100644 --- a/sysutils/manifold/PLIST +++ b/sysutils/manifold/PLIST @@ -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 |