pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tabulate
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 22 10:34:52 UTC 2021
Modified Files:
pkgsrc/textproc/py-tabulate: Makefile distinfo
Log Message:
py-tabulate: updated to 0.8.9
- 0.8.9: Bug fix. Revert support of decimal separators.
- 0.8.8: Python 3.9 support, 3.10 ready.
New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.
Support lists of UserDicts as input.
Support hyperlinks in terminal output.
Improve testing on systems with proxies.
Migrate to pytest.
Various bug fixes and improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-tabulate/Makefile \
pkgsrc/textproc/py-tabulate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-tabulate/Makefile
diff -u pkgsrc/textproc/py-tabulate/Makefile:1.7 pkgsrc/textproc/py-tabulate/Makefile:1.8
--- pkgsrc/textproc/py-tabulate/Makefile:1.7 Tue Apr 28 13:24:37 2020
+++ pkgsrc/textproc/py-tabulate/Makefile Mon Feb 22 10:34:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/04/28 13:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/22 10:34:52 adam Exp $
-DISTNAME= tabulate-0.8.7
+DISTNAME= tabulate-0.8.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://bitbucket.org/astanin/
COMMENT= Pretty-print tabular data
LICENSE= mit
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
@@ -18,5 +18,8 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-tabulate/distinfo
diff -u pkgsrc/textproc/py-tabulate/distinfo:1.7 pkgsrc/textproc/py-tabulate/distinfo:1.8
--- pkgsrc/textproc/py-tabulate/distinfo:1.7 Tue Apr 28 13:24:37 2020
+++ pkgsrc/textproc/py-tabulate/distinfo Mon Feb 22 10:34:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/04/28 13:24:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/02/22 10:34:52 adam Exp $
-SHA1 (tabulate-0.8.7.tar.gz) = 4b01c101daa78fea695eb246072a478f8421741d
-RMD160 (tabulate-0.8.7.tar.gz) = 9cf3e6a3323c48e0ce236e1c5327c520358dc45f
-SHA512 (tabulate-0.8.7.tar.gz) = 963d12970227671fc80d26feacfafd37404034eba82778cee2450b8dbc7c723a7137209b601bc2adc13883543bff0d6b887ed2e7b91934a7f2ca4704ce5fd340
-Size (tabulate-0.8.7.tar.gz) = 50913 bytes
+SHA1 (tabulate-0.8.9.tar.gz) = 7bfd54c59d03019294915c245aaec2c6fada607c
+RMD160 (tabulate-0.8.9.tar.gz) = 5d30a2a3762bda0efb657491ff92f260a18eedc8
+SHA512 (tabulate-0.8.9.tar.gz) = 4170bb4ded836997ea053b039f19e084818c40e8ae2ae4f56c686ed3d33a341986bc311dd0370256b1af815db7b1ed8ba89008f87f8634b216412d0fd5fa76d9
+Size (tabulate-0.8.9.tar.gz) = 53482 bytes
Home |
Main Index |
Thread Index |
Old Index