Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 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 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "8a5ed75c367b90fedc3d685742e2a1c7" |
| 8 | SRC_URI[sha256sum] = "2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 9 | |
| 10 | inherit pypi |
| 11 | |
| 12 | RDEPENDS_${PN} += "\ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | ${PYTHON_PN}-io \ |
| 14 | ${PYTHON_PN}-netserver \ |
| 15 | ${PYTHON_PN}-numbers \ |
| 16 | " |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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 | " |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 24 | |
| 25 | BBCLASSEXTEND = "native nativesdk" |