summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/python/python-iniparse_0.3.2.bb
blob: 27a38f4249cd84dc62cd395e07e8f73e913c70fc (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "iniparse is a INI parser for Python"
HOMEPAGE = "http://code.google.com/p/iniparse/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz"
S = "${WORKDIR}/iniparse-${PV}"

inherit distutils