Date: Sun, 15 Oct 2017 19:19:45 +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: r452162 - head/textproc/py-texttable Message-ID: <201710151919.v9FJJjDU072667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710151919.v9FJJjDU072667>