mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add devel/py-prettytable -- a simple Python library for easily displaying
tabular data in a visually appealing ASCII table format. Feature safe: yes
This commit is contained in:
parent
8d4d726182
commit
5433b2bdc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287078
@ -3132,6 +3132,7 @@
|
||||
SUBDIR += py-polib
|
||||
SUBDIR += py-pp
|
||||
SUBDIR += py-pqueue
|
||||
SUBDIR += py-prettytable
|
||||
SUBDIR += py-prioritized_methods
|
||||
SUBDIR += py-protobuf
|
||||
SUBDIR += py-protocols
|
||||
|
23
devel/py-prettytable/Makefile
Normal file
23
devel/py-prettytable/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: py-prettytable
|
||||
# Date created: 2011-12-08
|
||||
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= prettytable
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITE_SUBDIR=source/P/PrettyTable
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Library for displaying tabular data in an ASCII table format
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-prettytable/distinfo
Normal file
2
devel/py-prettytable/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (prettytable-0.5.tar.gz) = 52dbc76b9fdc53f6386ce9380a93653dbff20717296605449b86a73f426b7d8b
|
||||
SIZE (prettytable-0.5.tar.gz) = 6101
|
8
devel/py-prettytable/pkg-descr
Normal file
8
devel/py-prettytable/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: http://pypi.python.org/pypi/PrettyTable
|
1
devel/py-prettytable/pkg-plist
Normal file
1
devel/py-prettytable/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/prettytable-%%VERSION%%-py%%PYVER%%.egg
|
Loading…
Reference in New Issue
Block a user