diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb new file mode 100644 index 0000000000..9c285bf80c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality" | ||
| 2 | DESCRIPTION = "cloudpickle makes it possible to serialize Python constructs \ | ||
| 3 | not supported by the default pickle module from the Python standard library.\ | ||
| 4 | \ | ||
| 5 | cloudpickle is especially useful for cluster computing where Python code is \ | ||
| 6 | shipped over the network to execute on remote hosts, possibly close to the \ | ||
| 7 | data." | ||
| 8 | HOMEPAGE = "https://github.com/cloudpipe/cloudpickle" | ||
| 9 | |||
| 10 | LICENSE = "BSD-3-Clause" | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b4d59aa5e2cc777722aac17841237931" | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414" | ||
| 14 | |||
| 15 | inherit pypi python_flit_core | ||
