diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-16 00:19:07 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-16 00:19:07 +0000 |
commit | 6a70d66ccf9aac0ad310c3b7dbadc9f434f32bc4 (patch) | |
tree | 0830f759053d363173e4462dcfb84e65ee6d0f81 /textproc | |
parent | e80a83df0ab3f8bd5766a30eb778855ab58b5769 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-html2text/pkg-descr | 2 |
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/ |