diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-09 16:09:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-09 22:34:59 +0100 |
| commit | 7c099fe746ac2e3d410729fe5ae50df5dc8386b1 (patch) | |
| tree | 8122ff1b526627054070c766b84ad33b26a00c36 /gnu/packages/python-xyz.scm | |
| parent | 43de5db0af03f118c10cef43dc3966ff8eabec0e (diff) | |
gnu: Remove python-msgpack-python.
This is an older duplicate of the python-msgpack.
* gnu/packages/python-xyz.scm (python-msgpack-python): Delete variable.
(python-cachy) [propagated-inputs]: Remove python-msgpack-python; add
python-msgpack.
Change-Id: I0718ccdca720ef5512a810ab1591a553a155f526
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cd50babf54..71e5969c72 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22950,27 +22950,6 @@ useful to combine multiple data objects as one.") interfaces.") (license license:expat))) -(define-public python-msgpack-python - (package - (name "python-msgpack-python") - (version "0.5.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "msgpack-python" version)) - (sha256 - (base32 - "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p")))) - (build-system python-build-system) - (home-page "https://msgpack.org/") - (synopsis "Package to deserialize messages in MessagePack binary format") - (description - "MessagePack is an efficient binary serialization format. It lets you -exchange data among multiple languages like JSON. But it's faster and -smaller. Small integers are encoded into a single byte, and typical short -strings require only one extra byte in addition to the strings themselves.") - (license license:asl2.0))) - (define-public python-cattrs (package (name "python-cattrs") @@ -23096,7 +23075,7 @@ classes can also be supported by manually registering converters.") (list memcached python-fakeredis python-flexmock python-pifpaf python-pytest)) (propagated-inputs - (list python-memcached python-msgpack-python python-redis)) + (list python-memcached python-msgpack python-redis)) (home-page "https://github.com/sdispater/cachy") (synopsis "Simple yet effective caching library") (description |
