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:
parent
539eda0b1a
commit
5ea8084778
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551795
@ -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
|
||||
|
24
devel/py-prettytable0/Makefile
Normal file
24
devel/py-prettytable0/Makefile
Normal 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>
|
2
devel/py-prettytable0/distinfo
Normal file
2
devel/py-prettytable0/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (prettytable-0.7.2.tar.gz) = 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
|
||||
SIZE (prettytable-0.7.2.tar.gz) = 24784
|
8
devel/py-prettytable0/pkg-descr
Normal file
8
devel/py-prettytable0/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user