python-packages pexpect: 2.3 -> 3.3

Tests worked.
This commit is contained in:
Frederik Rietdijk 2015-08-14 23:23:30 +02:00
parent 9d5508d85c
commit 3f20baee54

View File

@ -9095,17 +9095,15 @@ let
}; };
pexpect = buildPythonPackage { pexpect = buildPythonPackage rec {
name = "pexpect-2.3"; version = "3.3";
name = "pexpect-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://sourceforge/pexpect/pexpect-2.3.tar.gz"; url = "https://pypi.python.org/packages/source/p/pexpect/${name}.tar.gz";
sha256 = "0x8bfjjqygriry1iyygm5048ykl5qpbpzqfp6i8dhkslm3ryf5fk"; sha256 = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba";
}; };
# error: invalid command 'test'
doCheck = false;
meta = { meta = {
homepage = http://www.noah.org/wiki/Pexpect; homepage = http://www.noah.org/wiki/Pexpect;
description = "Automate interactive console applications such as ssh, ftp, etc"; description = "Automate interactive console applications such as ssh, ftp, etc";