python310Packages.nuitka: Normalize attribute & pname
This commit is contained in:
parent
02c7624618
commit
743ad736bb
3 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
pname = "nuitka";
|
||||||
version = "1.1.5";
|
version = "1.1.5";
|
||||||
pname = "Nuitka";
|
|
||||||
|
|
||||||
# Latest version is not yet on PyPi
|
# Latest version is not yet on PyPi
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
@ -149,6 +149,7 @@ mapAliases ({
|
||||||
net2grid = gridnet; # add 2022-04-22
|
net2grid = gridnet; # add 2022-04-22
|
||||||
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
|
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
|
||||||
notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
|
notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
|
||||||
|
Nuitka = nuitka; # added 2023-02-19
|
||||||
ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
|
ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
|
||||||
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
|
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
|
||||||
pam = python-pam; # added 2020-09-07.
|
pam = python-pam; # added 2020-09-07.
|
||||||
|
|
|
@ -6512,7 +6512,7 @@ self: super: with self; {
|
||||||
|
|
||||||
ntplib = callPackage ../development/python-modules/ntplib { };
|
ntplib = callPackage ../development/python-modules/ntplib { };
|
||||||
|
|
||||||
Nuitka = callPackage ../development/python-modules/nuitka { };
|
nuitka = callPackage ../development/python-modules/nuitka { };
|
||||||
|
|
||||||
nulltype = callPackage ../development/python-modules/nulltype { };
|
nulltype = callPackage ../development/python-modules/nulltype { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue