meta-openembedded/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb
Leon Anavi 0cd3030837 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>
2020-08-13 22:32:07 -07:00

18 lines
480 B
BlitzBasic

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"