update python ports

This commit is contained in:
2025-06-19 09:03:19 +02:00
parent c56a3b914a
commit 213d3627d1
7 changed files with 39 additions and 40 deletions

View File

@@ -1,8 +1,8 @@
COMMENT = microframework based on Werkzeug and Jinja 2
MODPY_EGG_VERSION = 3.0.0
DISTNAME = flask-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
MODPY_DISTV = 3.0.3
DISTNAME = flask-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
CATEGORIES = www devel
@@ -11,12 +11,12 @@ HOMEPAGE = https://flask.palletsprojects.com/
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = flit_core
RUN_DEPENDS = devel/py-blinker${MODPY_FLAVOR} \
www/py-itsdangerous${MODPY_FLAVOR} \