python.isPyXY markers
This commit is contained in:
parent
168bfea867
commit
4fd6168e8a
@ -73,6 +73,8 @@ let
|
|||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
inherit zlibSupport;
|
inherit zlibSupport;
|
||||||
|
isPy2 = true;
|
||||||
|
isPy26 = true;
|
||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
executable = libPrefix;
|
executable = libPrefix;
|
||||||
sitePackages = "lib/${libPrefix}/site-packages";
|
sitePackages = "lib/${libPrefix}/site-packages";
|
||||||
|
@ -87,6 +87,8 @@ let
|
|||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
inherit zlibSupport;
|
inherit zlibSupport;
|
||||||
|
isPy2 = true;
|
||||||
|
isPy27 = true;
|
||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
executable = libPrefix;
|
executable = libPrefix;
|
||||||
sitePackages = "lib/${libPrefix}/site-packages";
|
sitePackages = "lib/${libPrefix}/site-packages";
|
||||||
|
@ -69,7 +69,9 @@ stdenv.mkDerivation {
|
|||||||
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
executable = "python3.2m";
|
executable = "python3.2m";
|
||||||
is_py3k = true;
|
isPy3 = true;
|
||||||
|
isPy32 = true;
|
||||||
|
is_py3k = true; # deprecated
|
||||||
sitePackages = "lib/${libPrefix}/site-packages";
|
sitePackages = "lib/${libPrefix}/site-packages";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -66,7 +66,9 @@ stdenv.mkDerivation {
|
|||||||
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
executable = "python3.3m";
|
executable = "python3.3m";
|
||||||
is_py3k = true;
|
isPy3 = true;
|
||||||
|
isPy33 = true;
|
||||||
|
is_py3k = true; # deprecated
|
||||||
sitePackages = "lib/${libPrefix}/site-packages";
|
sitePackages = "lib/${libPrefix}/site-packages";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -67,7 +67,9 @@ stdenv.mkDerivation {
|
|||||||
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
|
||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
executable = "python3.4m";
|
executable = "python3.4m";
|
||||||
is_py3k = true;
|
isPy3 = true;
|
||||||
|
isPy34 = true;
|
||||||
|
is_py3k = true; # deprecated
|
||||||
sitePackages = "lib/${libPrefix}/site-packages";
|
sitePackages = "lib/${libPrefix}/site-packages";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user