aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-jsonstreams_0.6.0.bb
blob: 9a5a7a5e331bc2299674aec9f2e2740b4c62d60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "A JSON streaming writer"
HOMEPAGE = "https://github.com/dcbaker/jsonstreams"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0fc5df914ce7fef4b2393c8eab07808"

DEPENDS += "\
            python3-six-native \
           "

PYPI_PACKAGE = "jsonstreams"

SRC_URI[sha256sum] = "721cda7391e9415b7b15cebd6cf92fc7f8788ca211eda7d64162a066ee45a72e"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"