Index: head/textproc/py-texttable/Makefile =================================================================== --- head/textproc/py-texttable/Makefile (revision 452161) +++ head/textproc/py-texttable/Makefile (revision 452162) @@ -1,20 +1,26 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 0.9.1 +PORTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org 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 Index: head/textproc/py-texttable/distinfo =================================================================== --- head/textproc/py-texttable/distinfo (revision 452161) +++ head/textproc/py-texttable/distinfo (revision 452162) @@ -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