git: 5aabd2fa85fc - main - databases/py-sqlalchemy13: 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:48 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5aabd2fa85fcd80aa3b03ecc0991a274f7401240
commit 5aabd2fa85fcd80aa3b03ecc0991a274f7401240
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 17:10:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 17:13:12 +0000
databases/py-sqlalchemy13: Mark DEPRECATED and set EXPIRATION_DATE to 2024-04-30
Reference: https://www.sqlalchemy.org/download.html#relstatus
---
databases/py-sqlalchemy13/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/py-sqlalchemy13/Makefile b/databases/py-sqlalchemy13/Makefile
index 28220c5feaf8..7cb083e76ae5 100644
--- a/databases/py-sqlalchemy13/Makefile
+++ b/databases/py-sqlalchemy13/Makefile
@@ -14,6 +14,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}