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= simple integration of Flask and WTForms
MODPY_EGG_VERSION=1.2.1
DISTNAME= flask_wtf-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
MODPY_DISTV=1.2.1
DISTNAME= flask_wtf-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= www
# BSD
@@ -11,9 +11,8 @@ PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD = setuptools
FLAVORS= python3
FLAVOR= python3
MODPY_PYBUILD = hatchling
RUN_DEPENDS= www/py-flask${MODPY_FLAVOR} \
www/py-wtforms${MODPY_FLAVOR}