1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

textproc/py-html2text2018: Remove expired port

2024-03-31 textproc/py-html2text2018: Old version without consumers left, use updated textproc/py-html2text instead
This commit is contained in:
Rene Ladan 2024-04-01 13:46:39 +02:00
parent cfbd02100e
commit 3ac05b5346
5 changed files with 1 additions and 37 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1515708173
SHA256 (html2text-2018.1.9.tar.gz) = 627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
SIZE (html2text-2018.1.9.tar.gz) = 52211

View File

@ -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).