# -*- coding: ascii; tab-width: 4 -*- Info2: << Package: pygraphviz-py%type_pkg[python] # 1.12 needs NEWSETUPTOOLS >= 61 Version: 1.11 Revision: 1 Type: python (3.8 3.9 3.10) Description: Python interface for graphviz DescDetail: << 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. << Maintainer: Daniel Johnson License: BSD Homepage: https://pygraphviz.github.io/ Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%v.zip Source-Checksum: SHA256(a97eb5ced266f45053ebb1f2c6c6d29091690503e3a5c14be7f908b37b06f2d4) Depends: << python%type_pkg[python], libgraphviz238-shlibs | libgraphviz238-nox-shlibs << BuildDepends: << setuptools-tng-py%type_pkg[python], libgraphviz238-dev | libgraphviz238-nox-dev, pkgconfig << CompileScript: %p/bin/python%type_raw[python] setup.py build_ext --include-dirs=%p/include --library-dirs=%p/lib/graphviz-2.38 InfoTest: << TestDepends: << graphviz | graphviz-nox, pytest-py%type_pkg[python] << TestScript: << %p/bin/python%type_raw[python] setup.py install --root=%b/tempdist PYTEST_ADDOPTS="--import-mode=importlib" PYTHONPATH=%b/tempdist/%p/lib/python%type_raw[python]/site-packages %p/bin/pytest-%type_raw[python] -vv || exit 2 << << InstallScript: << find . -name "*.pyc" -delete %p/bin/python%type_raw[python] setup.py install --root=%d mv %i/share/doc/pygraphviz-* %i/share/doc/pygraphviz-py%type_pkg[python] << DocFiles: README.rst LICENSE examples # Info2 <<