pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-rss2gen py-rss2gen: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97a2d3451dbf
branches:  trunk
changeset: 371558:97a2d3451dbf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:44:31 2022 +0000

description:
py-rss2gen: convert to egg.mk

diffstat:

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

diffs (35 lines):

diff -r 649c19e34e4b -r 97a2d3451dbf www/py-rss2gen/Makefile
--- a/www/py-rss2gen/Makefile   Mon Jan 10 20:43:38 2022 +0000
+++ b/www/py-rss2gen/Makefile   Mon Jan 10 20:44:31 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= #none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 649c19e34e4b -r 97a2d3451dbf www/py-rss2gen/PLIST
--- a/www/py-rss2gen/PLIST      Mon Jan 10 20:43:38 2022 +0000
+++ b/www/py-rss2gen/PLIST      Mon Jan 10 20:44:31 2022 +0000
@@ -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