1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: python-pytest-pycodestyle: Update to 2.5.0.

* gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.5.0.
[source]: Switch to git-fetch.
[arguments] <tests?>: Enable.
[propagated-inputs]: Remove python-py and python-pytest.
[native-inputs]: Remove python-pytest-isort and python-wheel; add
python-pytest.

Relates-to: https://codeberg.org/guix/guix/issues/7475
Change-Id: I2a7b179d58d26f1486c199b24f5432aeba61089b
This commit is contained in:
Sharlatan Hellseher
2026-03-25 21:53:59 +00:00
parent 6bf31ff11b
commit 1852f4dbee
+11 -12
View File
@@ -3511,23 +3511,22 @@ allows you to use all four.")
(define-public python-pytest-pycodestyle
(package
(name "python-pytest-pycodestyle")
(version "2.4.1")
(version "2.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest_pycodestyle" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/henry0312/pytest-pycodestyle")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1jdm5arsh150fvph0960kycb1cwj728mksfwxb65bbbl4zaypkr7"))))
(base32 "1zkzxz37s9ki822q8rfj5wyxwl5wxxna4xjnmb452i1l29rxmysz"))))
(build-system pyproject-build-system)
(arguments
(list
;; XXX: pytest failed to import 'py.io', while python can.
#:tests? #f))
(propagated-inputs
(list python-py python-pycodestyle python-pytest))
(native-inputs
(list python-pytest-isort python-setuptools python-wheel))
(list python-pytest
python-setuptools))
(propagated-inputs
(list python-pycodestyle))
(home-page "https://github.com/henry0312/pytest-pycodestyle")
(synopsis "Pytest plugin to run pycodestyle")
(description "This package provides a plugin to run @code{pycodestyle}