1 { lib, buildPythonPackage, fetchPypi, isPy3k, nose
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "fc694ac1cb0616cfba2f9db4720e9d354bf656c318e21ef604a7e3caaef83d10";
15 checkInputs = [ nose ];
17 propagatedBuildInputs = [
23 doCheck = false; # pypi package comes without tests, other homepage does not provide all verisons
26 homepage = "https://twill-tools.github.io/twill/";
27 description = "A simple scripting language for Web browsing";
28 license = licenses.mit;
29 maintainers = with maintainers; [ mic92 ];