pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-sarge py-sarge: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28d2c27b589d
branches:  trunk
changeset: 371559:28d2c27b589d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:45:46 2022 +0000

description:
py-sarge: convert to egg.mk

diffstat:

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

diffs (34 lines):

diff -r 97a2d3451dbf -r 28d2c27b589d devel/py-sarge/Makefile
--- a/devel/py-sarge/Makefile   Mon Jan 10 20:44:31 2022 +0000
+++ b/devel/py-sarge/Makefile   Mon Jan 10 20:45:46 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/12/11 20:03:05 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 20:45:46 wiz Exp $
 
 DISTNAME=      sarge-0.1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sarge/}
 
@@ -12,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 97a2d3451dbf -r 28d2c27b589d devel/py-sarge/PLIST
--- a/devel/py-sarge/PLIST      Mon Jan 10 20:44:31 2022 +0000
+++ b/devel/py-sarge/PLIST      Mon Jan 10 20:45:46 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/25 15:23:21 khorben Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:45:46 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}/sarge/__init__.py
 ${PYSITELIB}/sarge/__init__.pyc
 ${PYSITELIB}/sarge/__init__.pyo



Home | Main Index | Thread Index | Old Index