mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-flexmock: Update to 0.12.2.
Fixes <https://issues.guix.gnu.org/74969>. * gnu/packages/check.scm (python-flexmock): Update to 0.12.2. [build-system]: Add pyproject-build-system. [native-inputs]: Add poetry, python-pytest. Change-Id: Ibca72c88d6d3400e8f4f058831e4ca9c7e2cbf3c
This commit is contained in:
parent
012651f62f
commit
1fc78ed02d
1 changed files with 4 additions and 3 deletions
|
@ -3656,14 +3656,15 @@ (define-public python-freezegun
|
||||||
(define-public python-flexmock
|
(define-public python-flexmock
|
||||||
(package
|
(package
|
||||||
(name "python-flexmock")
|
(name "python-flexmock")
|
||||||
(version "0.10.4")
|
(version "0.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flexmock" version))
|
(uri (pypi-uri "flexmock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh"))))
|
"18dcr7mpldf3cxsqi9rak75n4z7x3j544l4ixdspairm7cf6cp23"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list poetry python-pytest))
|
||||||
(home-page "https://flexmock.readthedocs.org")
|
(home-page "https://flexmock.readthedocs.org")
|
||||||
(synopsis "Testing library for Python")
|
(synopsis "Testing library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue