8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-BDp5FG6ykH7fQ5iZ8mKz3+QXF9NBJCmO0oETmouTyjI=";
20 # No tests implemented
23 pythonImportsCheck = [ "netifaces" ];
26 description = "Portable access to network interfaces from Python";
27 homepage = "https://github.com/al45tair/netifaces";
28 license = licenses.mit;