CVS log for pkgsrc/textproc/py-tabulate/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-tabulate
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 13 11:14:18 2025 UTC (9 days, 8 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -5
lines
py-tabulate: fix for setuptools>=78; fix HOMEPAGE
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:09 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:20 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
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.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:33 2023 UTC (22 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 25 19:00:50 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -4
lines
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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 5 12:56:19 2022 UTC (2 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3
lines
py-tabulate: updated to 0.8.10
0.8.10: Python 3.10 support. Bug fixes.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:27 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2
lines
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:07 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 22 10:34:52 2021 UTC (4 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3
lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 28 13:24:37 2020 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-tabulate: updated to 0.8.7
0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:17:49 2019 UTC (5 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
py-tabulate: updated to 0.8.6
0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 7 20:19:14 2019 UTC (5 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
py-tabulate: updated to 0.8.5
- 0.8.5: Future version
- 0.8.4: Bug fixes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 28 14:17:18 2019 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -5
lines
py-tabulate: updated to 0.8.3
0.8.3: New formats: `github`. Custom colum alignment. Bug fixes.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 28 09:46:59 2017 UTC (7 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -6
lines
py-tabulate: updated to 0.8.2
0.8.2:
Bug fixes.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 7 06:54:53 2017 UTC (7 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +16 -11
lines
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).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 4 11:26:54 2017 UTC (8 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
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
CVSweb <webmaster@jp.NetBSD.org>