svn commit: r472504 - head/textproc/py-html2text

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 16 00:19:09 UTC 2018


Author: yuri
Date: Sat Jun 16 00:19:07 2018
New Revision: 472504
URL: https://svnweb.freebsd.org/changeset/ports/472504

Log:
  textproc/py-html2text: Add USE_PYTHON=concurrent
  
  Also change WWW to the real homepage.
  
  Approved by:	portmgr

Modified:
  head/textproc/py-html2text/Makefile
  head/textproc/py-html2text/pkg-descr

Modified: head/textproc/py-html2text/Makefile
==============================================================================
--- head/textproc/py-html2text/Makefile	Fri Jun 15 23:49:36 2018	(r472503)
+++ head/textproc/py-html2text/Makefile	Sat Jun 16 00:19:07 2018	(r472504)
@@ -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

Modified: head/textproc/py-html2text/pkg-descr
==============================================================================
--- head/textproc/py-html2text/pkg-descr	Fri Jun 15 23:49:36 2018	(r472503)
+++ head/textproc/py-html2text/pkg-descr	Sat Jun 16 00:19:07 2018	(r472504)
@@ -2,4 +2,4 @@ html2text is a Python script that converts a page of H
 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/


More information about the svn-ports-all mailing list