13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-9HV51Qjy9W7d0WznIEV4KtOxs7Z4CYaZ4rahswcz4cI=";
25 buildInputs = [ c-ares ];
27 propagatedBuildInputs = [
32 propagatedNativeBuildInputs = [ cffi ];
34 # Requires network access
38 inherit aiodns tornado;
41 pythonImportsCheck = [ "pycares" ];
44 description = "Python interface for c-ares";
45 homepage = "https://github.com/saghul/pycares";
46 changelog = "https://github.com/saghul/pycares/releases/tag/pycares-${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];