From 0cd303083793b0799268f9bca43d0b9137d9287f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 12 Aug 2020 13:27:22 +0300 Subject: python3-graphviz: Upgrade 0.14 -> 0.14.1 Add homepage and upgrade to release 0.14.1: Document the colon-separated node[:port[:compass]] format used for tail and head points in the edge()- and edges()-methods License-Update: Use file LICENSE.txt to check the license. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-graphviz_0.14.1.bb | 17 +++++++++++++++++ .../recipes-devtools/python/python3-graphviz_0.14.bb | 16 ---------------- 2 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb new file mode 100644 index 0000000000..f26a1efcec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Graphviz protocol implementation" +HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" + +SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a" +SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce" + +inherit pypi setuptools3 + +PYPI_PACKAGE_EXT = "zip" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-logging \ +" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb deleted file mode 100644 index 98bbddd216..0000000000 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Graphviz protocol implementation" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791" - -inherit pypi setuptools3 - -PYPI_PACKAGE_EXT = "zip" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-logging \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg