File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
development/python-modules/doctest-ignore-unicode Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ mapAliases ({
138138 django_treebeard = django-treebeard ; # added 2023-07-25
139139 dns = dnspython ; # added 2017-12-10
140140 docker_pycreds = docker-pycreds ; # added 2024-01-03
141+ doctest-ignore-unicode = throw "doctest-ignore-unicode has been removed since it has been unmaintained for 11 years" ; # added 2024-05-20
141142 dogpile_cache = dogpile-cache ; # added 2021-10-28
142143 dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead" ; # added 2021-11-20
143144 eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed" ; # added 2022-02-03
Original file line number Diff line number Diff line change @@ -3490,8 +3490,6 @@ self: super: with self; {
34903490
34913491 docrep = callPackage ../development/python-modules/docrep { };
34923492
3493- doctest-ignore-unicode = callPackage ../development/python-modules/doctest-ignore-unicode { };
3494-
34953493 docutils = callPackage ../development/python-modules/docutils { };
34963494
34973495 docx2python = callPackage ../development/python-modules/docx2python { };
You can’t perform that action at this time.
0 commit comments