summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/python/python-cjson_1.0.5.bb8
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index f85cd0218a..6fc3c42211 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -20426,6 +20426,10 @@ sha256=7d17f07aa470cac6afc1b7e68745c1bf1767913ce52b401296e21cab245fe26b
md5=8a7763e31e4cc3fdf9154c793dda3bc0
sha256=7d17f07aa470cac6afc1b7e68745c1bf1767913ce52b401296e21cab245fe26b
+[http://pypi.python.org/packages/source/p/python-cjson/python-cjson-1.0.5.tar.gz]
+md5=4d55b66ecdf0300313af9d030d9644a3
+sha256=85bbe7a9fb6617e24bb4dbef528af8ef6eae07f8809dcd05ec926142feca7714
+
[http://labix.org/download/python-constraint/python-constraint-1.1.tar.bz2]
md5=975e5449d6670dd19498bb9ec4856d39
sha256=0d904161351a8e55b272ed9691b12dca4278bed62fde53ba2a36f479996db910
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