Date: Mon, 1 Apr 2024 11:47:02 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3ac05b534618 - main - textproc/py-html2text2018: Remove expired port Message-ID: <202404011147.431Bl2Kn062042@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ac05b534618189c5d3e38c1170d6561dffb98b5 commit 3ac05b534618189c5d3e38c1170d6561dffb98b5 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 11:46:39 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 11:46:39 +0000 textproc/py-html2text2018: Remove expired port 2024-03-31 textproc/py-html2text2018: Old version without consumers left, use updated textproc/py-html2text instead --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-html2text2018/Makefile | 30 ------------------------------ textproc/py-html2text2018/distinfo | 3 --- textproc/py-html2text2018/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011147.431Bl2Kn062042>