{% set version = "2.0.0" %} package: name: cloudpickle version: {{ version }} source: fn: cloudpickle-{{ version }}.tar.gz url: https://pypi.io/packages/source/c/cloudpickle/cloudpickle-{{ version }}.tar.gz sha256: 5cd02f3b417a783ba84a4ec3e290ff7929009fe51f6405423cfccfadd43ba4a4 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: host: - python >=3.6 - pip - setuptools - wheel run: - python >=3.6 test: imports: - cloudpickle requires: - pip commands: - pip check about: home: https://github.com/cloudpipe/cloudpickle license: BSD-3-Clause license_file: LICENSE summary: Extended pickling support for Python objects description: | cloudpickle is extended pickling support for Python objects. cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. doc_url: https://pypi.python.org/pypi/cloudpickle/{{ version }} doc_source_url: https://github.com/cloudpipe/cloudpickle/blob/master/README.md dev_url: https://github.com/cloudpipe/cloudpickle extra: recipe-maintainers: - jakirkham - ogrisel - rgbkrk - mrocklin - nehaljwani