diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-04 00:54:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-04 01:39:29 +0100 |
| commit | 221abb5ef7b037a9725df56615d923d729931cf1 (patch) | |
| tree | 4d21508751a50e402e828f583838ab9f22e636d2 /gnu/packages/python-xyz.scm | |
| parent | 0c5be64c58ace125e8cae1f3f3abd0cffa127c81 (diff) | |
gnu: python-xdoctest: Move to python-check.
* gnu/packages/python-xyz.scm (python-xdoctest): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: Ic20d4d77ac14da286dd8d6438eab3b3a528bf97b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4fc91d911..b04c280043 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21569,39 +21569,6 @@ input. (Note that this is mostly a legacy library; you may wish to look at python-xdo for newer bindings.)") (license license:bsd-3))) -(define-public python-xdoctest - (package - (name "python-xdoctest") - (version "1.3.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "xdoctest" version)) - (sha256 - (base32 "1m69yvc3bl9jj5av89p9jl08w9lsn0k3lqclpdbiq0g67fdbjb7r")))) - (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'pre-check - (lambda _ - ;; A writable HOME is needed by the 'import_module_from_path' - ;; test. - (setenv "HOME" "/tmp")))))) - (native-inputs (list cmake-minimal - ninja - pybind11 - python-pytest-bootstrap - python-scikit-build - 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 -module which leverages the Python @acronym{AST, Abstract Syntax Tree} instead -of @acronym{REGEXPs, regular expressions}.") - (license license:asl2.0))) - (define-public python-mako (package (name "python-mako") |
