mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add py-tabulate 0.7.2.
PR: ports/193574 Submitted by: Nikolay Dachev (nikolay dachev info)
This commit is contained in:
parent
7e9839ad3b
commit
70e680131c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368238
@ -3919,6 +3919,7 @@
|
||||
SUBDIR += py-sysctl
|
||||
SUBDIR += py-sysv_ipc
|
||||
SUBDIR += py-tables
|
||||
SUBDIR += py-tabulate
|
||||
SUBDIR += py-tapi
|
||||
SUBDIR += py-tarantool-queue
|
||||
SUBDIR += py-tconfpy
|
||||
|
19
devel/py-tabulate/Makefile
Normal file
19
devel/py-tabulate/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Nikolay Dachev <freebsd@dacehv.info>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tabulate
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= freebsd@dacehv.info
|
||||
COMMENT= Pretty-print tabular data in Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-tabulate/distinfo
Normal file
2
devel/py-tabulate/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tabulate-0.7.2.tar.gz) = 532ccab8d9e4659a5f016d84814df86cc04763785e9de2739e890d956dc82d8f
|
||||
SIZE (tabulate-0.7.2.tar.gz) = 19792
|
10
devel/py-tabulate/pkg-descr
Normal file
10
devel/py-tabulate/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Pretty-print tabular data in Python.
|
||||
|
||||
The main use cases of the library are:
|
||||
|
||||
printing small tables without hassle: just one function call,
|
||||
formatting is guided by the data itself authoring tabular data for
|
||||
lightweight plain-text markup: multiple output formats
|
||||
suitable for further editing or transformation readable presentation of
|
||||
mixed textual and numeric data: smart column alignment,
|
||||
configurable number formatting, alignment by a decimal point
|
Loading…
Reference in New Issue
Block a user