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.
This commit is contained in:
parent
c5234762d7
commit
c09be05ceb
2 changed files with 11 additions and 8 deletions
|
@ -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/python-tabulate
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue