pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-eradicate py-eradicate: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94ef63e5228d
branches:  trunk
changeset: 371491:94ef63e5228d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:28:51 2022 +0000

description:
py-eradicate: convert to egg.mk

diffstat:

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

diffs (35 lines):

diff -r cd9a5bc1d3cb -r 94ef63e5228d textproc/py-eradicate/Makefile
--- a/textproc/py-eradicate/Makefile    Mon Jan 10 18:27:55 2022 +0000
+++ b/textproc/py-eradicate/Makefile    Mon Jan 10 18:28:51 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/01/22 10:44:10 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 18:28:51 wiz Exp $
 
 DISTNAME=      eradicate-1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eradicate/}
 
@@ -16,5 +17,5 @@
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} eradicate eradicate-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cd9a5bc1d3cb -r 94ef63e5228d textproc/py-eradicate/PLIST
--- a/textproc/py-eradicate/PLIST       Mon Jan 10 18:27:55 2022 +0000
+++ b/textproc/py-eradicate/PLIST       Mon Jan 10 18:28:51 2022 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/20 14:09:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 18:28:51 wiz Exp $
 bin/eradicate-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${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}/eradicate.py
 ${PYSITELIB}/eradicate.pyc
 ${PYSITELIB}/eradicate.pyo



Home | Main Index | Thread Index | Old Index