pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-paste



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:57:37 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-paste/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-paste/Makefile
diff -u pkgsrc/www/py-paste/Makefile:1.38 pkgsrc/www/py-paste/Makefile:1.39
--- pkgsrc/www/py-paste/Makefile:1.38   Mon Nov 11 07:29:26 2024
+++ pkgsrc/www/py-paste/Makefile        Wed Mar  5 10:57:37 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2024/11/11 07:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/03/05 10:57:37 wiz Exp $
 
 DISTNAME=      paste-3.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Paste/}
 
@@ -10,14 +11,10 @@ HOMEPAGE=   https://pythonpaste.readthedoc
 COMMENT=       Middleware for Python WSGI applications
 LICENSE=       mit
 
-WHEEL_NAME=    Paste-${PKGVERSION_NOREV}
-
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index