diff options
author | adam <adam@pkgsrc.org> | 2022-02-14 08:53:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-14 08:53:14 +0000 |
commit | e6795eb9627b482937e32abde73e1755dbe89515 (patch) | |
tree | 743cdd013431c377d4f42e4d08e1b7532fd543cf /textproc/py-prettytable | |
parent | 73e926a4f6d2b61197e6105af3cab214aa8de897 (diff) | |
download | pkgsrc-e6795eb9627b482937e32abde73e1755dbe89515.tar.gz |
py-prettytable: updated to 3.1.0
Release 3.1.0
Added
Add colorful tables and themes
Convert None to empty cell or custom value
Diffstat (limited to 'textproc/py-prettytable')
-rw-r--r-- | textproc/py-prettytable/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-prettytable/PLIST | 5 | ||||
-rw-r--r-- | textproc/py-prettytable/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile index 6b5b2ce3fb0..15a4132a321 100644 --- a/textproc/py-prettytable/Makefile +++ b/textproc/py-prettytable/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/01/07 23:15:04 fcambus Exp $ +# $NetBSD: Makefile,v 1.21 2022/02/14 08:53:14 adam Exp $ -DISTNAME= prettytable-3.0.0 +DISTNAME= prettytable-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/} @@ -13,6 +13,8 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture-[0-9]*:../../devel/py-test-lazy-fixture PYTHON_VERSIONS_INCOMPATIBLE= 27 diff --git a/textproc/py-prettytable/PLIST b/textproc/py-prettytable/PLIST index 2c510d5bb1f..f237041160c 100644 --- a/textproc/py-prettytable/PLIST +++ b/textproc/py-prettytable/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2021/05/04 08:33:14 fcambus Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/02/14 08:53:14 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/prettytable/__init__.py ${PYSITELIB}/prettytable/__init__.pyc ${PYSITELIB}/prettytable/__init__.pyo +${PYSITELIB}/prettytable/colortable.py +${PYSITELIB}/prettytable/colortable.pyc +${PYSITELIB}/prettytable/colortable.pyo ${PYSITELIB}/prettytable/prettytable.py ${PYSITELIB}/prettytable/prettytable.pyc ${PYSITELIB}/prettytable/prettytable.pyo diff --git a/textproc/py-prettytable/distinfo b/textproc/py-prettytable/distinfo index 10fad15e203..a5c1d5fd297 100644 --- a/textproc/py-prettytable/distinfo +++ b/textproc/py-prettytable/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2022/01/07 23:15:04 fcambus Exp $ +$NetBSD: distinfo,v 1.17 2022/02/14 08:53:14 adam Exp $ -BLAKE2s (prettytable-3.0.0.tar.gz) = f58e829341336fe5cb141a4aeff889dffff6e2d1b8d44f750a18743027a6a1b0 -SHA512 (prettytable-3.0.0.tar.gz) = f7b03ee1c1371187708b1cd7724f1afead1249a796928d2abdce42fa834ee128e930f20aef1df579426c65f1fb574b1a831e521ade6e9e65977d5dd88bafc5af -Size (prettytable-3.0.0.tar.gz) = 50012 bytes +BLAKE2s (prettytable-3.1.0.tar.gz) = b42fc31ea226461162e72dd0a732367d29a8298db6daa325f09b75a4a2202761 +SHA512 (prettytable-3.1.0.tar.gz) = 0f1fe86412cc553ef74d264044fd1830c1d5de6914a5a3d7ba3c7e9c92ed5e7b00dcaed1654f819b6a5233b24dfc331453a4ebb86a3e11779ea9932059519a56 +Size (prettytable-3.1.0.tar.gz) = 52695 bytes |