Path to this page:
./
graphics/py-pygal,
Python SVG graph plotting library
Branch: CURRENT,
Version: 3.0.5,
Package name: py312-pygal-3.0.5,
Maintainer: pkgsrc-userspygal 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)
- (2024-08-13) Updated to version: py312-pygal-3.0.5
- (2023-12-02) Updated to version: py311-pygal-3.0.4
- (2022-11-02) Updated to version: py310-pygal-3.0.0
- (2022-01-05) Updated to version: py39-pygal-2.4.0nb2
- (2022-01-05) Updated to version: py39-pygal-2.4.0nb1
- (2021-10-07) Updated to version: py39-pygal-2.4.0
CVS history: (Expand)
2023-12-02 09:25:21 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-11-27 09:02:38 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-pygal: mark as not for 2.7
|