pythonPackages.quandl: in sorted order in python-packages
This commit is contained in:
parent
e5037694f5
commit
fb598605cd
|
@ -16936,6 +16936,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
quandl = callPackage ../development/python-modules/quandl { };
|
||||||
|
# alias for an older package which did not support Python 3
|
||||||
|
Quandl = callPackage ../development/python-modules/quandl { };
|
||||||
|
|
||||||
qscintilla = disabledIf (isPy3k || isPyPy)
|
qscintilla = disabledIf (isPy3k || isPyPy)
|
||||||
(buildPythonPackage rec {
|
(buildPythonPackage rec {
|
||||||
# TODO: Qt5 support
|
# TODO: Qt5 support
|
||||||
|
@ -24411,10 +24415,6 @@ EOF
|
||||||
|
|
||||||
inflection = callPackage ../development/python-modules/inflection { };
|
inflection = callPackage ../development/python-modules/inflection { };
|
||||||
|
|
||||||
quandl = callPackage ../development/python-modules/quandl { };
|
|
||||||
# alias for an older package which did not support Python 3
|
|
||||||
Quandl = callPackage ../development/python-modules/quandl { };
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
in fix' (extends overrides packages)
|
in fix' (extends overrides packages)
|
||||||
|
|
Loading…
Reference in New Issue