blob: 1a8d390e4bd576ddf85aaf5b48f812b899b1a972 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python"
2HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
6
Brad Bishope42b3e32020-01-15 22:08:42 -05007SRC_URI[md5sum] = "8a5ed75c367b90fedc3d685742e2a1c7"
8SRC_URI[sha256sum] = "2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009
10inherit pypi
11
12RDEPENDS_${PN} += "\
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-netserver \
15 ${PYTHON_PN}-numbers \
16"
Brad Bishop316dfdd2018-06-25 12:45:53 -040017
18PACKAGES =+ "${PN}-tests"
19RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest"
20FILES_${PN}-tests+= " \
21 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
22 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
23"
Brad Bishop868407c2019-11-04 13:24:47 -050024
25BBCLASSEXTEND = "native nativesdk"