Skip to content

Commit 196febc

Browse files
python3Packages.{aesara,aeppl}: remove (#373317)
2 parents 7d4cd94 + e2083d6 commit 196febc

File tree

4 files changed

+2
-184
lines changed

4 files changed

+2
-184
lines changed

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

Lines changed: 0 additions & 67 deletions
This file was deleted.

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

Lines changed: 0 additions & 113 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ mapAliases ({
3838
acebinf = throw "acebinf has been removed because it is abandoned and broken."; # Added 2023-05-19
3939
acoustics = throw "acoustics has been removed because the upstream repository was archived in 2024"; # Added 2024-10-04
4040
adafruit-nrfutil = throw "adafruit-nrfutil has been promoted to a top-level attribute name: `pkgs.adafruit-nrfutil`."; # Added 2023-11-19
41+
aeppl = throw "aeppl was removed as it depends on aesara, which is unmaintained"; # added 2025-01-12
42+
aesara = throw "aesara was removed as the upstream repository is unmaintained"; # added 2025-01-12
4143
aioaladdinconnect = throw "aioaladdinconnect has been removed, as the API is supported was obsoleted on 2024-01-24."; # Added 2024-06-07
4244
aiohttp-isal = throw "aiohttp-isal has been removed, as it has been archived and replace by aiohttp-fast-zlib"; # Added 2024-08-11
4345
aiohttp-zlib-ng = throw "aiohttp-zlib-ng has been removed, as it has been archived and replaced by aiohttp-fast-zlib"; # Added 2024-11-14

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,8 @@ self: super: with self; {
9999

100100
aenum = callPackage ../development/python-modules/aenum { };
101101

102-
aeppl = callPackage ../development/python-modules/aeppl { };
103-
104102
aerosandbox = callPackage ../development/python-modules/aerosandbox { };
105103

106-
aesara = callPackage ../development/python-modules/aesara { };
107-
108104
aesedb = callPackage ../development/python-modules/aesedb { };
109105

110106
aetcd = callPackage ../development/python-modules/aetcd { };

0 commit comments

Comments
 (0)