3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-cloudpickle.

* gnu/packages/python-xyz.scm (python2-cloudpickle): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:55:45 -04:00
parent ca01fd0084
commit ce6d299888
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -23754,30 +23754,8 @@ supported by the default pickle module from the Python standard library. It
is especially useful for cluster computing where Python expressions are is especially useful for cluster computing where Python expressions are
shipped over the network to execute on remote hosts, possibly close to the shipped over the network to execute on remote hosts, possibly close to the
data.") data.")
(properties `((python2-variant . ,(delay python2-cloudpickle))))
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-cloudpickle
(let ((base (package-with-python2 (strip-python2-variant python-cloudpickle))))
(package/inherit base
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cloudpickle" version))
(sha256
(base32
"0lx7gy9clp427qwcm7b23zdsldpr03gy3vxxhyi8fpbhwz859brq"))))
(native-inputs
`(;; For tests.
("python-mock" ,python2-mock)
("python-psutil" ,python2-psutil)
("python-pytest" ,python2-pytest)
("python-tornado" ,python2-tornado)))
(propagated-inputs
`(("python-futures" ,python2-futures)
,@(package-propagated-inputs base))))))
(define-public python-locket (define-public python-locket
(package (package
(name "python-locket") (name "python-locket")