From owner-svn-ports-head@freebsd.org Sun Oct 15 19:19:47 2017 Return-Path: Delivered-To: svn-ports-head@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 1688FE492BA; Sun, 15 Oct 2017 19:19:47 +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 D82298384D; Sun, 15 Oct 2017 19:19:46 +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 v9FJJkd4072669; Sun, 15 Oct 2017 19:19:46 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9FJJjDU072667; Sun, 15 Oct 2017 19:19:45 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201710151919.v9FJJjDU072667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 15 Oct 2017 19:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452162 - head/textproc/py-texttable X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-texttable X-SVN-Commit-Revision: 452162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2017 19:19:47 -0000 Author: dbaio Date: Sun Oct 15 19:19:45 2017 New Revision: 452162 URL: https://svnweb.freebsd.org/changeset/ports/452162 Log: textproc/py-texttable: Update to 1.0.0 Add Test target. Allow concurrent installation. Changes: https://github.com/foutaise/texttable/releases/tag/v1.0.0 Modified: head/textproc/py-texttable/Makefile head/textproc/py-texttable/distinfo Modified: head/textproc/py-texttable/Makefile ============================================================================== --- head/textproc/py-texttable/Makefile Sun Oct 15 19:04:23 2017 (r452161) +++ head/textproc/py-texttable/Makefile Sun Oct 15 19:19:45 2017 (r452162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 0.9.1 +PORTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,14 @@ COMMENT= Module for creating simple ASCII tables LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov + USES?= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && pytest -v --cov-report=term-missing --cov=texttable tests.py .include Modified: head/textproc/py-texttable/distinfo ============================================================================== --- head/textproc/py-texttable/distinfo Sun Oct 15 19:04:23 2017 (r452161) +++ head/textproc/py-texttable/distinfo Sun Oct 15 19:19:45 2017 (r452162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498695619 -SHA256 (texttable-0.9.1.tar.gz) = 119041773ff03596b56392532f9315cb3a3116e404fd6f36e76a7dc088d95c79 -SIZE (texttable-0.9.1.tar.gz) = 11074 +TIMESTAMP = 1508090950 +SHA256 (texttable-1.0.0.tar.gz) = a733f7d90f6dd35d799c4048e3b015fcf95887ef49e0ef65262f90ee6d7abd61 +SIZE (texttable-1.0.0.tar.gz) = 11111