mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
b495f3bfac
commit
72c671ac61
1 changed files with 0 additions and 21 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue