From owner-svn-ports-all@freebsd.org Tue Jan 21 00:21:28 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A46F22AE66; Tue, 21 Jan 2020 00:21:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 481q2w32MNz3yK2; Tue, 21 Jan 2020 00:21:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6379041EF; Tue, 21 Jan 2020 00:21:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00L0LSgp047210; Tue, 21 Jan 2020 00:21:28 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00L0LRkW047206; Tue, 21 Jan 2020 00:21:27 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202001210021.00L0LRkW047206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 21 Jan 2020 00:21:27 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: mail/rss2email2 textproc textproc/py-html2text2018 www/geeknote X-SVN-Commit-Revision: 523697 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 00:21:28 -0000 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} \