summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-04 00:49:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-04 01:39:29 +0100
commit0c5be64c58ace125e8cae1f3f3abd0cffa127c81 (patch)
tree0b9c70541497665000020ce4aeb6a87c11a3020c /gnu/packages/python-xyz.scm
parenta5a7083f960faae90883372bafd1693019da5a8c (diff)
gnu: python-xdoctest: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-xdoctest): Update to 1.3.0. [native-inputs]: Remove python-pytest, python-pytest-cov and python-wheel; add python-pytest-bootstrap. Change-Id: I1f5e9b2c15c35054bfaa7f2179fb5b51e265efb9
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 04dc5b6e49..c4fc91d911 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21572,13 +21572,13 @@ python-xdo for newer bindings.)")
(define-public python-xdoctest
(package
(name "python-xdoctest")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xdoctest" version))
(sha256
- (base32 "0qsqxp9bpjzg8kb4k8n3sppzbzdr6l6n0vkm7z9qir4ii5nwmkyq"))))
+ (base32 "1m69yvc3bl9jj5av89p9jl08w9lsn0k3lqclpdbiq0g67fdbjb7r"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -21592,11 +21592,9 @@ python-xdo for newer bindings.)")
(native-inputs (list cmake-minimal
ninja
pybind11
- python-pytest
- python-pytest-cov
+ python-pytest-bootstrap
python-scikit-build
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://github.com/Erotemic/xdoctest")
(synopsis "Rewrite of the Python builtin doctest module")
(description "This package provides a rewrite of the builtin doctest