summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-25 21:53:59 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:44 +0100
commit3ce91e83327a8c830d18133254c1366dd88d4e50 (patch)
treebf3cfd03d57d565181462305e0bb2401138e1fe5 /gnu
parent144123fd549b97346509ea0018d78a1c0e1da693 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-check.scm23
1 files changed, 11 insertions, 12 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 370543d25ae..2c9d2149c09 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3584,23 +3584,22 @@ allows you to use all four.")
3584(define-public python-pytest-pycodestyle 3584(define-public python-pytest-pycodestyle
3585 (package 3585 (package
3586 (name "python-pytest-pycodestyle") 3586 (name "python-pytest-pycodestyle")
3587 (version "2.4.1") 3587 (version "2.5.0")
3588 (source 3588 (source
3589 (origin 3589 (origin
3590 (method url-fetch) 3590 (method git-fetch)
3591 (uri (pypi-uri "pytest_pycodestyle" version)) 3591 (uri (git-reference
3592 (url "https://github.com/henry0312/pytest-pycodestyle")
3593 (commit (string-append "v" version))))
3594 (file-name (git-file-name name version))
3592 (sha256 3595 (sha256
3593 (base32 3596 (base32 "1zkzxz37s9ki822q8rfj5wyxwl5wxxna4xjnmb452i1l29rxmysz"))))
3594 "1jdm5arsh150fvph0960kycb1cwj728mksfwxb65bbbl4zaypkr7"))))
3595 (build-system pyproject-build-system) 3597 (build-system pyproject-build-system)
3596 (arguments
3597 (list
3598 ;; XXX: pytest failed to import 'py.io', while python can.
3599 #:tests? #f))
3600 (propagated-inputs
3601 (list python-py python-pycodestyle python-pytest))
3602 (native-inputs 3598 (native-inputs
3603 (list python-pytest-isort python-setuptools python-wheel)) 3599 (list python-pytest
3600 python-setuptools))
3601 (propagated-inputs
3602 (list python-pycodestyle))
3604 (home-page "https://github.com/henry0312/pytest-pycodestyle") 3603 (home-page "https://github.com/henry0312/pytest-pycodestyle")
3605 (synopsis "Pytest plugin to run pycodestyle") 3604 (synopsis "Pytest plugin to run pycodestyle")
3606 (description "This package provides a plugin to run @code{pycodestyle} 3605 (description "This package provides a plugin to run @code{pycodestyle}