mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-marshmallow: Update to 3.22.0.
* gnu/packages/python-xyz.scm (python-marshmallow): Update to 3.22.0. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-mypy, python-setuptools, and python-wheel; add python-flit-core. [description]: Start from a new line. Change-Id: Ib45c9bd921cba90c198cd8bdfc43023db99baf98
This commit is contained in:
parent
c7d8d7ab49
commit
261156bac2
1 changed files with 11 additions and 13 deletions
|
@ -26241,30 +26241,28 @@ input.")
|
||||||
(define-public python-marshmallow
|
(define-public python-marshmallow
|
||||||
(package
|
(package
|
||||||
(name "python-marshmallow")
|
(name "python-marshmallow")
|
||||||
(version "3.19.0")
|
;; XXX: The latest version requires missing timezones from python-pytz
|
||||||
|
;; which needs to be updated.
|
||||||
|
(version "3.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "marshmallow" version))
|
(uri (pypi-uri "marshmallow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0gl2qmq5sqf1b3f84zd7yzkznaknr6j5lnbxcfw0n8ja20lzawj9"))))
|
||||||
"0y6vpq2p5841kcw2qil68la0rx9z1vmxzj3dxjv99kjhsq7jq0wh"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
|
||||||
(list python-packaging))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flake8
|
(list python-pytest
|
||||||
python-flake8-bugbear
|
|
||||||
python-mypy
|
|
||||||
python-pytest
|
|
||||||
python-pytz
|
python-pytz
|
||||||
python-simplejson
|
python-simplejson
|
||||||
python-setuptools
|
python-flit-core))
|
||||||
python-wheel))
|
(propagated-inputs
|
||||||
|
(list python-packaging))
|
||||||
(home-page "https://github.com/marshmallow-code/marshmallow")
|
(home-page "https://github.com/marshmallow-code/marshmallow")
|
||||||
(synopsis "Convert complex datatypes to and from native Python datatypes")
|
(synopsis "Convert complex datatypes to and from native Python datatypes")
|
||||||
(description "@code{marshmallow} provides a library for converting complex
|
(description
|
||||||
datatypes to and from native Python datatypes.")
|
"@code{marshmallow} provides a library for converting complex datatypes
|
||||||
|
to and from native Python datatypes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-marshmallow-jsonapi
|
(define-public python-marshmallow-jsonapi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue