git: ba45b5916717 - main - devel/py-tabulate: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 01:02:18 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba45b5916717e8314ff0e9c2252f71bd3a09d940 commit ba45b5916717e8314ff0e9c2252f71bd3a09d940 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-11-14 01:01:56 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-11-14 01:01:56 +0000 devel/py-tabulate: Update to 0.9.0 Changes since 0.8.9: - New output formats: `asciidoc`, various `*grid` and `*outline` formats. - New output features: vertical row alignment, separating lines. - New input format: list of dataclasses. - Support infinite iterables as row indices. - Improve column width options. - Improve support for ANSI escape sequences and document the behavior. - Column width parameter. PR: 282735 Approved by: skreuzer@ (maintainer) --- devel/py-tabulate/Makefile | 8 ++++++-- devel/py-tabulate/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile index 1058a210092b..f1f2b6dfb98a 100644 --- a/devel/py-tabulate/Makefile +++ b/devel/py-tabulate/Makefile @@ -1,5 +1,5 @@ PORTNAME= tabulate -PORTVERSION= 0.8.9 +PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,12 @@ WWW= https://github.com/astanin/python-tabulate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3.2:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-tabulate/distinfo b/devel/py-tabulate/distinfo index 568c10fff2a0..f1ee22b26aad 100644 --- a/devel/py-tabulate/distinfo +++ b/devel/py-tabulate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651946753 -SHA256 (tabulate-0.8.9.tar.gz) = eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 -SIZE (tabulate-0.8.9.tar.gz) = 53482 +TIMESTAMP = 1731530593 +SHA256 (tabulate-0.9.0.tar.gz) = 0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c +SIZE (tabulate-0.9.0.tar.gz) = 81090