9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-HtuvI+T6NP6nDJs4C6oqE5sQhq5InrzMxLO2X8lzdCc=";
19 build-system = [ setuptools ];
25 pythonImportsCheck = [ "wadllib" ];
27 # pypi tarball has no tests
31 description = "Navigate HTTP resources using WADL files as guides";
32 homepage = "https://launchpad.net/wadllib";
33 license = licenses.lgpl3Only;