12 buildPythonPackage rec {
13 pname = "python-whois";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-jdoscMD4nw+PxIpCNweJMyv/9nm1+kYgSIhBUdJso84=";
39 # Exclude tests that require network access
44 "test_simple_ascii_domain"
45 "test_simple_unicode_domain"
48 pythonImportsCheck = [
53 description = "Python module to produce parsed WHOIS data";
54 homepage = "https://github.com/richardpenman/whois";
55 license = with licenses; [ mit ];
56 maintainers = with maintainers; [ fab ];