10 buildPythonPackage rec {
11 pname = "python-whois";
15 inherit pname version;
16 hash = "sha256-3TNtNRfqzip2iUBtt7uWraPF50MnQjFRru4+ZCJfYiA=";
19 propagatedBuildInputs = [ future ];
27 # Exclude tests that require network access
33 pythonImportsCheck = [ "whois" ];
36 description = "Python module to produce parsed WHOIS data";
37 homepage = "https://github.com/richardpenman/whois";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];