10 buildPythonPackage rec {
11 pname = "python-whois";
15 inherit pname version;
16 sha256 = "05jaxbnlw5wck0hl124py364jqrx7a4mmv0hy3d2jzvmp0012sk5";
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 ];