Skip to content

Commit e742f46

Browse files
committed
python312Packages.pyutilib: drop
Per PyUtilib/pyutilib#117, it is unmaintained and the last commit being 4 years ago(as per writing this commit message) agrees with that.
1 parent 8e3eab2 commit e742f46

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

pkgs/development/python-modules/pyutilib/default.nix

-34
This file was deleted.

pkgs/top-level/python-aliases.nix

+1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ mapAliases ({
480480
pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
481481
pytwitchapi = twitchapi; # added 2022-03-07
482482
pyuavcan = throw "pyuavcan has been renamed to pycyphal and the old package deprecated, use pycyphal instead"; # added 2024-02-09
483+
pyutilib = throw "pyutilib has been removed, since it is no longer maintained"; # added 2024-07-28
483484
pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
484485
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
485486
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01

pkgs/top-level/python-packages.nix

-2
Original file line numberDiff line numberDiff line change
@@ -13030,8 +13030,6 @@ self: super: with self; {
1303013030

1303113031
pyuseragents = callPackage ../development/python-modules/pyuseragents { };
1303213032

13033-
pyutilib = callPackage ../development/python-modules/pyutilib { };
13034-
1303513033
pyuv = callPackage ../development/python-modules/pyuv { };
1303613034

1303713035
py-vapid = callPackage ../development/python-modules/py-vapid { };

0 commit comments

Comments
 (0)