./graphics/py-pygal, Python SVG graph plotting library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.5, Package name: py312-pygal-3.0.5, Maintainer: pkgsrc-users

pygal is a dynamic SVG charting library written in python. All the documentation
is on http://pygal.org/.


Required to run:
[devel/py-setuptools] [textproc/py-lxml] [converters/py-cairosvg] [lang/python37]

Required to build:
[www/py-flask] [textproc/py-pyquery] [pkgtools/cwrappers] [devel/py-test-runner] [devel/py-test-cov]

Master sites:

Filesize: 78.603 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-13 10:27:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pygal: updated to 3.0.5

3.0.5
Unknown changes
   2024-08-10 17:46:27 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-pygal: remove unneeded test dependency

Document test status.
   2023-12-02 09:25:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pygal: updated to 3.0.4

3.0.4

Fixed

Missing declaration of importlib_metadata dependency in setup.py

3.0.3

Fixed

Failure with tox due to missing README.md

3.0.2

Fixed

Misused entry_points causing failure with Python 3.12

Changed

Prevent installing with Python versions < 3.8
Replace unmaintained pytest-flake8 with plain flake8

3.0.1

Use importlib` instead of deprecated pkg_resources
Prevent installing unsupported Python versions
   2022-11-14 16:11:59 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pygall: py-test-runner is needed at setup time
   2022-11-02 11:57:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pygal: updated to 3.0.0

3.0.0

Fixed

Remove Iterable import deprecation warning
Remove invalid escape sequence warnings in tests
Fix test failures due to removed pytest attribute
Fix linting errors with latest isort and flake8

Changed

Replace deprecated tested versions of Python (including Python 2) with
latest ones in CI
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
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.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS