pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-genshi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:01:04 UTC 2025

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

Log Message:
py-genshi: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-genshi/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-genshi/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-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.29 pkgsrc/www/py-genshi/Makefile:1.30
--- pkgsrc/www/py-genshi/Makefile:1.29  Mon Mar  3 07:00:55 2025
+++ pkgsrc/www/py-genshi/Makefile       Sun Apr 13 11:01:04 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2025/03/03 07:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/13 11:01:04 wiz Exp $
 
 DISTNAME=      Genshi-0.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://genshi.edgewall.org/
 COMMENT=       Python toolkit for generation of output for the web
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 

Index: pkgsrc/www/py-genshi/PLIST
diff -u pkgsrc/www/py-genshi/PLIST:1.9 pkgsrc/www/py-genshi/PLIST:1.10
--- pkgsrc/www/py-genshi/PLIST:1.9      Tue Apr 30 09:19:10 2024
+++ pkgsrc/www/py-genshi/PLIST  Sun Apr 13 11:01:04 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2024/04/30 09:19:10 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+@comment $NetBSD: PLIST,v 1.10 2025/04/13 11:01:04 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/genshi/__init__.py
 ${PYSITELIB}/genshi/__init__.pyc



Home | Main Index | Thread Index | Old Index