head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.2 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.4.0.8 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.6 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.4 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.2 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.3.0.30 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.28 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.26 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.24 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.22 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.20 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.18 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.16 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.14 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.12 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.8 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.10 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.6 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.4 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.2 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.2.0.10 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.8 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2023.10.28.19.57.20; author wiz; state Exp; branches; next 1.4; commitid jP8MYROLWZ3yJqKE; 1.4 date 2022.10.25.19.00.50; author adam; state Exp; branches; next 1.3; commitid 6arKLgNnMdzgg8ZD; 1.3 date 2019.01.28.14.17.18; author adam; state Exp; branches; next 1.2; commitid hbFOv5Igv8EhBy9B; 1.2 date 2017.10.07.06.54.53; author adam; state Exp; branches; next 1.1; commitid 3lVmLFSIWAN2w5aA; 1.1 date 2017.04.04.11.26.54; author wiz; state Exp; branches; next ; commitid AC5W8wyLhBsc0dMz; desc @@ 1.5 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @@@comment $NetBSD$ bin/tabulate-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/tabulate/__init__.py ${PYSITELIB}/tabulate/__init__.pyc ${PYSITELIB}/tabulate/__init__.pyo ${PYSITELIB}/tabulate/version.py ${PYSITELIB}/tabulate/version.pyc ${PYSITELIB}/tabulate/version.pyo @ 1.4 log @py-tabulate: updated to 0.9.0 0.9.0: Drop support for Python 2.7, 3.5, 3.6. Migrate to pyproject.toml project layout (PEP 621). New output formats: `asciidoc`, various `*grid` and `*outline` formats. New output features: vertical row alignment, separating lines. New input format: list of dataclasses (Python 3.7 or later). Support infinite iterables as row indices. Improve column width options. Improve support for ANSI escape sequences and document the behavior. Various bug fixes. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.3 2019/01/28 14:17:18 adam Exp $ a2 1 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER a5 1 ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED a6 1 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json d11 1 d14 1 @ 1.3 log @py-tabulate: updated to 0.8.3 0.8.3: New formats: `github`. Custom colum alignment. Bug fixes. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.2 2017/10/07 06:54:53 adam Exp $ d3 13 a15 9 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/tabulate.py ${PYSITELIB}/tabulate.pyc ${PYSITELIB}/tabulate.pyo @ 1.2 log @py-tabulate: update to 0.8.1 0.8.1: * Multiline data in several output formats. * New ``latex_raw`` format. * Column-specific floating point formatting. * Python 3.5 & 3.6 support. Drop support for Python 2.6, 3.2, 3.3 (should still work). @ text @d1 2 a2 2 @@comment $NetBSD: PLIST,v 1.1 2017/04/04 11:26:54 wiz Exp $ bin/tabulate${PYVERSSUFFIX} @ 1.1 log @Import py-tabulate-0.7.7 as textproc/py-tabulate. Pretty-print tabular data in Python, a library and a command-line utility. The main use cases of the library are: * printing small tables without hassle: just one function call, formatting is guided by the data itself * authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation * readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point @ text @d1 2 a2 3 @@comment $NetBSD$ bin/tabulate ${PYSITELIB}/${EGG_INFODIR}/.PKG-INFO.swp @