Date: Tue, 1 Mar 2022 02:16:03 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29d76ee75d83 - main - dns/py-dnspython2: Mark DEPRECATED Message-ID: <202203010216.2212G3Om048405@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=29d76ee75d83c1261bbf947c2d9564b2dac79079 commit 29d76ee75d83c1261bbf947c2d9564b2dac79079 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-01 02:15:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-01 02:15:06 +0000 dns/py-dnspython2: Mark DEPRECATED - After upgrading py-dnspython to 2.2.0 mark this DEPRECATED - Set EXPIRATION_DATE to 2022-03-30 --- dns/py-dnspython2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/py-dnspython2/Makefile b/dns/py-dnspython2/Makefile index 03974ac134ea..2e8822aec617 100644 --- a/dns/py-dnspython2/Makefile +++ b/dns/py-dnspython2/Makefile @@ -13,6 +13,9 @@ COMMENT= DNS toolkit for Python - 2.X branch LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use dns/py-dnspython +EXPIRATION_DATE= 2022-03-30 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203010216.2212G3Om048405>