diff --git a/recipes-devtools/python/python-pygraphviz.inc b/recipes-devtools/python/python-pygraphviz.inc new file mode 100644 index 0000000..e5de91c --- /dev/null +++ b/recipes-devtools/python/python-pygraphviz.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "PyGraphviz is a Python interface to the Graphviz graph layout and visualization package" +HOMEPAGE = "https://pygraphviz.github.io" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8aea17a9f438962a6de1b682d4641731" + +SRC_URI[md5sum] = "c186f5f6567e523a862063fc62ddcd2f" +SRC_URI[sha256sum] = "50a829a305dc5a0fd1f9590748b19fece756093b581ac91e00c2c27c651d319d" + +DEPENDS = "${PYTHON_PN} graphviz" + +PYPI_PACKAGE_EXT = "zip" +inherit pypi + +BBCLASSEXTEND = "native" diff --git a/recipes-devtools/python/python3-pygraphviz_1.5.bb b/recipes-devtools/python/python3-pygraphviz_1.5.bb new file mode 100644 index 0000000..9c27871 --- /dev/null +++ b/recipes-devtools/python/python3-pygraphviz_1.5.bb @@ -0,0 +1,3 @@ +require python-pygraphviz.inc + +inherit setuptools3