From 161ef55dd466380cd71e02863b8e74fcf37577db Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 13:20:05 -0700 Subject: [PATCH] DRAFT Add python3-pygraphviz_1.5.bb --- recipes-devtools/python/python-pygraphviz.inc | 15 +++++++++++++++ recipes-devtools/python/python3-pygraphviz_1.5.bb | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 recipes-devtools/python/python-pygraphviz.inc create mode 100644 recipes-devtools/python/python3-pygraphviz_1.5.bb 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