8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "python-whois";
18 rev = "refs/tags/${version}";
19 sha256 = "sha256-r77M0IxZ72Sl5c6rA7z8EdZ6rYS/oMrdvdt/E/Pw7nQ=";
22 propagatedBuildInputs = [
27 # tests require network access
30 pythonImportsCheck = [
35 description = "Python module/library for retrieving WHOIS information";
36 homepage = "https://github.com/DannyCork/python-whois/";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];