pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-protego



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:58:17 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-protego/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-protego/Makefile
diff -u pkgsrc/www/py-protego/Makefile:1.8 pkgsrc/www/py-protego/Makefile:1.9
--- pkgsrc/www/py-protego/Makefile:1.8  Sun Jan 26 11:44:53 2025
+++ pkgsrc/www/py-protego/Makefile      Wed Mar  5 10:58:17 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/01/26 11:44:53 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/05 10:58:17 wiz Exp $
 
 DISTNAME=      protego-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Protego/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/scrapy/prot
 COMMENT=       Pure-Python robots.txt parser with support for modern conventions
 LICENSE=       modified-bsd
 
-WHEEL_NAME=    ${DISTNAME:S/p/P/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index