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= Flask extension provides bcrypt hashing utilities.
MODPY_EGG_VERSION=1.0.1
DISTNAME= Flask-Bcrypt-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
MODPY_DISTV=1.0.1
DISTNAME= Flask-Bcrypt-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= www
# BSD
@@ -12,11 +12,11 @@ MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD = setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= www/py-flask${MODPY_FLAVOR}
RUN_DEPENDS= www/py-flask${MODPY_FLAVOR} \
security/py-cryptography \
security/py-bcrypt
# Could also use various unported eggs, Flask-Babel, speaklater
#TEST_DEPENDS= devel/py-nose