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>
This commit is contained in:
Leon Anavi
2020-08-12 13:27:22 +03:00
committed by Khem Raj
parent b56cd50958
commit 0cd3030837
2 changed files with 17 additions and 16 deletions
@@ -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"