11 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 sha256 = "1wp6pwnc1inzzn9nhkwq9m9ab1aylw0hzq94w6p2dsm2njfqma8h";
23 propagatedBuildInputs = [
33 # Disable tests that require network access
35 "test_pywhois_aio_get_hostname_from_ip"
36 "test_pywhois_get_hostname_from_ip"
37 "test_pywhois_aio_lookup_ipv4"
39 "test_aio_from_whois_cmd"
40 "test_aio_get_hostname_from_ip"
42 "test_get_hostname_from_ip"
43 "test_whois_query_run"
46 pythonImportsCheck = [ "asyncwhois" ];
49 description = "Python module for retrieving WHOIS information";
50 homepage = "https://github.com/pogzyb/asyncwhois";
51 license = with licenses; [ asl20 ];
52 maintainers = with maintainers; [ fab ];