pythonPackages.ipdb: 0.8.1 -> 0.12 (#58965)
This commit is contained in:
parent
7371867e53
commit
7bb8ef318e
@ -7,17 +7,20 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ipdb";
|
pname = "ipdb";
|
||||||
version = "0.8.1";
|
version = "0.12";
|
||||||
disabled = isPyPy; # setupterm: could not find terminfo database
|
disabled = isPyPy; # setupterm: could not find terminfo database
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
sha256 = "dce2112557edfe759742ca2d0fee35c59c97b0cc7a05398b791079d78f1519ce";
|
||||||
sha256 = "1763d1564113f5eb89df77879a8d3213273c4d7ff93dcb37a3070cdf0c34fd7c";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ipython ];
|
propagatedBuildInputs = [ ipython ];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
export HOME=$(mktemp -d)
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/gotcha/ipdb;
|
homepage = https://github.com/gotcha/ipdb;
|
||||||
description = "IPython-enabled pdb";
|
description = "IPython-enabled pdb";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user