aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-06 08:04:22 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-06 08:07:07 +0000
commit5c95ec9b400f407b4b63c129c3d028d3ab680e33 (patch)
tree71191ac143bb3eefa5198aeca3a5bf5e6b088252
parenta8d978de0bb4bee5d668d1b7358da11bdf4042a3 (diff)
downloadports-5c95ec9b400f407b4b63c129c3d028d3ab680e33.tar.gz
ports-5c95ec9b400f407b4b63c129c3d028d3ab680e33.zip
textproc/py-html2text2018: Deprecate and set expiration date
- There is no consumers left using this old version. Switch to updated textproc/py-html2text instead. PR: 277471
-rw-r--r--textproc/py-html2text2018/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-html2text2018/Makefile b/textproc/py-html2text2018/Makefile
index cd4d83bf03f1..aec062aade98 100644
--- a/textproc/py-html2text2018/Makefile
+++ b/textproc/py-html2text2018/Makefile
@@ -13,6 +13,9 @@ WWW= https://github.com/Alir3z4/html2text/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old version without consumers left, use updated textproc/py-html2text instead
+EXPIRATION_DATE= 2024-03-31
+
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
USES= python