Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages: Remove Python2 packages #392235

Merged
merged 6 commits into from
Mar 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions pkgs/development/python-modules/evernote/default.nix

This file was deleted.

48 changes: 0 additions & 48 deletions pkgs/development/python-modules/geeknote/default.nix

This file was deleted.

27 changes: 0 additions & 27 deletions pkgs/development/python-modules/modestmaps/default.nix

This file was deleted.

25 changes: 0 additions & 25 deletions pkgs/development/python-modules/pychart/default.nix

This file was deleted.

30 changes: 0 additions & 30 deletions pkgs/development/python-modules/python-wifi/default.nix

This file was deleted.

40 changes: 0 additions & 40 deletions pkgs/development/python-modules/tilestache/default.nix

This file was deleted.

6 changes: 6 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
@@ -208,6 +208,7 @@ mapAliases ({
et_xmlfile = et-xmlfile; # added 2023-10-16
etebase-server = throw "pkgs.python3.etebase-server has been removed, use pkgs.etebase-server"; # added 2024-07-16
ev3dev2 = python-ev3dev2; # added 2023-06-19
evernote = throw "evernote is intended for use with Python 2.X";
eyeD3 = eyed3; # added 2024-01-03
Fabric = fabric; # addedd 2023-02-19
face_recognition = face-recognition; # added 2022-10-15
@@ -262,6 +263,7 @@ mapAliases ({
gbulb = throw "gbulb has been removed as it is unmaintained and no longer compatible with PyGObject 3.50."; # added 2024-10-14
gcs-oauth2-boto-plugin = throw "gcs-oauth2-boto-plugin was removed as it depends on the removed boto package"; # Added 2024-09-22
gdtoolkit = throw "gdtoolkit has been promoted to a top-level attribute name: `pkgs.gdtoolkit`"; # added 2023-02-15
geeknote = throw "geeknote depends on the Python2-only library evernote"; # Added 2025-03-22
GeoIP = geoip; # added 2023-02-19
gigalixir = throw "gigalixir has been promoted to a top-level attribute name: `pkgs.gigalixir`"; # Added 2022-10-02
gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
@@ -388,6 +390,7 @@ mapAliases ({
mitmproxy-wireguard = throw "mitmproxy-wireguard has been removed because it was replaced by upstream with mitmproxy-rs"; # added 2023-11-06
mkdocs-awesome-pages-plugin = mkdocs-awesome-nav; # added 2025-03-10
mkdocs-minify = mkdocs-minify-plugin; # added 2023-11-28
modestmaps = throw "modestmaps is unmaintained and was never enabled for anything except Python27"; # Added 2025-03-23
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
mox3 = throw "mox3 was removed because it is unmaintained"; # added 2024-08-30
mrkd = throw "mrkd has been promoted to a top-level attribute name: `pkgs.mrkd`"; # added 2023-08-01
@@ -489,6 +492,7 @@ mapAliases ({
pyalmond = throw "pyalmond has been removed, since its API endpoints have been shutdown"; # added 2023-02-02
pyblake2 = throw "pyblake2 is deprecated in favor of hashlib"; # added 2023-04-23
pyblock = throw "pyblock has been removed, since it is abandoned and broken"; # added 2023-06-20
pychart = throw "pychart does not support Python3"; # added 2025-03-23
pycontracts = throw "pycontracts has been removed, since upstream is no longer active and it is broken on modern Python versions."; # added 2024-08-09
pydns = py3dns; # added 2024-10-25
pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
@@ -592,6 +596,7 @@ mapAliases ({
python-Levenshtein = levenshtein;
python-pushover = throw "python-pushover has been removed, since it is unmaintained and is broken"; # added 2023-07-03
python-subunit = subunit; # added 2021-09-10
python-wifi = throw "python-wifi does not support Python3";
pytest_xdist = pytest-xdist; # added 2021-01-04
python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
pytoml = throw "pytoml has been removed because it is unmaintained and is superseded by toml"; # Added 2023-04-11
@@ -707,6 +712,7 @@ mapAliases ({
tensorflow-estimator_2 = tensorflow-estimator; # added 2021-11-25
tensorflow-tensorboard = tensorboard; # added 2022-03-06
tensorflow-tensorboard_2 = tensorflow-tensorboard; # added 2021-11-25
tilestache = throw "tilestache is unmaintained and Python3 compatibility is unknown"; # Added 2025-03-23
Theano = theano; # added 2023-02-19
TheanoWithCuda = theanoWithCuda; # added 2023-02-19
TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19
12 changes: 0 additions & 12 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -4417,8 +4417,6 @@ self: super: with self; {

events = callPackage ../development/python-modules/events { };

evernote = callPackage ../development/python-modules/evernote { };

evohome-async = callPackage ../development/python-modules/evohome-async { };

evolutionhttp = callPackage ../development/python-modules/evolutionhttp { };
@@ -5236,8 +5234,6 @@ self: super: with self; {
python3 = python;
});

geeknote = callPackage ../development/python-modules/geeknote { };

gehomesdk = callPackage ../development/python-modules/gehomesdk { };

gekitchen = callPackage ../development/python-modules/gekitchen { };
@@ -8636,8 +8632,6 @@ self: super: with self; {

moderngl-window = callPackage ../development/python-modules/moderngl-window { };

modestmaps = callPackage ../development/python-modules/modestmaps { };

mohawk = callPackage ../development/python-modules/mohawk { };

molbar = callPackage ../development/python-modules/molbar { };
@@ -11822,8 +11816,6 @@ self: super: with self; {

pychannels = callPackage ../development/python-modules/pychannels { };

pychart = callPackage ../development/python-modules/pychart { };

pychm = callPackage ../development/python-modules/pychm { };

pychromecast = callPackage ../development/python-modules/pychromecast { };
@@ -13793,8 +13785,6 @@ self: super: with self; {

python-whois = callPackage ../development/python-modules/python-whois { };

python-wifi = callPackage ../development/python-modules/python-wifi { };

python-wink = callPackage ../development/python-modules/python-wink { };

python-xmp-toolkit = callPackage ../development/python-modules/python-xmp-toolkit { };
@@ -16672,8 +16662,6 @@ self: super: with self; {

tiler = callPackage ../development/python-modules/tiler { };

tilestache = callPackage ../development/python-modules/tilestache { };

tilt-ble = callPackage ../development/python-modules/tilt-ble { };

timeago = callPackage ../development/python-modules/timeago { };