git: d0ded0a731d4 - main - www/py-flask-security: expire on 2025-03-31 for devel/py-pytest-runner
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 14:47:46 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0ded0a731d4b3ed4d74043a8ce06026391f42ba commit d0ded0a731d4b3ed4d74043a8ce06026391f42ba Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 14:45:16 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 14:45:16 +0000 www/py-flask-security: expire on 2025-03-31 for devel/py-pytest-runner --- www/py-flask-security/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-flask-security/Makefile b/www/py-flask-security/Makefile index 05cd8aa8afa2..37b75c77f636 100644 --- a/www/py-flask-security/Makefile +++ b/www/py-flask-security/Makefile @@ -13,6 +13,9 @@ WWW= https://github.com/mattupstate/flask-security LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expired devel/py-pytest-runner +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \