pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/textproc *: convert more to egg.mk



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/9ae53cf65199
branches:  trunk
changeset: 370936:9ae53cf65199
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 02 00:01:09 2022 +0000

description:
*: convert more to egg.mk

diffstat:

 textproc/py-isc_dhcp_leases/Makefile |  8 +++++---
 textproc/py-isc_dhcp_leases/PLIST    |  8 ++++++--
 textproc/py-peg2/Makefile            |  7 +++++--
 textproc/py-peg2/PLIST               |  7 +++++--
 4 files changed, 21 insertions(+), 9 deletions(-)

diffs (74 lines):

diff -r 8a68f04e6fb8 -r 9ae53cf65199 textproc/py-isc_dhcp_leases/Makefile
--- a/textproc/py-isc_dhcp_leases/Makefile      Sat Jan 01 22:35:04 2022 +0000
+++ b/textproc/py-isc_dhcp_leases/Makefile      Sun Jan 02 00:01:09 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/09/09 00:21:13 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $
 
 DISTNAME=      isc_dhcp_leases-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/}
 
@@ -16,5 +16,7 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a68f04e6fb8 -r 9ae53cf65199 textproc/py-isc_dhcp_leases/PLIST
--- a/textproc/py-isc_dhcp_leases/PLIST Sat Jan 01 22:35:04 2022 +0000
+++ b/textproc/py-isc_dhcp_leases/PLIST Sun Jan 02 00:01:09 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/01/06 01:48:50 gutteridge Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/02 00:01:09 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/isc_dhcp_leases/__init__.py
 ${PYSITELIB}/isc_dhcp_leases/__init__.pyc
 ${PYSITELIB}/isc_dhcp_leases/__init__.pyo
diff -r 8a68f04e6fb8 -r 9ae53cf65199 textproc/py-peg2/Makefile
--- a/textproc/py-peg2/Makefile Sat Jan 01 22:35:04 2022 +0000
+++ b/textproc/py-peg2/Makefile Sun Jan 02 00:01:09 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/06/16 09:53:52 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $
 
 DISTNAME=      pyPEG2-2.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:tl}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyPEG2/}
 
@@ -14,5 +15,7 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a68f04e6fb8 -r 9ae53cf65199 textproc/py-peg2/PLIST
--- a/textproc/py-peg2/PLIST    Sat Jan 01 22:35:04 2022 +0000
+++ b/textproc/py-peg2/PLIST    Sun Jan 02 00:01:09 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/16 08:40:54 pin Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/02 00:01:09 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pypeg2/__init__.py
 ${PYSITELIB}/pypeg2/__init__.pyc
 ${PYSITELIB}/pypeg2/__init__.pyo



Home | Main Index | Thread Index | Old Index