pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-ifaddr



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 24 15:07:08 UTC 2025

Modified Files:
        pkgsrc/net/py-ifaddr: Makefile PLIST

Log Message:
py-ifaddr: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-ifaddr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-ifaddr/PLIST

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

Modified files:

Index: pkgsrc/net/py-ifaddr/Makefile
diff -u pkgsrc/net/py-ifaddr/Makefile:1.6 pkgsrc/net/py-ifaddr/Makefile:1.7
--- pkgsrc/net/py-ifaddr/Makefile:1.6   Wed Aug 10 09:12:00 2022
+++ pkgsrc/net/py-ifaddr/Makefile       Thu Apr 24 15:07:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/08/10 09:12:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/24 15:07:08 adam Exp $
 
 DISTNAME=      ifaddr-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ifaddr/}
 
@@ -10,9 +11,9 @@ HOMEPAGE=     https://github.com/pydron/ifad
 COMMENT=       Enumerates all IP addresses on all network adapters of the system
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-ifaddr/PLIST
diff -u pkgsrc/net/py-ifaddr/PLIST:1.4 pkgsrc/net/py-ifaddr/PLIST:1.5
--- pkgsrc/net/py-ifaddr/PLIST:1.4      Wed Aug 10 09:12:00 2022
+++ pkgsrc/net/py-ifaddr/PLIST  Thu Apr 24 15:07:08 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2022/08/10 09:12:00 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2025/04/24 15:07:08 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ifaddr/__init__.py
 ${PYSITELIB}/ifaddr/__init__.pyc
 ${PYSITELIB}/ifaddr/__init__.pyo



Home | Main Index | Thread Index | Old Index