From owner-svn-ports-all@freebsd.org Sun Oct 8 12:47:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 681C7E34865; Sun, 8 Oct 2017 12:47:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id 287B383D59; Sun, 8 Oct 2017 12:47: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 v98CldMJ072891; Sun, 8 Oct 2017 12:47:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v98Clc9B072888; Sun, 8 Oct 2017 12:47:38 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201710081247.v98Clc9B072888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 8 Oct 2017 12:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451525 - head/textproc/py-html2text X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-html2text X-SVN-Commit-Revision: 451525 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.23 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: Sun, 08 Oct 2017 12:47:40 -0000 Author: dbaio Date: Sun Oct 8 12:47:38 2017 New Revision: 451525 URL: https://svnweb.freebsd.org/changeset/ports/451525 Log: textproc/py-html2text: Update to 2017.10.4 Add test target. Remove unnecessary wildcard '-[0-9]*' from conflicts. Changes: https://github.com/Alir3z4/html2text/releases/tag/2017.10.4 Modified: head/textproc/py-html2text/Makefile head/textproc/py-html2text/distinfo Modified: head/textproc/py-html2text/Makefile ============================================================================== --- head/textproc/py-html2text/Makefile Sun Oct 8 12:47:38 2017 (r451524) +++ head/textproc/py-html2text/Makefile Sun Oct 8 12:47:38 2017 (r451525) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= html2text -PORTVERSION= 2016.9.19 +PORTVERSION= 2017.10.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,15 @@ COMMENT= Convert HTML into clean plain ASCII text LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage + NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist -CONFLICTS= html2text-[0-9]* +CONFLICTS= html2text + +do-test: + @cd ${WRKSRC} && coverage run --source=html2text setup.py test -v .include Modified: head/textproc/py-html2text/distinfo ============================================================================== --- head/textproc/py-html2text/distinfo Sun Oct 8 12:47:38 2017 (r451524) +++ head/textproc/py-html2text/distinfo Sun Oct 8 12:47:38 2017 (r451525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474334265 -SHA256 (html2text-2016.9.19.tar.gz) = 554ef5fd6c6cf6e3e4f725a62a3e9ec86a0e4d33cd0928136d1c79dbeb7b2d55 -SIZE (html2text-2016.9.19.tar.gz) = 47899 +TIMESTAMP = 1507463324 +SHA256 (html2text-2017.10.4.tar.gz) = 02ab8df206e90a395b7e188e26eb1906680439ce4a636a00217851cef58c1fad +SIZE (html2text-2017.10.4.tar.gz) = 50621