pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rss2gen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:44:31 UTC 2022

Modified Files:
        pkgsrc/www/py-rss2gen: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-rss2gen/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-rss2gen/PLIST

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

Modified files:

Index: pkgsrc/www/py-rss2gen/Makefile
diff -u pkgsrc/www/py-rss2gen/Makefile:1.10 pkgsrc/www/py-rss2gen/Makefile:1.11
--- pkgsrc/www/py-rss2gen/Makefile:1.10 Wed Apr 19 11:24:39 2017
+++ pkgsrc/www/py-rss2gen/Makefile      Mon Jan 10 20:44:31 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2017/04/19 11:24:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 20:44:31 wiz Exp $
 
 PYRSS2GENVER=  1.1
 DISTNAME=      PyRSS2Gen-${PYRSS2GENVER}
 PKGNAME=       ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  http://www.dalkescientific.com/Python/
 
@@ -13,5 +14,5 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= #none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-rss2gen/PLIST
diff -u pkgsrc/www/py-rss2gen/PLIST:1.3 pkgsrc/www/py-rss2gen/PLIST:1.4
--- pkgsrc/www/py-rss2gen/PLIST:1.3     Sun Apr  8 20:21:59 2012
+++ pkgsrc/www/py-rss2gen/PLIST Mon Jan 10 20:44:31 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:59 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:44: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}/PyRSS2Gen.py
 ${PYSITELIB}/PyRSS2Gen.pyc
 ${PYSITELIB}/PyRSS2Gen.pyo



Home | Main Index | Thread Index | Old Index