Skip to content

Commit

Permalink
textproc/py-texttable: Update to 1.5.0
Browse files Browse the repository at this point in the history
 - Create a method for redefining the max_width (#54)
 - Use setuptools instead of distutils to upload metadata to PyPI (#49)
 - Switch to MIT license
  • Loading branch information
dbaio committed Nov 6, 2018
1 parent 26ba4e7 commit bc0f707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions textproc/py-texttable/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
# $FreeBSD$

PORTNAME= texttable
PORTVERSION= 1.4.0
PORTVERSION= 1.5.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
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} \
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-texttable/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc0f707

Please sign in to comment.