10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-tWcZRvBvkRyQ7gD5zjocBzFVlzQ0Mhf1unF3gUkhB94=";
22 propagatedBuildInputs = [
28 pythonImportsCheck = [
32 # pypi package comes without tests, other homepage does not provide all verisons
36 description = "A simple scripting language for Web browsing";
37 homepage = "https://twill-tools.github.io/twill/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ mic92 ];