Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 00:21:27 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523697 - in head: mail/rss2email2 textproc textproc/py-html2text2018 www/geeknote
Message-ID:  <202001210021.00L0LRkW047206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Jan 21 00:21:27 2020
New Revision: 523697
URL: https://svnweb.freebsd.org/changeset/ports/523697

Log:
  textproc/py-html2text: Copy to textproc/py-html2text2018
  
  Make way for textproc/py-html2tex to be updated to its latest version
  2020.1.16 which supports only Python >= 3.5.
  
  Move dependents that runs only with Python 2.7 to textproc/py-html2text2018.

Added:
  head/textproc/py-html2text2018/
     - copied from r523696, head/textproc/py-html2text/
Modified:
  head/mail/rss2email2/Makefile
  head/textproc/Makefile
  head/textproc/py-html2text2018/Makefile
  head/www/geeknote/Makefile

Modified: head/mail/rss2email2/Makefile
==============================================================================
--- head/mail/rss2email2/Makefile	Mon Jan 20 23:19:56 2020	(r523696)
+++ head/mail/rss2email2/Makefile	Tue Jan 21 00:21:27 2020	(r523697)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rss2email
 PORTVERSION=	2.71
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail python
 MASTER_SITES=	http://www.allthingsrss.com/rss2email/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}html2text2018>=3.0.1:textproc/py-html2text2018@${PY_FLAVOR}
 
 USES=		python:2.7 shebangfix
 SHEBANG_FILES=	rss2email.py

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jan 20 23:19:56 2020	(r523696)
+++ head/textproc/Makefile	Tue Jan 21 00:21:27 2020	(r523697)
@@ -1267,6 +1267,7 @@
     SUBDIR += py-guess-language
     SUBDIR += py-hexdump
     SUBDIR += py-html2text
+    SUBDIR += py-html2text2018
     SUBDIR += py-humanfriendly
     SUBDIR += py-hunspell
     SUBDIR += py-hyperestraier-python

Modified: head/textproc/py-html2text2018/Makefile
==============================================================================
--- head/textproc/py-html2text/Makefile	Mon Jan 20 23:19:56 2020	(r523696)
+++ head/textproc/py-html2text2018/Makefile	Tue Jan 21 00:21:27 2020	(r523697)
@@ -7,6 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2018
 
 MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	Convert HTML into clean plain ASCII text
@@ -20,7 +21,7 @@ USES=		python
 USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
-CONFLICTS=	html2text
+CONFLICTS_INSTALL=	html2text py*-html2text
 
 do-test:
 	@cd ${WRKSRC} && coverage run --source=html2text setup.py test -v

Modified: head/www/geeknote/Makefile
==============================================================================
--- head/www/geeknote/Makefile	Mon Jan 20 23:19:56 2020	(r523696)
+++ head/www/geeknote/Makefile	Tue Jan 21 00:21:27 2020	(r523697)
@@ -3,7 +3,7 @@
 
 PORTNAME=	geeknote
 DISTVERSION=	0.2a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
 
 MAINTAINER=	koobs@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT=	Command line client for Evernote
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}evernote>=1.17:www/py-evernote@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}html2text2018>0:textproc/py-html2text2018@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001210021.00L0LRkW047206>