diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 20:26:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 20:26:31 +0000 |
commit | ee2753d92fdd0a6ba5134db8cfdf7015c8982193 (patch) | |
tree | 5c968616063484cb5eb32dd905896d513a1e7cb7 /misc/py-ansi | |
parent | 4c0cd2bc0df1be7894e9bd38b79cf970c7896f87 (diff) | |
download | pkgsrc-ee2753d92fdd0a6ba5134db8cfdf7015c8982193.tar.gz |
py-ansi: convert to egg.mk
Diffstat (limited to 'misc/py-ansi')
-rw-r--r-- | misc/py-ansi/Makefile | 5 | ||||
-rw-r--r-- | misc/py-ansi/PLIST | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/misc/py-ansi/Makefile b/misc/py-ansi/Makefile index 698f8b49ea7..54e5a0163f8 100644 --- a/misc/py-ansi/Makefile +++ b/misc/py-ansi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/01/26 14:44:49 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/10 20:26:31 wiz Exp $ DISTNAME= ansi-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansi/} @@ -12,5 +13,5 @@ LICENSE= mit USE_LANGUAGES= # none -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-ansi/PLIST b/misc/py-ansi/PLIST index 499b9e2f8d4..4e006a16449 100644 --- a/misc/py-ansi/PLIST +++ b/misc/py-ansi/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2021/01/26 14:44:49 adam Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:26:31 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ansi/__init__.py ${PYSITELIB}/ansi/__init__.pyc ${PYSITELIB}/ansi/__init__.pyo |