pythonPackages.ipy: 0.74 -> 0.83
This commit is contained in:
@@ -8637,24 +8637,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
ipy = buildPythonPackage rec {
|
||||
version = "0.74";
|
||||
name = "ipy-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/I/IPy/IPy-${version}.tar.gz";
|
||||
sha256 = "5d6abb870c25f946c45c35cf50e66155598660f2765b35cb12e36ed5223c2b89";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Class and tools for handling of IPv4 and IPv6 addresses and networks";
|
||||
homepage = https://pypi.python.org/pypi/IPy;
|
||||
};
|
||||
};
|
||||
ipy = callPackage ../development/python-modules/IPy { };
|
||||
|
||||
ipykernel = callPackage ../development/python-modules/ipykernel { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user