diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:06:23 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | affd3acc79b1d7217ac361031f065387986ddf3a (patch) | |
| tree | c9b753eb4c453ca1213be10f6c818f36b4f8a7f3 /meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb | |
| parent | d1c4fcf951682d21a9e642038d7c5552b191f77e (diff) | |
| download | meta-cloud-services-affd3acc79b1d7217ac361031f065387986ddf3a.tar.gz | |
python-anyjson: added 0.2.4
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb new file mode 100644 index 0000000..e813d05 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Loads the best available JSON implementation available in a common interface" | ||
| 2 | HOMEPAGE = "https://bitbucket.org/runeh/anyjson" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "anyjson" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 12 | |||
| 13 | inherit setuptools | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "ed707033ad6cee0a44db199c289a4c80" | ||
| 16 | SRC_URI[sha256sum] = "27ddec5bc9220c13f405cb30adee9b5db17a608f56935618785219348c8a90ac" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "python-simplejson" | ||
