Merge pull request #305808 from Stunkymonkey/python-backports-shutil-get-terminal-size-normalize
python311Packages.backports-shutil-get-terminal-size: rename from 'backports_shutil_get_terminal_size'
This commit is contained in:
commit
1a2ce68ca1
3 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
if !(pythonOlder "3.3") then null else buildPythonPackage {
|
if !(pythonOlder "3.3") then null else buildPythonPackage {
|
||||||
pname = "backports.shutil_get_terminal_size";
|
pname = "backports-shutil-get-terminal-size";
|
||||||
version = "unstable-2016-02-21";
|
version = "unstable-2016-02-21";
|
||||||
|
|
||||||
# there have been numerous fixes committed since the initial release.
|
# there have been numerous fixes committed since the initial release.
|
|
@ -57,6 +57,7 @@ mapAliases ({
|
||||||
Babel = babel; # added 2022-05-06
|
Babel = babel; # added 2022-05-06
|
||||||
backports_csv = throw "backports_csv has been removed, since we no longer need to backport to python2"; # added 2023-07-28
|
backports_csv = throw "backports_csv has been removed, since we no longer need to backport to python2"; # added 2023-07-28
|
||||||
backports_functools_lru_cache = throw "backports_functools_lru_cache has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
|
backports_functools_lru_cache = throw "backports_functools_lru_cache has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
|
||||||
|
backports_shutil_get_terminal_size = backports-shutil-get-terminal-size; # added 2024-04-21
|
||||||
backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
||||||
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
|
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
|
||||||
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
|
||||||
|
|
|
@ -1352,7 +1352,7 @@ self: super: with self; {
|
||||||
|
|
||||||
backports-entry-points-selectable = callPackage ../development/python-modules/backports-entry-points-selectable { };
|
backports-entry-points-selectable = callPackage ../development/python-modules/backports-entry-points-selectable { };
|
||||||
|
|
||||||
backports_shutil_get_terminal_size = callPackage ../development/python-modules/backports_shutil_get_terminal_size { };
|
backports-shutil-get-terminal-size = callPackage ../development/python-modules/backports-shutil-get-terminal-size { };
|
||||||
|
|
||||||
backports-shutil-which = callPackage ../development/python-modules/backports-shutil-which { };
|
backports-shutil-which = callPackage ../development/python-modules/backports-shutil-which { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue