textproc/py-html2text: Add USE_PYTHON=concurrent

Also change WWW to the real homepage.

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-06-16 00:19:07 +00:00
parent e80a83df0a
commit 6a70d66ccf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472504
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= html2text
PORTVERSION= 2018.1.9
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
CONFLICTS= html2text

View File

@ -2,4 +2,4 @@ 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).
WWW: https://pypi.org/project/html2text/
WWW: https://github.com/Alir3z4/html2text/