9 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "whois-api-llc";
16 repo = "whois-api-py";
18 hash = "sha256-SeBeJ6k2R53LxHov+8t70geqUosk/yBJQCi6GaVteMM=";
25 propagatedBuildInputs = [
29 # all tests touch internet
32 pythonImportsCheck = [ "whoisapi" ];
35 description = "Whois API client library for Python";
36 homepage = "https://github.com/whois-api-llc/whois-api-py";
37 changelog = "https://github.com/whois-api-llc/whois-api-py/blob/${src.rev}/CHANGELOG.rst";
38 license = licenses.mit;
39 maintainers = with maintainers; [ mbalatsko ];