1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add py-prettytable0 0.7.2 (copied from py-prettytable)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-09 19:01:54 +00:00
parent 539eda0b1a
commit 5ea8084778
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551795
4 changed files with 35 additions and 0 deletions

View File

@ -4792,6 +4792,7 @@
SUBDIR += py-pretend
SUBDIR += py-prettyprinter
SUBDIR += py-prettytable
SUBDIR += py-prettytable0
SUBDIR += py-proglog
SUBDIR += py-progress
SUBDIR += py-promise

View File

@ -0,0 +1,24 @@
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PORTNAME= prettytable
PORTVERSION= 0.7.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 0
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for displaying tabular data in an ASCII table format
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= limit:^0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (prettytable-0.7.2.tar.gz) = 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
SIZE (prettytable-0.7.2.tar.gz) = 24784

View File

@ -0,0 +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.
WWW: https://pypi.org/project/PrettyTable/