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
This commit is contained in:
parent
aa14c8135e
commit
e9b9273b87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484366
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue