blob: e28d51859ea936cff28934e8ac0907769569d905 [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 Bishop316dfdd2018-06-25 12:45:53 -04007SRC_URI[md5sum] = "870bf6257465ce2ee8cad14e2394f7eb"
8SRC_URI[sha256sum] = "4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a"
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"