Commit graph

18 commits

Author SHA1 Message Date
adam
2b087f0255 py-pygraphviz: updated to 1.10
PyGraphviz 1.10

Update release process
add GitHub URL for PyPi
Update dependencies
Add to pre-commit hook / linter
Upgrade CI dependencies
Ensure define_macros remains a list on Windows
Update sphinx
Update fedora
Test Py3.11-dev
Use blacken-docs
Fix gvRenderData bytes output
Update pre-commit hooks
Update sphinx
Fix FILE* resource leak in agread() wrapper
AGraph: Don't leak file descriptor on read("/path/")
Test on PyPy 3.9
Announce support for Python 3.11
Move modifications for proper file closing from generated graphviz_wrap.c to swig file
2022-10-17 12:13:38 +00:00
micha
be420eac91 *: recursive bump for graphics/graphviz 5.0.0 2022-07-22 17:07:10 +00:00
adam
7f69193a4b py-pygraphviz: updated to 1.9
pygraphviz-1.9¶

Drop Python 3.7 support
Add Python 3.10 support
Add osage and patchwork to progs list
Add IPython rich display hook to AGraph class
Add contributor guide
Fixed directed nature of AGraph.copy()
Minor documentation and code fixes
2022-02-10 10:53:43 +00:00
adam
1ce393860f py-pygraphviz: updated to 1.8
pygraphviz-1.8

Drop Python 3.7 support
Add Python 3.10 support
Add IPython rich display hook to AGraph class
Add contributor guide
Fixed directed nature of AGraph.copy()
Minor documentation and code fixes
2022-02-08 11:00:19 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
adam
54fe3b553b Forget about Python 3.6 2021-12-30 13:05:27 +00:00
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
adam
abddd81046 py-pygraphviz: updated to 1.7
pygraphviz-1.7

Drop Python 3.6 support
Add Python 3.9 support
Require Graphviz 2.42+, (Graphviz 2.46+ recommended)
Improve installation process and documentation
Switch from nose to pytest
Remove old Python 2 code
AGraph.eq includes attribute comparison
2021-02-05 22:06:16 +00:00
adam
ff25f3ddda py-pygraphviz: updated to 1.6
pygraphviz-1.6

Add Python 3.8 support
Drop Python 2.7 support
Update to SWIG 4.0.1
2020-11-04 10:01:29 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
adam
ebce4998e0 py-pygraphviz: updated to 1.5
pygraphviz-1.5:
Python 3.7 support
2018-10-11 10:11:31 +00:00
adam
840fac4bdf renamed py-graphviz to py-pygraphviz 2018-07-17 13:05:05 +00:00
wiz
d6dbdb713f Finish move from py-pygraphviz to py-graphviz. 2015-11-19 07:39:08 +00:00
khorben
4d241d3cd9 Build graphics/py-pygraphviz as a Python egg
This also fixes the PLIST; thanks wiz@ for the hint!
2015-11-18 21:48:19 +00:00
khorben
57041255b6 Register dependency on devel/py-setuptools
The PLIST appears to be wrong though.
2015-11-18 20:52:10 +00:00
khorben
116741470a Import py-pygraphviz 1.3.1 from wip
PyGraphviz 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.
2015-11-16 01:46:20 +00:00