pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-uritemplate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:45:04 UTC 2025

Modified Files:
        pkgsrc/textproc/py-uritemplate: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-uritemplate/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-uritemplate/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-uritemplate/Makefile
diff -u pkgsrc/textproc/py-uritemplate/Makefile:1.7 pkgsrc/textproc/py-uritemplate/Makefile:1.8
--- pkgsrc/textproc/py-uritemplate/Makefile:1.7 Tue Jan  4 20:55:08 2022
+++ pkgsrc/textproc/py-uritemplate/Makefile     Tue Apr 22 20:45:04 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/22 20:45:04 wiz Exp $
 
 DISTNAME=      uritemplate-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uritemplate/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://pypi.python.org/pypi/u
 COMMENT=       Python implementation of RFC6570, URI Template
 LICENSE=       apache-2.0 OR modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-uritemplate/PLIST
diff -u pkgsrc/textproc/py-uritemplate/PLIST:1.3 pkgsrc/textproc/py-uritemplate/PLIST:1.4
--- pkgsrc/textproc/py-uritemplate/PLIST:1.3    Sat Jan  4 19:06:45 2020
+++ pkgsrc/textproc/py-uritemplate/PLIST        Tue Apr 22 20:45:04 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2020/01/04 19:06:45 wiz 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.4 2025/04/22 20:45:04 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}/uritemplate/__init__.py
 ${PYSITELIB}/uritemplate/__init__.pyc
 ${PYSITELIB}/uritemplate/__init__.pyo



Home | Main Index | Thread Index | Old Index