summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-12 13:27:22 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-13 22:32:07 -0700
commit0cd303083793b0799268f9bca43d0b9137d9287f (patch)
tree6f9fa5baef3817b7814cabf70fefa3058cee1e48
parentb56cd509583f18b7f78338dfac339c1a75f7e09e (diff)
downloadmeta-openembedded-0cd303083793b0799268f9bca43d0b9137d9287f.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb17
-rw-r--r--meta-python/recipes-devtools/python/python3-graphviz_0.14.bb16
2 files changed, 17 insertions, 16 deletions
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 000000000..f26a1efce
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Graphviz protocol implementation"
2HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f"
5
6SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a"
7SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce"
8
9inherit pypi setuptools3
10
11PYPI_PACKAGE_EXT = "zip"
12
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-logging \
15"
16
17BBCLASSEXTEND = "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 98bbddd21..000000000
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Graphviz protocol implementation"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5
6SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-logging \
14"
15
16BBCLASSEXTEND = "native nativesdk"