Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 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://${WORKDIR}/LICENSE.cloudpickle;md5=b4d59aa5e2cc777722aac17841237931" |
| 12 | |
| 13 | inherit pypi python_flit_core |
| 14 | |
| 15 | SRC_URI += "https://raw.githubusercontent.com/cloudpipe/cloudpickle/v${PV}/LICENSE;downloadfilename=LICENSE.cloudpickle;name=license" |
| 16 | |
| 17 | SRC_URI[sha256sum] = "996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882" |
| 18 | SRC_URI[license.sha256sum] = "3029ea34173e9fdc233ad315dc6b100bd1ea71f529b1c1af97664a272fdc55f5" |