pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-ansi py-ansi: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5760c120f925
branches:  trunk
changeset: 371536:5760c120f925
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:26:31 2022 +0000

description:
py-ansi: convert to egg.mk

diffstat:

 misc/py-ansi/Makefile |  5 +++--
 misc/py-ansi/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 1e8ea98cc5ba -r 5760c120f925 misc/py-ansi/Makefile
--- a/misc/py-ansi/Makefile     Mon Jan 10 20:25:12 2022 +0000
+++ b/misc/py-ansi/Makefile     Mon Jan 10 20:26:31 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1e8ea98cc5ba -r 5760c120f925 misc/py-ansi/PLIST
--- a/misc/py-ansi/PLIST        Mon Jan 10 20:25:12 2022 +0000
+++ b/misc/py-ansi/PLIST        Mon Jan 10 20:26:31 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index