From 7fe23916b92d01915c7497edcac55fee9ab67091 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Aug 2008 20:44:13 +0000 Subject: Add python-urlgrabber, python-iniparser, yum-metadata-parser and native variants (from Poky) OE changes: python-iniparse-native: use distutils_stage_all python-urlgrabber-native: use distutils_stage_all yum-metadata-parser-native: use distutils_stage_all --- recipes/python/python-iniparse_0.2.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/python/python-iniparse_0.2.3.bb (limited to 'recipes/python/python-iniparse_0.2.3.bb') diff --git a/recipes/python/python-iniparse_0.2.3.bb b/recipes/python/python-iniparse_0.2.3.bb new file mode 100644 index 0000000000..27a38f4249 --- /dev/null +++ b/recipes/python/python-iniparse_0.2.3.bb @@ -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 -- cgit v1.2.3