pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-flask-api
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:45:39 UTC 2025
Modified Files:
pkgsrc/www/py-flask-api: Makefile
Log Message:
py-flask-api: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-flask-api/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-api/Makefile
diff -u pkgsrc/www/py-flask-api/Makefile:1.6 pkgsrc/www/py-flask-api/Makefile:1.7
--- pkgsrc/www/py-flask-api/Makefile:1.6 Mon Nov 11 07:29:22 2024
+++ pkgsrc/www/py-flask-api/Makefile Wed Mar 5 10:45:39 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:29:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/05 10:45:39 wiz Exp $
DISTNAME= Flask-API-3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-API/}
@@ -10,12 +11,12 @@ HOMEPAGE= https://github.com/flask-api/f
COMMENT= Browsable web APIs for Flask
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-flask>=2.0.0:../../www/py-flask
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:tl:S/-/_/}
post-extract:
${RM} -r ${WRKSRC}/flask_api/__pycache__
Home |
Main Index |
Thread Index |
Old Index