aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorElena Grandi <elena.valhalla@gmail.com>2009-07-01 12:26:32 +0200
committerElena Grandi <elena.valhalla@gmail.com>2009-07-01 12:26:32 +0200
commita2ba9341af9cbb19593f120b52dee81788f03b9c (patch)
treec10299c9ad93ea82846b513f4c05d3caa96d667c /recipes/python
parentc86c7dec5e739b346b2ef9358cc909f22614dc33 (diff)
downloadopenembedded-a2ba9341af9cbb19593f120b52dee81788f03b9c.tar.gz
python-cjson 1.0.5: new recipe
python-cjson is a Fast JSON encoder/decoder for Python
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-cjson_1.0.5.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/python/python-cjson_1.0.5.bb b/recipes/python/python-cjson_1.0.5.bb
new file mode 100644
index 0000000000..4f7e1e1fdf
--- /dev/null
+++ b/recipes/python/python-cjson_1.0.5.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Fast JSON encoder/decoder for Python"
+SECTION = "devel/python"
+LICENSE = "LGPL"
+PR = "0"
+
+SRC_URI = "http://pypi.python.org/packages/source/p/python-cjson/python-cjson-${PV}.tar.gz"
+
+inherit distutils