···11-{ buildPythonPackage
22-, fetchPypi
33-, pythonAtLeast
44-, lib
55-}:
66-77-buildPythonPackage rec {
88- pname = "wasm";
99- version = "1.2";
1010-1111- disabled = pythonAtLeast "3.10"; # project is abandoned, remove we whe move to py310/311
1212-1313- src = fetchPypi {
1414- inherit pname version;
1515- sha256 = "179xcinfc35xgk0bf9y58kwxzymzk7c1p58w6khmqfiqvb91j3r8";
1616- };
1717-1818- # there are no tests
1919- doCheck = false;
2020-2121- pythonImportsCheck = [ "wasm" ];
2222-2323- meta = with lib; {
2424- description = "WebAssembly decoder and disassembler";
2525- homepage = "https://github.com/athre0z/wasm";
2626- changelog = "https://github.com/athre0z/wasm/blob/master/CHANGELOG.md";
2727- license = licenses.mit;
2828- maintainers = with maintainers; [ arturcygan ];
2929- };
3030-}
+2
pkgs/top-level/python-aliases.nix
···161161 mailman = throw "Please use pkgs.mailman"; # added 2022-04-29
162162 mailman-hyperkitty = throw "Please use pkgs.mailmanPackages.mailman-hyperkitty"; # added 2022-04-29
163163 mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29
164164+ manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20
164165 mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
165166 mistune_2_0 = mistune; # added 2022-08-12
166167 mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
···307308 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
308309 virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
309310 Wand = wand; # added 2022-11-13
311311+ wasm = throw "wasm has been removed because it no longer builds and is unmaintained"; # added 2023-05-20
310312 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
311313 weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01
312314 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29