SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/py-tabulate/Makefile
Normal file
27
devel/py-tabulate/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT = pretty-print tabular data
|
||||
|
||||
# 0.9 drops py2 support, still needed for security/floss
|
||||
MODPY_EGG_VERSION = 0.8.10
|
||||
DISTNAME = tabulate-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/astanin/python-tabulate
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/tabulate ${PREFIX}/bin/tabulate${MODPY_BIN_SUFFIX}
|
||||
|
||||
.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.8.10.tar.gz) = bFfz8916wngncBVfOtstsLGiaWN+QvJ1mZJeZLEU9Rk=
|
||||
SIZE (tabulate-0.8.10.tar.gz) = 60154
|
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, a library and a command-line
|
||||
utility.
|
||||
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
|
12
devel/py-tabulate/pkg/PLIST
Normal file
12
devel/py-tabulate/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@conflict py-tabulate-<0.8.7p1
|
||||
bin/tabulate${MODPY_BIN_SUFFIX}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}tabulate.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/tabulate.py
|
Loading…
Add table
Add a link
Reference in a new issue