mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-wurlitzer: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-wurlitzer): Update to 3.1.1. [native-inputs]: Remove python-mock; add python-setuptools. Change-Id: Ie56041f27f6a8f0b707decde2423ffcd00f640de
This commit is contained in:
parent
c65e702484
commit
230c902751
1 changed files with 6 additions and 9 deletions
|
@ -11778,22 +11778,19 @@ the results.")
|
||||||
(define-public python-wurlitzer
|
(define-public python-wurlitzer
|
||||||
(package
|
(package
|
||||||
(name "python-wurlitzer")
|
(name "python-wurlitzer")
|
||||||
(version "2.0.1")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "wurlitzer" version))
|
(uri (pypi-uri "wurlitzer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hvmbc41kdwrjns8z1s4a59a4azdvzb8q3vs7nn1li4qm4l0g3yh"))))
|
(base32 "1ncvsc6b0bscvj5dn4iyyw42sf7ssgdqkzxr0bc8f97hp5519fdz"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
(list #:test-flags #~(list "test.py")))
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "pytest" "-vv" "test.py"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pytest))
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
(home-page "https://github.com/minrk/wurlitzer")
|
(home-page "https://github.com/minrk/wurlitzer")
|
||||||
(synopsis "Capture C-level output in context managers")
|
(synopsis "Capture C-level output in context managers")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue