10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-aXae9/x0HVp4KqydCf5/+p5PlSKUQ5cE3iVeD08rtf0=";
24 build-system = [ setuptools ];
26 dependencies = [ pycares ];
28 # Could not contact DNS servers
31 pythonImportsCheck = [ "aiodns" ];
34 description = "Simple DNS resolver for asyncio";
35 homepage = "https://github.com/saghul/aiodns";
36 changelog = "https://github.com/saghul/aiodns/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];