pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cherrypy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  8 13:12:08 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/py-cherrypy/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-cherrypy/Makefile
diff -u pkgsrc/www/py-cherrypy/Makefile:1.51 pkgsrc/www/py-cherrypy/Makefile:1.52
--- pkgsrc/www/py-cherrypy/Makefile:1.51        Thu Jan 16 13:59:58 2025
+++ pkgsrc/www/py-cherrypy/Makefile     Sat Mar  8 13:12:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2025/01/16 13:59:58 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/03/08 13:12:08 wiz Exp $
 
 DISTNAME=      cherrypy-18.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CherryPy/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://cherrypy.dev/
 COMMENT=       Pythonic, object-oriented HTTP framework
 LICENSE=       modified-bsd
 
-WHEEL_NAME=    ${DISTNAME:S/cherrypy/CherryPy/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-cheroot>=8.2.1:../../www/py-cheroot
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.collections-[0-9]*:../../devel/py-jaraco.collections



Home | Main Index | Thread Index | Old Index