mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
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:
committed by
Richard Purdie
parent
9710898615
commit
692065dc7d
11
meta/packages/python/python-iniparse_0.3.2.bb
Normal file
11
meta/packages/python/python-iniparse_0.3.2.bb
Normal 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
|
||||
Reference in New Issue
Block a user