diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-12 13:27:22 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
commit | 0cd303083793b0799268f9bca43d0b9137d9287f (patch) | |
tree | 6f9fa5baef3817b7814cabf70fefa3058cee1e48 | |
parent | b56cd509583f18b7f78338dfac339c1a75f7e09e (diff) | |
download | meta-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.bb | 17 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-graphviz_0.14.bb | 16 |
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 @@ | |||
1 | DESCRIPTION = "Graphviz protocol implementation" | ||
2 | HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" | ||
5 | |||
6 | SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a" | ||
7 | SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | PYPI_PACKAGE_EXT = "zip" | ||
12 | |||
13 | RDEPENDS_${PN} += " \ | ||
14 | ${PYTHON_PN}-logging \ | ||
15 | " | ||
16 | |||
17 | 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 98bbddd21..000000000 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | DESCRIPTION = "Graphviz protocol implementation" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
5 | |||
6 | SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE_EXT = "zip" | ||
11 | |||
12 | RDEPENDS_${PN} += " \ | ||
13 | ${PYTHON_PN}-logging \ | ||
14 | " | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||