From owner-svn-ports-all@freebsd.org Tue Jan 21 00:26:39 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 D8E9E22B093; Tue, 21 Jan 2020 00:26:39 +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 481q8v5QFmz3yTX; Tue, 21 Jan 2020 00:26:39 +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 B0BFD4256; Tue, 21 Jan 2020 00:26:39 +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 00L0Qd2Z052595; Tue, 21 Jan 2020 00:26:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00L0Qd4B052592; Tue, 21 Jan 2020 00:26:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202001210026.00L0Qd4B052592@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:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523698 - in head: textproc/py-html2text www/py-weboob X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: textproc/py-html2text www/py-weboob X-SVN-Commit-Revision: 523698 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:26:39 -0000 Author: dbaio Date: Tue Jan 21 00:26:38 2020 New Revision: 523698 URL: https://svnweb.freebsd.org/changeset/ports/523698 Log: textproc/py-html2text: Update to 2020.1.16 This new version only supports Python >= 3.5. Changelog: https://raw.githubusercontent.com/Alir3z4/html2text/2020.1.16/ChangeLog.rst Update www/py-weboob to use Python >= 3.5 (avoid break bulk -a). Reported by: Andrea Venturoli Modified: head/textproc/py-html2text/Makefile head/textproc/py-html2text/distinfo head/www/py-weboob/Makefile Modified: head/textproc/py-html2text/Makefile ============================================================================== --- head/textproc/py-html2text/Makefile Tue Jan 21 00:21:27 2020 (r523697) +++ head/textproc/py-html2text/Makefile Tue Jan 21 00:26:38 2020 (r523698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= html2text -PORTVERSION= 2018.1.9 -PORTREVISION= 2 +PORTVERSION= 2020.1.16 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,15 +13,16 @@ COMMENT= Convert HTML into clean plain ASCII text LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes -CONFLICTS= html2text +CONFLICTS_INSTALL= html2text py*-html2text2018 do-test: - @cd ${WRKSRC} && coverage run --source=html2text setup.py test -v + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest --cov=html2text .include Modified: head/textproc/py-html2text/distinfo ============================================================================== --- head/textproc/py-html2text/distinfo Tue Jan 21 00:21:27 2020 (r523697) +++ head/textproc/py-html2text/distinfo Tue Jan 21 00:26:38 2020 (r523698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515708173 -SHA256 (html2text-2018.1.9.tar.gz) = 627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4 -SIZE (html2text-2018.1.9.tar.gz) = 52211 +TIMESTAMP = 1579470104 +SHA256 (html2text-2020.1.16.tar.gz) = e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb +SIZE (html2text-2020.1.16.tar.gz) = 49464 Modified: head/www/py-weboob/Makefile ============================================================================== --- head/www/py-weboob/Makefile Tue Jan 21 00:21:27 2020 (r523697) +++ head/www/py-weboob/Makefile Tue Jan 21 00:26:38 2020 (r523698) @@ -2,6 +2,7 @@ PORTNAME= weboob PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,10 +31,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ wget:ftp/wget \ gpg2:security/gnupg -py27_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mechanize>0:www/py-mechanize@${PY_FLAVOR} -py27_RUN_DEPENDS:= ${py27_BUILD_DEPENDS} - -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes