pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-isc_dhcp_leases



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 13 00:33:31 UTC 2025

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

Log Message:
py-isc_dhcp_leases: convert to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-isc_dhcp_leases/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-isc_dhcp_leases/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-isc_dhcp_leases/Makefile
diff -u pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.5 pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.6
--- pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.5     Wed Jun 21 22:20:22 2023
+++ pkgsrc/textproc/py-isc_dhcp_leases/Makefile Sun Apr 13 00:33:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/06/21 22:20:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/13 00:33:30 gutteridge Exp $
 
 DISTNAME=      isc_dhcp_leases-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/}
 
@@ -10,12 +11,11 @@ HOMEPAGE=   https://github.com/MartijnBraa
 COMMENT=       Python module for parsing ISC dhcpd lease files
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-isc_dhcp_leases/PLIST
diff -u pkgsrc/textproc/py-isc_dhcp_leases/PLIST:1.2 pkgsrc/textproc/py-isc_dhcp_leases/PLIST:1.3
--- pkgsrc/textproc/py-isc_dhcp_leases/PLIST:1.2        Sun Jan  2 00:01:09 2022
+++ pkgsrc/textproc/py-isc_dhcp_leases/PLIST    Sun Apr 13 00:33:30 2025
@@ -1,9 +1,9 @@
-@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
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 00:33:30 gutteridge Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/isc_dhcp_leases/__init__.py
 ${PYSITELIB}/isc_dhcp_leases/__init__.pyc
 ${PYSITELIB}/isc_dhcp_leases/__init__.pyo



Home | Main Index | Thread Index | Old Index