python-iniparse: upgrade from 0.2.3 to 0.3.2

python-iniparse-native: upgrade from 0.2.3 to 0.3.2

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble
2010-07-07 04:00:27 -07:00
committed by Richard Purdie
parent 9710898615
commit 692065dc7d
2 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,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