1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pyee: Update to 13.0.1.

* gnu/packages/python-xyz.scm (python-pyee): Update to 13.0.1.
  [arguments]<#:phases>: Remove 'patch-pytest-config.
  [native-inputs]: Replace python-pytest-asyncio-0.26
  with python-pytest-asyncio.

Change-Id: I0a60ae6b52e69211960ad8e13e15304b2038ddbf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nguyễn Gia Phong
2026-03-05 16:55:04 +09:00
committed by Sharlatan Hellseher
parent 420563fd20
commit dd26a9bd77

View File

@@ -34235,7 +34235,7 @@ and to reference instance methods using weak-references.")
(define-public python-pyee
(package
(name "python-pyee")
(version "13.0.0")
(version "13.0.1")
(source
(origin
(method git-fetch)
@@ -34244,23 +34244,13 @@ and to reference instance methods using weak-references.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10xfkf5yvkfyf9ccm0k88gjhqv00hcsal33p937a1lijmxqbx398"))))
(base32 "0qmvbh8w15criy9fysgpppla1sk201c6dqvig0hvgxdirmp1zc4j"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-pytest-config
(lambda _
(substitute* "pyproject.toml"
;; Pytest 9 expects an argument TOML list here,
;; while we already pass -vv and do not want --capture=no.
(("addopts = \"--verbose -s\".*") "")))))))
(propagated-inputs (list python-typing-extensions))
(native-inputs
(list python-mock
python-pytest
python-pytest-asyncio-0.26
python-pytest-asyncio
python-pytest-trio
python-setuptools
python-trio