diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:18:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:18:25 +0000 |
commit | 6492413dc4c41a08e8cf097d0ede1ad02e51065a (patch) | |
tree | 3ccb064637587a8227c6a29fd600ae4e3a14c267 /sysutils | |
parent | ef71def14695801a9fd10457dd5d97c9b6579dbf (diff) | |
download | pkgsrc-6492413dc4c41a08e8cf097d0ede1ad02e51065a.tar.gz |
manifold: convert to egg.mk
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/manifold/Makefile | 6 | ||||
-rw-r--r-- | sysutils/manifold/PLIST | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/manifold/Makefile b/sysutils/manifold/Makefile index 766e0ea00c5..cbe4d947126 100644 --- a/sysutils/manifold/Makefile +++ b/sysutils/manifold/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:42 nia Exp $ +# $NetBSD: Makefile,v 1.17 2022/01/10 08:18:25 wiz Exp $ PKGNAME= ${DISTNAME:S/^M/m/} -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= Manifold-0.2.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=M/Manifold/} @@ -20,5 +20,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.2.0 post-extract: ${CHMOD} -R g-w ${WRKSRC}/* -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/manifold/PLIST b/sysutils/manifold/PLIST index dad72016a20..12723cad3bc 100644 --- a/sysutils/manifold/PLIST +++ b/sysutils/manifold/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/23 17:39:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/01/10 08:18:25 wiz Exp $ bin/manifold -${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}/${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}/manifold/__init__.py ${PYSITELIB}/manifold/__init__.pyc ${PYSITELIB}/manifold/__init__.pyo |