Date: Sat, 26 Jan 2019 15:09:15 +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: r491296 - head/textproc/py-texttable Message-ID: <201901261509.x0QF9FX1003914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Jan 26 15:09:14 2019 New Revision: 491296 URL: https://svnweb.freebsd.org/changeset/ports/491296 Log: textproc/py-texttable: Update to 1.6.0 Removes `make test`: tests.py was removed from the package since `v1.5.0`. Changelog: - Add basic emoji support (#55) Modified: head/textproc/py-texttable/Makefile head/textproc/py-texttable/distinfo Modified: head/textproc/py-texttable/Makefile ============================================================================== --- head/textproc/py-texttable/Makefile Sat Jan 26 15:07:08 2019 (r491295) +++ head/textproc/py-texttable/Makefile Sat Jan 26 15:09:14 2019 (r491296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,6 @@ COMMENT= Module for creating simple ASCII tables LICENSE= MIT -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR} - CJKWRAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR} USES= python @@ -26,8 +22,5 @@ NO_ARCH= yes OPTIONS_DEFINE= CJKWRAP CJKWRAP_DESC= Text Wrapping with better CJK text support - -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 Sat Jan 26 15:07:08 2019 (r491295) +++ head/textproc/py-texttable/distinfo Sat Jan 26 15:09:14 2019 (r491296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541192833 -SHA256 (texttable-1.5.0.tar.gz) = 1ba399c103c825202659c4d638946c15ffc565ad7846ee0672964786f437fb57 -SIZE (texttable-1.5.0.tar.gz) = 9199 +TIMESTAMP = 1548511504 +SHA256 (texttable-1.6.0.tar.gz) = 624b9d6a94255b3d168b22f0808b78eca8b765d8b14c095e530641b8655c7dfc +SIZE (texttable-1.6.0.tar.gz) = 9106
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901261509.x0QF9FX1003914>