pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-rfc3986
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 22 21:22:21 UTC 2025
Modified Files:
pkgsrc/www/py-rfc3986: Makefile PLIST
Log Message:
py-rfc3986: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-rfc3986/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-rfc3986/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-rfc3986/Makefile
diff -u pkgsrc/www/py-rfc3986/Makefile:1.6 pkgsrc/www/py-rfc3986/Makefile:1.7
--- pkgsrc/www/py-rfc3986/Makefile:1.6 Tue Oct 25 13:14:16 2022
+++ pkgsrc/www/py-rfc3986/Makefile Tue Apr 22 21:22:21 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/10/25 13:14:16 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/22 21:22:21 wiz Exp $
DISTNAME= rfc3986-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/}
@@ -10,15 +11,10 @@ HOMEPAGE= https://rfc3986.readthedocs.io
COMMENT= Validating URI References per RFC 3986
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-rfc3986/PLIST
diff -u pkgsrc/www/py-rfc3986/PLIST:1.1 pkgsrc/www/py-rfc3986/PLIST:1.2
--- pkgsrc/www/py-rfc3986/PLIST:1.1 Wed Jan 8 19:58:20 2020
+++ pkgsrc/www/py-rfc3986/PLIST Tue Apr 22 21:22:21 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/08 19:58:20 adam 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.2 2025/04/22 21:22:21 wiz 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}/rfc3986/__init__.py
${PYSITELIB}/rfc3986/__init__.pyc
${PYSITELIB}/rfc3986/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index