pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-prettytable textproc/py-prettytable: impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6009d1578e61
branches:  trunk
changeset: 451952:6009d1578e61
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue May 04 08:33:14 2021 +0000

description:
textproc/py-prettytable: import py38-prettytable-2.0.0.

PrettyTable is a simple Python library designed to make it quick and easy
to represent tabular data in visually appealing ASCII tables.

PrettyTable lets you control many aspects of the table, like the width of
the column padding, the alignment of text within columns, which characters
are used to draw the table border, whether you even want a border, and much
more. You can control which subsets of the columns and rows are printed, and
you can sort the rows by the value of a particular column.

diffstat:

 textproc/py-prettytable/DESCR    |   8 ++++++++
 textproc/py-prettytable/Makefile |  18 ++++++++++++++++++
 textproc/py-prettytable/PLIST    |  12 ++++++++++++
 textproc/py-prettytable/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r c4ff4ab3a764 -r 6009d1578e61 textproc/py-prettytable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/DESCR     Tue May 04 08:33:14 2021 +0000
@@ -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.
+
+PrettyTable lets you control many aspects of the table, like the width of
+the column padding, the alignment of text within columns, which characters
+are used to draw the table border, whether you even want a border, and much
+more. You can control which subsets of the columns and rows are printed, and
+you can sort the rows by the value of a particular column.
diff -r c4ff4ab3a764 -r 6009d1578e61 textproc/py-prettytable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/Makefile  Tue May 04 08:33:14 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.10 2021/05/04 08:33:14 fcambus Exp $
+
+DISTNAME=      prettytable-2.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}
+
+MAINTAINER=    fcambus%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/prettytable/
+COMMENT=       Display tabular data in a visually appealing ASCII table format
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4ff4ab3a764 -r 6009d1578e61 textproc/py-prettytable/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/PLIST     Tue May 04 08:33:14 2021 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.5 2021/05/04 08:33:14 fcambus Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/prettytable/__init__.py
+${PYSITELIB}/prettytable/__init__.pyc
+${PYSITELIB}/prettytable/__init__.pyo
+${PYSITELIB}/prettytable/prettytable.py
+${PYSITELIB}/prettytable/prettytable.pyc
+${PYSITELIB}/prettytable/prettytable.pyo
diff -r c4ff4ab3a764 -r 6009d1578e61 textproc/py-prettytable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-prettytable/distinfo  Tue May 04 08:33:14 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.7 2021/05/04 08:33:14 fcambus Exp $
+
+SHA1 (prettytable-2.0.0.tar.gz) = 3bb4dd7478e9cfe23e498082a09033ffc4fbcc0b
+RMD160 (prettytable-2.0.0.tar.gz) = 57c2ab6c0eeb64c4909ab8f0607839c5ce5256fe
+SHA512 (prettytable-2.0.0.tar.gz) = b7c47df7d85a91e9518dea8dafcb27037e5cde81f59dd2b9e9468ae44b18431dd7d943fed487d5713e2c5aa25df76a8eb6587d045f73b8f25f53715a8a2085fc
+Size (prettytable-2.0.0.tar.gz) = 43072 bytes



Home | Main Index | Thread Index | Old Index