diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-09 16:53:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-09 22:35:00 +0100 |
| commit | 72c671ac61e8d3bfd7c5beffbc31a6a25aa32d36 (patch) | |
| tree | 1ca0919b56fb9ca98afeb9746f9a071f15900637 /gnu | |
| parent | b495f3bfacd677f2c23ac37ad6e76a84ed10763e (diff) | |
gnu: Remove python-doctest-ignore-unicode.
No updates for 12y, no users in Guix.
* gnu/packages/python-xyz.scm (python-doctest-ignore-unicode): Delete
variable.
Change-Id: If516621c1f539787f38a4c12505e52fa6d740e1a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1c7df892c05..00bab27be61 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30677,27 +30677,6 @@ module.") (properties '((upstream-name . "Wikidata"))) (license license:gpl3+))) -(define-public python-doctest-ignore-unicode - (package - (name "python-doctest-ignore-unicode") - (version "0.1.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "doctest-ignore-unicode" version)) - (sha256 - (base32 - "1m9aa4qnyj21lbq4sbvmv1vcz7zksss4rz37ddf2hxv4hk8b547w")))) - (build-system python-build-system) - (native-inputs - (list python-nose)) - (home-page "https://github.com/gnublade/doctest-ignore-unicode") - (synopsis "Ignore Unicode literal prefixes in doctests") - (description - "This package adds support for a flag to ignore Unicode literal prefixes -in doctests.") - (license license:asl2.0))) - (define-public python-attr (package (name "python-attr") |
