Danilo G. Baio 66878d73c8 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)
2019-01-26 15:09:14 +00:00

27 lines
551 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= texttable
PORTVERSION= 1.6.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Module for creating simple ASCII tables
LICENSE= MIT
CJKWRAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= CJKWRAP
CJKWRAP_DESC= Text Wrapping with better CJK text support
.include <bsd.port.mk>