aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-01 11:46:39 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-01 11:46:39 +0000
commit3ac05b534618189c5d3e38c1170d6561dffb98b5 (patch)
treedf7329a116991e6408d26d7205879441d9e7c8d7
parentcfbd02100e95487d3a283fdbcedceee203e9a034 (diff)
textproc/py-html2text2018: Remove expired port
2024-03-31 textproc/py-html2text2018: Old version without consumers left, use updated textproc/py-html2text instead
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-html2text2018/Makefile30
-rw-r--r--textproc/py-html2text2018/distinfo3
-rw-r--r--textproc/py-html2text2018/pkg-descr3
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 89975e0c0cfa..b8f0dd6b1d5e 100644
--- a/MOVED
+++ b/MOVED
@@ -3123,3 +3123,4 @@ devel/cil||2024-04-01|Has expired: Unmaintained upstream due to lack of time
irc/infobot||2024-04-01|Has expired: Abandonware, outdated version and last upstream release in 2008
devel/py-mox3||2024-04-01|Has expired: Upstream no longer active and repository has been archived. See also: https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html
net-p2p/py-vertex||2024-04-01|Has expired: Abandoned project since 7 years back
+textproc/py-html2text2018|textproc/py-html2text|2024-04-01|Has expired: Old version without consumers left, use updated textproc/py-html2text instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 2e8adec03958..5c7c1b11d16a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1380,7 +1380,6 @@
SUBDIR += py-hjson
SUBDIR += py-html2json
SUBDIR += py-html2text
- SUBDIR += py-html2text2018
SUBDIR += py-htmlmin2
SUBDIR += py-humanfriendly
SUBDIR += py-hunspell
diff --git a/textproc/py-html2text2018/Makefile b/textproc/py-html2text2018/Makefile
deleted file mode 100644
index aec062aade98..000000000000
--- a/textproc/py-html2text2018/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= html2text
-PORTVERSION= 2018.1.9
-PORTREVISION= 2
-CATEGORIES= textproc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 2018
-
-MAINTAINER= dbaio@FreeBSD.org
-COMMENT= Convert HTML into clean plain ASCII text
-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
-USE_PYTHON= distutils concurrent autoplist
-NO_ARCH= yes
-
-CONFLICTS_INSTALL= html2text py*-html2text # bin/html2text
-
-do-test:
- @cd ${WRKSRC} && coverage run --source=html2text setup.py test -v
-
-.include <bsd.port.mk>
diff --git a/textproc/py-html2text2018/distinfo b/textproc/py-html2text2018/distinfo
deleted file mode 100644
index c86459ac5332..000000000000
--- a/textproc/py-html2text2018/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1515708173
-SHA256 (html2text-2018.1.9.tar.gz) = 627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
-SIZE (html2text-2018.1.9.tar.gz) = 52211
diff --git a/textproc/py-html2text2018/pkg-descr b/textproc/py-html2text2018/pkg-descr
deleted file mode 100644
index d1753308ed0e..000000000000
--- a/textproc/py-html2text2018/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-html2text is a Python script that converts a page of HTML into clean,
-easy-to-read plain ASCII text. Better yet, that ASCII also happens to
-be valid Markdown (a text-to-HTML format).