summaryrefslogtreecommitdiff
path: root/packages/python/python-elementtree_1.2.7-20070827-preview.bb
blob: 8b300474ca6c2ad397dcb9c736ff779a5fa2cb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Lightweight Python components for handling XML"
SECTION = "python/devel"
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}"