git: cd0af20d311a - main - devel/py-pyxb: Mark DEPRECATED and set EXPIRATION_DATE to 2023-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 16:28:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd0af20d311a2f91e0994722ecdf186d9033f64d commit cd0af20d311a2f91e0994722ecdf186d9033f64d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:20:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:20:12 +0000 devel/py-pyxb: Mark DEPRECATED and set EXPIRATION_DATE to 2023-05-31 Reference: https://github.com/pabigot/pyxb/blob/next/README.md#end-of-life-notice --- devel/py-pyxb/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-pyxb/Makefile b/devel/py-pyxb/Makefile index f3a577bf2d6c..e3f97c60b38e 100644 --- a/devel/py-pyxb/Makefile +++ b/devel/py-pyxb/Makefile @@ -10,6 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python XML schema bindings WWW= https://pyxb.sourceforge.net/ +DEPRECATED= Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead +EXPIRATION_DATE=2023-05-31 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE