pythonPackages.ipython: 4.1.2 -> 5.0.0
This commit is contained in:
parent
61118d5936
commit
188422b773
@ -11348,12 +11348,12 @@ in modules // {
|
||||
};
|
||||
|
||||
ipython = buildPythonPackage rec {
|
||||
version = "4.1.2";
|
||||
version = "5.0.0";
|
||||
name = "ipython-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/i/ipython/${name}.tar.gz";
|
||||
sha256 = "14hnf3m087z39ndn5irj1ficc6l197bmdj6fpvz8bwi7la99cbq5";
|
||||
sha256 = "7ec0737169c74056c7fc8298246db5478a2d6c90cfd19c3253222112357545df";
|
||||
};
|
||||
|
||||
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
@ -11363,8 +11363,8 @@ in modules // {
|
||||
buildInputs = with self; [ nose pkgs.glibcLocales pygments ] ++ optionals isPy27 [mock];
|
||||
|
||||
propagatedBuildInputs = with self;
|
||||
[decorator pickleshare simplegeneric traitlets readline requests2 pexpect sqlite3]
|
||||
++ optionals stdenv.isDarwin [appnope gnureadline];
|
||||
[decorator pickleshare prompt_toolkit simplegeneric traitlets requests2 pexpect sqlite3]
|
||||
++ optionals stdenv.isDarwin [appnope];
|
||||
|
||||
LC_ALL="en_US.UTF-8";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user