···1-{ buildPythonPackage
2-, fetchPypi
3-, pythonAtLeast
4-, lib
5-}:
6-7-buildPythonPackage rec {
8- pname = "wasm";
9- version = "1.2";
10-11- disabled = pythonAtLeast "3.10"; # project is abandoned, remove we whe move to py310/311
12-13- src = fetchPypi {
14- inherit pname version;
15- sha256 = "179xcinfc35xgk0bf9y58kwxzymzk7c1p58w6khmqfiqvb91j3r8";
16- };
17-18- # there are no tests
19- doCheck = false;
20-21- pythonImportsCheck = [ "wasm" ];
22-23- meta = with lib; {
24- description = "WebAssembly decoder and disassembler";
25- homepage = "https://github.com/athre0z/wasm";
26- changelog = "https://github.com/athre0z/wasm/blob/master/CHANGELOG.md";
27- license = licenses.mit;
28- maintainers = with maintainers; [ arturcygan ];
29- };
30-}
···000000000000000000000000000000
+2
pkgs/top-level/python-aliases.nix
···161 mailman = throw "Please use pkgs.mailman"; # added 2022-04-29
162 mailman-hyperkitty = throw "Please use pkgs.mailmanPackages.mailman-hyperkitty"; # added 2022-04-29
163 mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29
0164 mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
165 mistune_2_0 = mistune; # added 2022-08-12
166 mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
···307 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
308 virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
309 Wand = wand; # added 2022-11-13
0310 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
311 weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01
312 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29
···161 mailman = throw "Please use pkgs.mailman"; # added 2022-04-29
162 mailman-hyperkitty = throw "Please use pkgs.mailmanPackages.mailman-hyperkitty"; # added 2022-04-29
163 mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29
164+ manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20
165 mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
166 mistune_2_0 = mistune; # added 2022-08-12
167 mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
···308 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
309 virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
310 Wand = wand; # added 2022-11-13
311+ wasm = throw "wasm has been removed because it no longer builds and is unmaintained"; # added 2023-05-20
312 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
313 weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01
314 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29