diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-22 13:49:00 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-23 10:26:48 -0700 |
| commit | 16ba72d3050d84c3ff13bb9d5d594cf43a407f2a (patch) | |
| tree | 6af98e3d0f30815297df040a1ecaea570c8556e6 /meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb | |
| parent | 8b27915e26980588baca95d8048b9ba8beaad182 (diff) | |
| download | meta-openembedded-16ba72d3050d84c3ff13bb9d5d594cf43a407f2a.tar.gz | |
python3-simplejson: Upgrade 3.17.0 -> 3.17.2
Upgrade to release 3.17.2:
* Added arm64 to build matrix and reintroduced
manylinux wheels
* No more bdist_wininst builds per PEP 527
* Minor grammatical issue fixed in README
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb deleted file mode 100644 index b76ae5299a..0000000000 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.0.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" | ||
| 2 | HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "8a5ed75c367b90fedc3d685742e2a1c7" | ||
| 8 | SRC_URI[sha256sum] = "2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "\ | ||
| 13 | ${PYTHON_PN}-io \ | ||
| 14 | ${PYTHON_PN}-netserver \ | ||
| 15 | ${PYTHON_PN}-numbers \ | ||
| 16 | " | ||
| 17 | |||
| 18 | PACKAGES =+ "${PN}-tests" | ||
| 19 | RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest" | ||
| 20 | FILES_${PN}-tests+= " \ | ||
| 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | ||
| 22 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | ||
| 23 | " | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
