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 | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | SRC_URI[md5sum] = "744fa99aed207478f8fbf9dd9f04fad3" |
| 8 | SRC_URI[sha256sum] = "b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5" |
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 | " |