diff --git a/devel/py-prettytable/Makefile b/devel/py-prettytable/Makefile index 350d48cb0c0d..dfcf07e00f92 100644 --- a/devel/py-prettytable/Makefile +++ b/devel/py-prettytable/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= prettytable -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP/source/P/PrettyTable +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -18,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-prettytable/distinfo b/devel/py-prettytable/distinfo index 7869807702ba..2dec21d58bf2 100644 --- a/devel/py-prettytable/distinfo +++ b/devel/py-prettytable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601913112 -SHA256 (prettytable-1.0.0.tar.gz) = 98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac -SIZE (prettytable-1.0.0.tar.gz) = 38198 +TIMESTAMP = 1602317875 +SHA256 (prettytable-1.0.1.tar.gz) = 6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771 +SIZE (prettytable-1.0.1.tar.gz) = 38601 diff --git a/devel/py-prettytable/pkg-descr b/devel/py-prettytable/pkg-descr index 5348e4651886..647b213c781e 100644 --- a/devel/py-prettytable/pkg-descr +++ b/devel/py-prettytable/pkg-descr @@ -1,8 +1,8 @@ -PrettyTable is a simple Python library designed to make it quick and -easy to represent tabular data in visually appealing ASCII tables. -It was inspired by the ASCII tables used in the PostgreSQL shell psql. -PrettyTable allows for selection of which columns are to be printed, -independent alignment of columns (left or right justified or centred) -and printing of "sub-tables" by specifying a row range. +PrettyTable is a simple Python library designed to make it quick and easy to +represent tabular data in visually appealing ASCII tables. It was inspired by +the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for +selection of which columns are to be printed, independent alignment of columns +(left or right justified or centred) and printing of "sub-tables" by specifying +a row range. -WWW: https://pypi.org/project/PrettyTable/ +WWW: https://github.com/jazzband/prettytable