diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-11-07 07:39:03 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-11-07 07:39:03 +0800 |
commit | bc0f707cfb3cad91176d538029af730a9605329f (patch) | |
tree | f5c51993cadebf05441ad0f8a3e0d26e007d3ac6 /textproc | |
parent | 26ba4e7e65207768113e7f5d5053c3c78bbf8d2e (diff) | |
download | freebsd-ports-gnome-bc0f707cfb3cad91176d538029af730a9605329f.tar.gz freebsd-ports-gnome-bc0f707cfb3cad91176d538029af730a9605329f.tar.zst freebsd-ports-gnome-bc0f707cfb3cad91176d538029af730a9605329f.zip |
textproc/py-texttable: Update to 1.5.0
- Create a method for redefining the max_width (#54)
- Use setuptools instead of distutils to upload metadata to PyPI (#49)
- Switch to MIT license
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-texttable/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-texttable/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 174bf715401e..6a58fe836a96 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Module for creating simple ASCII tables -LICENSE= LGPL3+ -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= MIT TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ @@ -21,6 +20,7 @@ CJKWRAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_ USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes OPTIONS_DEFINE= CJKWRAP diff --git a/textproc/py-texttable/distinfo b/textproc/py-texttable/distinfo index a0136ceea372..7aef7bda537e 100644 --- a/textproc/py-texttable/distinfo +++ b/textproc/py-texttable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529755957 -SHA256 (texttable-1.4.0.tar.gz) = 95e8cfe85f8395a7eacdfbc8f09d885b9ef3a6ac6ead0364ea721de1127aa36b -SIZE (texttable-1.4.0.tar.gz) = 12274 +TIMESTAMP = 1541192833 +SHA256 (texttable-1.5.0.tar.gz) = 1ba399c103c825202659c4d638946c15ffc565ad7846ee0672964786f437fb57 +SIZE (texttable-1.5.0.tar.gz) = 9199 |