Port details on branch 2024Q4 |
- py-cloudpickle Extended pickling support for Python objects
- 3.1.0 devel =2 3.0.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-02-21 14:55:33
- Last Update: 2024-10-17 19:02:50
- Commit Hash: 8f34ee8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/cloudpipe/cloudpickle
- 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.
Among other things, cloudpickle supports pickling for lambda functions along
with functions and classes defined interactively in the __main__ module (for
instance in a script, a shell or a Jupyter notebook).
Cloudpickle can only be used to send objects between the exact same version of
Python.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cloudpickle/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cloudpickle
- pkg install py311-cloudpickle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cloudpickle listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cloudpickle
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728922888
SHA256 (cloudpickle-3.1.0.tar.gz) = 81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b
SIZE (cloudpickle-3.1.0.tar.gz) = 66155
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=0 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-psutil>=0 : sysutils/py-psutil@py311
- py311-tornado>=0 : www/py-tornado@py311
- py311-typing-extensions>=0 : devel/py-typing-extensions@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- misc/py-apache-beam
- for Run
-
- devel/py-dask
- devel/py-distributed
- devel/py-doit
- devel/py-spyder-kernels
- devel/spyder
- graphics/py-scikit-image
- math/py-arviz
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-cloudpickle
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|