Merge pull request #81596 from r-ryantm/auto-update/python2.7-ipdb

python27Packages.ipdb: 0.12.3 -> 0.13.0
This commit is contained in:
Mario Rodas 2020-03-03 08:14:09 -05:00 committed by GitHub
commit 111afd285c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipdb"; pname = "ipdb";
version = "0.12.3"; version = "0.13.0";
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;
sha256 = "1zbj7xjhkr44grfyv1hb7ff5n1218f9jjabgzica29vh7c74m6jx"; sha256 = "0nbs9m2pqg4j10m7c31vyb8h7wy29d9s8kiv0k2igbr821k1y3xr";
}; };
propagatedBuildInputs = [ ipython ]; propagatedBuildInputs = [ ipython ];
@ -22,7 +22,7 @@ buildPythonPackage rec {
''; '';
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";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];