···1010}:
11111212buildPythonPackage rec {
1313+ pname = "nuitka";
1314 version = "1.1.5";
1414- pname = "Nuitka";
15151616 # Latest version is not yet on PyPi
1717 src = fetchFromGitHub {
+1
pkgs/top-level/python-aliases.nix
···149149 net2grid = gridnet; # add 2022-04-22
150150 nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
151151 notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
152152+ Nuitka = nuitka; # added 2023-02-19
152153 ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
153154 pafy = throw "pafy has been removed because it is unmaintained and only a dependency of mps-youtube, itself superseded by yewtube"; # Added 2023-01-19
154155 pam = python-pam; # added 2020-09-07.