pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-flask-login
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:54:25 UTC 2025
Modified Files:
pkgsrc/www/py-flask-login: Makefile
Log Message:
py-flask-login: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-flask-login/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-login/Makefile
diff -u pkgsrc/www/py-flask-login/Makefile:1.24 pkgsrc/www/py-flask-login/Makefile:1.25
--- pkgsrc/www/py-flask-login/Makefile:1.24 Mon Nov 11 07:29:23 2024
+++ pkgsrc/www/py-flask-login/Makefile Wed Mar 5 10:54:25 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2024/11/11 07:29:23 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/03/05 10:54:25 wiz Exp $
DISTNAME= Flask-Login-0.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/}
@@ -10,13 +11,13 @@ HOMEPAGE= http://flask-login.readthedocs
COMMENT= User session management for Flask
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-flask>=1.0.4:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-werkzeug>=1.0.1:../../www/py-werkzeug
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:tl:S/-/_/}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index