lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python39Packages: remove two more aliases

authored by

Sandro Jäckel and committed by
Jonathan Ringer
2008472e e10b6e7e

+3 -6
pkgs/development/python-modules/python-lz4/default.nix pkgs/development/python-modules/lz4/default.nix
+2
pkgs/top-level/python-aliases.nix
··· 60 60 pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10 61 61 pytestquickcheck = pytest-quickcheck; # added 2021-07-20 62 62 pytestrunner = pytest-runner; # added 2021-01-04 63 + python-lz4 = lz4; # added 2018-06-01 64 + python-pam = pam; # added 2020-09-07. 63 65 pytest_xdist = pytest-xdist; # added 2021-01-04 64 66 python_simple_hipchat = python-simple-hipchat; # added 2021-07-21 65 67 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
+1 -6
pkgs/top-level/python-packages.nix
··· 4260 4260 4261 4261 lyricwikia = callPackage ../development/python-modules/lyricwikia { }; 4262 4262 4263 - lz4 = self.python-lz4; # alias 2018-12-05 4263 + lz4 = callPackage ../development/python-modules/lz4 { }; 4264 4264 4265 4265 lzstring = callPackage ../development/python-modules/lzstring { }; 4266 4266 ··· 5084 5084 paho-mqtt = callPackage ../development/python-modules/paho-mqtt { }; 5085 5085 5086 5086 palettable = callPackage ../development/python-modules/palettable { }; 5087 - 5088 - # Alias. Added 2020-09-07. 5089 - pam = self.python-pam; 5090 5087 5091 5088 pamela = callPackage ../development/python-modules/pamela { }; 5092 5089 ··· 7068 7065 python-lsp-server = callPackage ../development/python-modules/python-lsp-server { }; 7069 7066 7070 7067 python-ly = callPackage ../development/python-modules/python-ly { }; 7071 - 7072 - python-lz4 = callPackage ../development/python-modules/python-lz4 { }; 7073 7068 7074 7069 python-lzf = callPackage ../development/python-modules/python-lzf { }; 7075 7070