pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rfc3987



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 09:48:23 UTC 2024

Modified Files:
        pkgsrc/www/py-rfc3987: Makefile PLIST

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

Remove unused test dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-rfc3987/Makefile \
    pkgsrc/www/py-rfc3987/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-rfc3987/Makefile
diff -u pkgsrc/www/py-rfc3987/Makefile:1.1 pkgsrc/www/py-rfc3987/Makefile:1.2
--- pkgsrc/www/py-rfc3987/Makefile:1.1  Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/Makefile      Sat Aug 10 09:48:23 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 09:03:10 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 09:48:23 wiz Exp $
 
 DISTNAME=      rfc3987-1.3.8
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3987/}
 
@@ -10,12 +11,12 @@ HOMEPAGE=   http://pypi.python.org/pypi/rf
 COMMENT=       Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 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-rfc3987/PLIST
diff -u pkgsrc/www/py-rfc3987/PLIST:1.1 pkgsrc/www/py-rfc3987/PLIST:1.2
--- pkgsrc/www/py-rfc3987/PLIST:1.1     Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/PLIST Sat Aug 10 09:48:23 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2023/08/26 09:03:10 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.2 2024/08/10 09:48:23 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/rfc3987.py
 ${PYSITELIB}/rfc3987.pyc
 ${PYSITELIB}/rfc3987.pyo



Home | Main Index | Thread Index | Old Index