summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-04 22:46:03 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-04 22:46:03 +0100
commita848c74a7738fa769e0e04ba29647ff173f86f45 (patch)
treed14c2beaf14c399ed0f31dd4a58701cb6ade57c6 /packages
parentf469d3d4c75477110076f853917ef255ad18b206 (diff)
python-configobj: add 4.5.3
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-configobj_4.5.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-configobj_4.5.3.bb b/packages/python/python-configobj_4.5.3.bb
new file mode 100644
index 0000000000..89ea344bae
--- /dev/null
+++ b/packages/python/python-configobj_4.5.3.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer"
+LICENSE = "BSD"
+
+SRC_URI = "http://pypi.python.org/packages/source/C/ConfigObj/configobj-${PV}.tar.gz"
+
+inherit distutils
+
+S = "${WORKDIR}/configobj-${PV}"
+
+