1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Danilo G. Baio 2019-01-26 15:09:14 +00:00
parent c485e2bcec
commit 66878d73c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491296
2 changed files with 4 additions and 11 deletions

View File

@ -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
@ -27,7 +23,4 @@ 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>

View File

@ -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