diff options
Diffstat (limited to 'meta-python')
3 files changed, 13 insertions, 9 deletions
| diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc new file mode 100644 index 0000000000..228ce59250 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-msgpack.inc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "MessagePack (de)serializer" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98" | ||
| 6 | SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "msgpack-python" | ||
| 9 | inherit pypi | ||
| diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb index 8a0ad8f88c..2c2c8f2add 100644 --- a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb +++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb | |||
| @@ -1,9 +1,2 @@ | |||
| 1 | SUMMARY = "MessagePack (de)serializer" | 1 | require python-msgpack.inc | 
| 2 | LICENSE = "Apache-2.0" | 2 | inherit setuptools | 
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98" | ||
| 6 | SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "msgpack-python" | ||
| 9 | inherit pypi setuptools | ||
| diff --git a/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb new file mode 100644 index 0000000000..096d7ddcb8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msgpack_0.4.8.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-msgpack.inc | ||
| 2 | inherit setuptools3 | ||
