CVS commit: pkgsrc/net/py-rfc6555
"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 10:15:13 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_178575211323280
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 3 10:15:13 UTC 2026
Modified Files:
pkgsrc/net/py-rfc6555: Makefile PLIST
Log Message:
py-rfc6555: converted to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-rfc6555/Makefile \
pkgsrc/net/py-rfc6555/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_178575211323280
Content-Disposition: inline
Content-Length: 1912
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/net/py-rfc6555/Makefile
diff -u pkgsrc/net/py-rfc6555/Makefile:1.1 pkgsrc/net/py-rfc6555/Makefile:1.2
--- pkgsrc/net/py-rfc6555/Makefile:1.1 Wed Aug 14 17:21:44 2024
+++ pkgsrc/net/py-rfc6555/Makefile Mon Aug 3 10:15:13 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/08/14 17:21:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/03 10:15:13 adam Exp $
DISTNAME= rfc6555-0.1.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc6555/}
@@ -10,11 +11,9 @@ HOMEPAGE= https://www.github.com/sethmla
COMMENT= Implementation of the Happy Eyeballs Algorithm described in RFC 6555
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
-PYTHON_27_ACCEPTED= yes
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-rfc6555/PLIST
diff -u pkgsrc/net/py-rfc6555/PLIST:1.1 pkgsrc/net/py-rfc6555/PLIST:1.2
--- pkgsrc/net/py-rfc6555/PLIST:1.1 Wed Aug 14 17:21:44 2024
+++ pkgsrc/net/py-rfc6555/PLIST Mon Aug 3 10:15:13 2026
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/14 17:21:44 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2026/08/03 10:15:13 adam 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}/rfc6555.py
${PYSITELIB}/rfc6555.pyc
${PYSITELIB}/rfc6555.pyo
--_----------=_178575211323280--