1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update to 1.0.1

- Simplify MASTER_SITES
- Update WWW

Changes:	https://github.com/jazzband/prettytable/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-10 17:56:06 +00:00
parent c95e78fd2e
commit 7d7b37408f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551953
3 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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