git: 63fe685d58e3 - main - dns/py-idna_ssl: Mark DEPRECATED and set EXPIRATION_DATE to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:26:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=63fe685d58e357117b176bec13f0c2cbeb665e6f commit 63fe685d58e357117b176bec13f0c2cbeb665e6f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-25 19:01:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-25 19:16:58 +0000 dns/py-idna_ssl: Mark DEPRECATED and set EXPIRATION_DATE to 2024-12-31 PR: 283243 Reported by: diizzy --- dns/py-idna_ssl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/py-idna_ssl/Makefile b/dns/py-idna_ssl/Makefile index 2404a705fb2d..2c36ffe57851 100644 --- a/dns/py-idna_ssl/Makefile +++ b/dns/py-idna_ssl/Makefile @@ -13,6 +13,9 @@ WWW= https://github.com/aio-libs/idna-ssl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repository has been archived on Oct 22, 2020 +EXPIRATION_DATE=2024-12-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR}