diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 13:30:07 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-14 12:03:11 -0400 |
| commit | b6f7f158cb9dc5b6b669ce31ff201eab2f876ee6 (patch) | |
| tree | cd7ed232e738fdeff09334b4beab5bc5af293921 | |
| parent | 54e3183276604c090b1d8c261ed1ab178b3d5755 (diff) | |
| download | meta-virtualization-b6f7f158cb9dc5b6b669ce31ff201eab2f876ee6.tar.gz | |
python-simplejson: Drop recipe
Newer version of the recipe (v3.11.1) is already maintained in
meta-python and I couldn't find any hard dependencies on the current
version.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-devtools/python/python-simplejson_3.7.3.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-devtools/python/python-simplejson_3.7.3.bb b/recipes-devtools/python/python-simplejson_3.7.3.bb deleted file mode 100644 index 39dfce61..00000000 --- a/recipes-devtools/python/python-simplejson_3.7.3.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" | ||
| 2 | SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | JSON <http://json.org> encoder and decoder for Python 2.5+ \ | ||
| 5 | and Python 3.3+. It is pure Python code with no dependencies, \ | ||
| 6 | but includes an optional C extension for a serious speed boost \ | ||
| 7 | " | ||
| 8 | SECTION = "devel/python" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" | ||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | SRCNAME = "simplejson" | ||
| 14 | |||
| 15 | SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" | ||
| 16 | SRC_URI[md5sum] = "117346e5ee4ed4434ffe485f8e58f5ed" | ||
| 17 | SRC_URI[sha256sum] = "63d7f7b14a20f29f74325a69e6db45925eaf6e3a003eab46c0234fd050a8c93f" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools | ||
| 22 | |||
| 23 | RDEPENDS_${PN} = "\ | ||
| 24 | python-core \ | ||
| 25 | python-re \ | ||
| 26 | python-io \ | ||
| 27 | python-netserver \ | ||
| 28 | python-numbers \ | ||
| 29 | " | ||
| 30 | |||
| 31 | |||
