pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-eradicate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:28:51 UTC 2022

Modified Files:
        pkgsrc/textproc/py-eradicate: Makefile PLIST

Log Message:
py-eradicate: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-eradicate/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-eradicate/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-eradicate/Makefile
diff -u pkgsrc/textproc/py-eradicate/Makefile:1.2 pkgsrc/textproc/py-eradicate/Makefile:1.3
--- pkgsrc/textproc/py-eradicate/Makefile:1.2   Tue Jan 22 10:44:10 2019
+++ pkgsrc/textproc/py-eradicate/Makefile       Mon Jan 10 18:28:51 2022
@@ -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 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} eradicate eradicate-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-eradicate/PLIST
diff -u pkgsrc/textproc/py-eradicate/PLIST:1.1 pkgsrc/textproc/py-eradicate/PLIST:1.2
--- pkgsrc/textproc/py-eradicate/PLIST:1.1      Tue Nov 20 14:09:58 2018
+++ pkgsrc/textproc/py-eradicate/PLIST  Mon Jan 10 18:28:51 2022
@@ -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