summaryrefslogtreecommitdiff
path: root/textproc/py-html2text
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-16 00:19:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-16 00:19:07 +0000
commit6a70d66ccf9aac0ad310c3b7dbadc9f434f32bc4 (patch)
tree0830f759053d363173e4462dcfb84e65ee6d0f81 /textproc/py-html2text
parentNew port: science/py-pymatgen: Python Materials Genomics is a robust material... (diff)
textproc/py-html2text: Add USE_PYTHON=concurrent
Also change WWW to the real homepage. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=472504
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r--textproc/py-html2text/Makefile3
-rw-r--r--textproc/py-html2text/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index d2d8fbe8bce9..f3cb3547c557 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -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
diff --git a/textproc/py-html2text/pkg-descr b/textproc/py-html2text/pkg-descr
index 55a0b5d1b0be..4ed6cf7b92db 100644
--- a/textproc/py-html2text/pkg-descr
+++ b/textproc/py-html2text/pkg-descr
@@ -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/