git: 542a51be10c6 - main - databases/py-sqlalchemy11: Mark DEPRECATED and set EXPIRATION_DATE to 2024-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:13:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=542a51be10c65da71146ed8a42524a9072ff1d9f commit 542a51be10c65da71146ed8a42524a9072ff1d9f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 17:10:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:13:11 +0000 databases/py-sqlalchemy11: Mark DEPRECATED and set EXPIRATION_DATE to 2024-04-30 Reference: https://www.sqlalchemy.org/download.html#relstatus --- databases/py-sqlalchemy11/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/py-sqlalchemy11/Makefile b/databases/py-sqlalchemy11/Makefile index 4f1c248fad4b..a6674ce07d19 100644 --- a/databases/py-sqlalchemy11/Makefile +++ b/databases/py-sqlalchemy11/Makefile @@ -13,6 +13,9 @@ WWW= https://www.sqlalchemy.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream makred EOL in Release Status +EXPIRATION_DATE=2024-04-30 + TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR}