summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb
blob: 20210be9b249b85e66868cd46f033561f1913e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Powerful and Lightweight Python Tree Data Structure"

HOMEPAGE = "https://github.com/c0fec0de/anytree"
LICENSE = "Apache-2.0"

LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

DEPENDS += "python3-six"

SRC_URI = "git://github.com/c0fec0de/anytree.git;branch=2.x.x;protocol=https"
SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce"

S = "${UNPACKDIR}/git"

inherit setuptools3

do_install:append() {
	rm -f ${D}/${datadir}/LICENSE ${D}/${prefix}/LICENSE
	rmdir ${D}/${datadir} || :
}

BBCLASSEXTEND = "native nativesdk"