mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user