mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-beartype: Update to 0.21.0.
* gnu/packages/python-check.scm (python-beartype): Update to 0.21.0. [native-inputs]: Remove python-numpy and python-pygments. Change-Id: I16a2dc877b20f9f52de8b6e596cf7abb6d7677eb
This commit is contained in:
parent
52b4aac177
commit
65bc9a8c6e
1 changed files with 3 additions and 3 deletions
|
@ -343,16 +343,16 @@ all the files it generates a report.")
|
||||||
(define-public python-beartype
|
(define-public python-beartype
|
||||||
(package
|
(package
|
||||||
(name "python-beartype")
|
(name "python-beartype")
|
||||||
(version "0.19.0")
|
(version "0.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "beartype" version))
|
(uri (pypi-uri "beartype" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wv598iv9c2s6ivfiara9pnkdlnas8xjw063wvyi0dswpb0xyhny"))))
|
(base32 "0i1j1mkcw0fgms9qg7j30nlgcr0b0ndx2l98sb162wp8bj7hg9gr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-hatchling python-numpy python-pygments python-pytest))
|
(list python-hatchling python-pytest))
|
||||||
(home-page "https://github.com/beartype/beartype")
|
(home-page "https://github.com/beartype/beartype")
|
||||||
(synopsis "Fast runtime type checking for Python")
|
(synopsis "Fast runtime type checking for Python")
|
||||||
(description "Beartype aims to be a very fast runtime type checking tool
|
(description "Beartype aims to be a very fast runtime type checking tool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue