Path to this page:
./
graphics/py-pygraphviz,
Python interface to the Graphviz package
Branch: CURRENT,
Version: 1.14,
Package name: py312-pygraphviz-1.14,
Maintainer: pkgsrc-usersPyGraphviz is a Python interface to the Graphviz graph layout
and visualization package. With PyGraphviz you can create,
edit, read, write, and draw graphs using Python to access the
Graphviz graph data structure and layout algorithms. PyGraphviz
is independent from NetworkX but provides a similar programming
interface.
Required to run:[
graphics/graphviz] [
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 103.519 KB
Version history: (Expand)
- (2024-10-01) Updated to version: py312-pygraphviz-1.14
- (2024-07-05) Updated to version: py311-pygraphviz-1.13nb1
- (2024-05-10) Updated to version: py311-pygraphviz-1.13
- (2024-04-15) Updated to version: py311-pygraphviz-1.12nb1
- (2024-01-15) Updated to version: py311-pygraphviz-1.12
- (2023-11-12) Updated to version: py311-pygraphviz-1.11nb1
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-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-10-01 22:11:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pygraphviz: updated to 1.14
pygraphviz 1.14
Enhancements
- Avoid subprocess window creation with agraph.AGraph._run_prog
Documentation
- Update release process
- Fix typo
- Support Python 3.13
Maintenance
- AGraph.draw(): close filehandle for pathlib.Path
- Fix formatting
- Test on Python 3.13
- Use ruff and update pre-commit config
|
2024-07-05 12:55:34 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
*: recursive bump for graphviz 12.0.0
|
2024-05-10 06:58:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pygraphviz: updated to 1.13
pygraphviz 1.13
===============
We're happy to announce the release of pygraphviz 1.13!
Bug Fixes
---------
- Remove outdated pystrings.swg
- Fix segfault from repr attempting to access attrs on uninitialized instance
Maintenance
-----------
- Remove outdated pystrings.swg
- Update CI tests
- Update pre-commit repos
- Bump webfactory/ssh-agent from 0.8.0 to 0.9.0
- Update tests for macOS Sonoma v14
- Update doc requirements
- Update pre-commit repos
- Remove unnecessary pip flags
- Test on fedora 40
|
2024-04-15 12:51:34 by Michael Baeuerle | Files touched by this commit (4) |
Log message:
*: recursive bump for graphviz 10.0.1
|
2024-01-15 14:32:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pygraphviz: updated to 1.12
pygraphviz 1.12
Enhancements
- Add Python 3.12 support
Bug Fixes
- Copy edges keys when copying a graph
- Windows Manual Installation Fix
Documentation
- Windows Manual Installation Fix
- Use pydata-sphinx-theme
- Add version switcher
- Move release notes
Maintenance
- Drop Python 3.8 support per SPEC 0
- Update release process
- Test on Python 3.12.0-beta.2
- Update pre-commit
- Use label-check and attach-next-milestone-action
- Drop Python 3.9 support
- Update documentation building requirements
- Add pyproject.toml
- Use dependabot
- Bump actions/setup-python from 3 to 5
- Bump scientific-python/attach-next-milestone-action from \
f94a5235518d4d34911c41e19d780b8e79d42238 to \
bc07be829f693829263e57d5e8489f4e57d3d420
- Bump actions/checkout from 3 to 4
- Bump conda-incubator/setup-miniconda from 2 to 3
- Bump webfactory/ssh-agent from 0.5.4 to 0.8.0
- Update the year
- Update license information
- Stop building pdf of the docs
- Use trusted publisher for PyPI uploads
Other
- Update INSTALL.txt
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|