freebsd-ports/textproc/py-html2text2018/Makefile
Nuno Teixeira 5c95ec9b40 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
2024-03-06 08:07:07 +00:00

30 lines
770 B
Makefile

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>