pypy39Packages: properly remove
This commit is contained in:
@@ -1113,6 +1113,7 @@ mapAliases {
|
||||
pyo3-pack = maturin;
|
||||
pypi2nix = throw "pypi2nix has been removed due to being unmaintained";
|
||||
pypolicyd-spf = spf-engine; # Added 2022-10-09
|
||||
pypy39Packages = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-07
|
||||
python = python2; # Added 2022-01-11
|
||||
python-swiftclient = throw "'python-swiftclient' has been renamed to/replaced by 'swiftclient'"; # Converted to throw 2024-10-17
|
||||
pythonFull = python2Full; # Added 2022-01-11
|
||||
|
||||
@@ -7384,7 +7384,6 @@ with pkgs;
|
||||
pypy2Packages = pypy2.pkgs;
|
||||
pypy27Packages = pypy27.pkgs;
|
||||
pypy3Packages = pypy3.pkgs;
|
||||
pypy39Packages = pypy39.pkgs;
|
||||
pypy310Packages = pypy310.pkgs;
|
||||
|
||||
pythonManylinuxPackages = callPackage ./../development/interpreters/python/manylinux { };
|
||||
|
||||
Reference in New Issue
Block a user