[oe-commits] Elena Grandi : python-cjson 1.0.5: new recipe

git version control git at git.openembedded.org
Wed Jul 1 10:28:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a2ba9341af9cbb19593f120b52dee81788f03b9c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2ba9341af9cbb19593f120b52dee81788f03b9c

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Wed Jul  1 12:26:32 2009 +0200

python-cjson 1.0.5: new recipe

python-cjson is a Fast JSON encoder/decoder for Python

---

 conf/checksums.ini                   |    4 ++++
 recipes/python/python-cjson_1.0.5.bb |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index f85cd02..6fc3c42 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 0000000..4f7e1e1
--- /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





More information about the Openembedded-commits mailing list