diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-07 04:00:27 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:16 +0100 |
| commit | 692065dc7d2d0613ccc652fc081692df66cc511f (patch) | |
| tree | 5fcd526244eac68c73ab49793cc873f342ef17fc /meta/packages/python/python-iniparse_0.3.2.bb | |
| parent | 97108986150563b481b04543b4c51a26f59d227c (diff) | |
| download | poky-692065dc7d2d0613ccc652fc081692df66cc511f.tar.gz | |
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>
Diffstat (limited to 'meta/packages/python/python-iniparse_0.3.2.bb')
| -rw-r--r-- | meta/packages/python/python-iniparse_0.3.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/python/python-iniparse_0.3.2.bb b/meta/packages/python/python-iniparse_0.3.2.bb new file mode 100644 index 0000000000..27a38f4249 --- /dev/null +++ b/meta/packages/python/python-iniparse_0.3.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "iniparse is a INI parser for Python" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/iniparse/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "GPL" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/iniparse-${PV}" | ||
| 10 | |||
| 11 | inherit distutils | ||
