pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-static-digest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:55:12 UTC 2025

Modified Files:
        pkgsrc/www/py-flask-static-digest: Makefile

Log Message:
py-flask-static-digest: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-flask-static-digest/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-flask-static-digest/Makefile
diff -u pkgsrc/www/py-flask-static-digest/Makefile:1.7 pkgsrc/www/py-flask-static-digest/Makefile:1.8
--- pkgsrc/www/py-flask-static-digest/Makefile:1.7      Mon Nov 11 07:29:23 2024
+++ pkgsrc/www/py-flask-static-digest/Makefile  Wed Mar  5 10:55:12 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:29:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/05 10:55:12 wiz Exp $
 
 DISTNAME=      flask_static_digest-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-Static-Digest/}
 
@@ -10,15 +11,11 @@ HOMEPAGE=   https://github.com/nickjj/flas
 COMMENT=       Flask extension for md5 tagging and gzipping static files
 LICENSE=       mit
 
-WHEEL_NAME=    Flask_Static_Digest-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-flask>=1.0:../../www/py-flask
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "options.mk"
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index