blob: f1e4c8b322860cea2a6facad21a2b202d53fe8e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Lightweight Python components for handling XML"
SECTION = "devel/python"
LICENSE = "Python"
HOMEPAGE = "http://effbot.org/zone/element-index.htm"
PR = "r0"
inherit distutils
SRC_URI = "http://effbot.org/media/downloads/elementtree-${PV}.zip"
S = "${WORKDIR}/elementtree-${PV}"
FILES_${PN} += "${datadir}"
|