summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb
deleted file mode 100644
index 7e378e7abb..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Pickler class to extend the standard pickle.Pickler functionality"
-DESCRIPTION = "cloudpickle makes it possible to serialize Python constructs \
-not supported by the default pickle module from the Python standard library.\
-\
-cloudpickle is especially useful for cluster computing where Python code is \
-shipped over the network to execute on remote hosts, possibly close to the \
-data."
-HOMEPAGE = "https://github.com/cloudpipe/cloudpickle"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://${UNPACKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931"
-
-inherit pypi python_flit_core
-
-SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license"
-
-SRC_URI[sha256sum] = "81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b"
-SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5"