pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rfc3986-validator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 09:46:32 UTC 2024

Modified Files:
        pkgsrc/www/py-rfc3986-validator: Makefile PLIST

Log Message:
py-rfc3986-validator: convert to wheel.mk

Fix test dependencies.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-rfc3986-validator/Makefile \
    pkgsrc/www/py-rfc3986-validator/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-validator/Makefile
diff -u pkgsrc/www/py-rfc3986-validator/Makefile:1.1 pkgsrc/www/py-rfc3986-validator/Makefile:1.2
--- pkgsrc/www/py-rfc3986-validator/Makefile:1.1        Sat Aug 26 09:01:19 2023
+++ pkgsrc/www/py-rfc3986-validator/Makefile    Sat Aug 10 09:46:32 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 09:01:19 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 09:46:32 wiz Exp $
 
 DISTNAME=      rfc3986_validator-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3986-validator/}
 
@@ -10,14 +11,14 @@ HOMEPAGE=   https://github.com/naimetti/rf
 COMMENT=       Pure Python RFC3986 validator
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-rfc3987-[0-9]*:../../www/py-rfc3987
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-rfc3986-validator/PLIST
diff -u pkgsrc/www/py-rfc3986-validator/PLIST:1.1 pkgsrc/www/py-rfc3986-validator/PLIST:1.2
--- pkgsrc/www/py-rfc3986-validator/PLIST:1.1   Sat Aug 26 09:01:19 2023
+++ pkgsrc/www/py-rfc3986-validator/PLIST       Sat Aug 10 09:46:32 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2023/08/26 09:01:19 adam 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}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/08/10 09:46:32 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/rfc3986_validator.py
 ${PYSITELIB}/rfc3986_validator.pyc
 ${PYSITELIB}/rfc3986_validator.pyo



Home | Main Index | Thread Index | Old Index