7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-BDp5FG6ykH7fQ5iZ8mKz3+QXF9NBJCmO0oETmouTyjI=";
19 # No tests implemented
22 pythonImportsCheck = [
27 description = "Portable access to network interfaces from Python";
28 homepage = "https://github.com/al45tair/netifaces";
29 license = licenses.mit;
30 maintainers = with maintainers; [ ];