git: 1af791a28fbb - main - devel/py-retype: Mark DEPRECATED and set EXPIRATION_DATE to 2023-08-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 21:39:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1af791a28fbb768d8f52df15ed99625ed9cfc286
commit 1af791a28fbb768d8f52df15ed99625ed9cfc286
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:37 +0000
devel/py-retype: Mark DEPRECATED and set EXPIRATION_DATE to 2023-08-31
---
devel/py-retype/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-retype/Makefile b/devel/py-retype/Makefile
index 03af2f55c903..4c7a0e8793fa 100644
--- a/devel/py-retype/Makefile
+++ b/devel/py-retype/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/ambv/retype
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= This project is no longer supported/maintained
+EXPIRATION_DATE=2023-08-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=44:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.30:devel/py-wheel@${PY_FLAVOR}