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:           Mon Mar  3 07:00:55 UTC 2025

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

Log Message:
py-genshi: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-genshi/Makefile

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.28 pkgsrc/www/py-genshi/Makefile:1.29
--- pkgsrc/www/py-genshi/Makefile:1.28  Sun Feb  2 10:38:02 2025
+++ pkgsrc/www/py-genshi/Makefile       Mon Mar  3 07:00:55 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2025/02/02 10:38:02 he Exp $
+# $NetBSD: Makefile,v 1.29 2025/03/03 07:00:55 wiz Exp $
 
 DISTNAME=      Genshi-0.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}
 
@@ -10,14 +11,14 @@ HOMEPAGE=   https://genshi.edgewall.org/
 COMMENT=       Python toolkit for generation of output for the web
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
 FORCE_C_STD=   c99
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:S/G/g/}
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index