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:
Danny Milosavljevic 2024-12-31 08:41:35 +01:00
parent 012651f62f
commit 1fc78ed02d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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