Loading pkgs/development/python-modules/aiodiscover/default.nix +19 −22 Original line number Diff line number Diff line { lib , aiodns , async-timeout , buildPythonPackage , cached-ipaddress , dnspython , fetchFromGitHub , ifaddr , netifaces , pyroute2 , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools { lib, aiodns, async-timeout, buildPythonPackage, cached-ipaddress, dnspython, fetchFromGitHub, ifaddr, netifaces, pyroute2, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "aiodiscover"; version = "2.0.0"; version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,12 +26,10 @@ buildPythonPackage rec { owner = "bdraco"; repo = "aiodiscover"; rev = "refs/tags/v${version}"; hash = "sha256-7oeyuwirQ2mm0UQEOwTkAz126UnxkoMjg+DDu5DWY3E="; hash = "sha256-+DcROb6jR0veD3oSKgyJHUi1VtCT54yBKvVqir5y+R4="; }; nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ async-timeout Loading @@ -52,9 +51,7 @@ buildPythonPackage rec { "test_async_discover_hosts" ]; pythonImportsCheck = [ "aiodiscover" ]; pythonImportsCheck = [ "aiodiscover" ]; meta = with lib; { description = "Python module to discover hosts via ARP and PTR lookup"; Loading Loading
pkgs/development/python-modules/aiodiscover/default.nix +19 −22 Original line number Diff line number Diff line { lib , aiodns , async-timeout , buildPythonPackage , cached-ipaddress , dnspython , fetchFromGitHub , ifaddr , netifaces , pyroute2 , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools { lib, aiodns, async-timeout, buildPythonPackage, cached-ipaddress, dnspython, fetchFromGitHub, ifaddr, netifaces, pyroute2, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "aiodiscover"; version = "2.0.0"; version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,12 +26,10 @@ buildPythonPackage rec { owner = "bdraco"; repo = "aiodiscover"; rev = "refs/tags/v${version}"; hash = "sha256-7oeyuwirQ2mm0UQEOwTkAz126UnxkoMjg+DDu5DWY3E="; hash = "sha256-+DcROb6jR0veD3oSKgyJHUi1VtCT54yBKvVqir5y+R4="; }; nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ async-timeout Loading @@ -52,9 +51,7 @@ buildPythonPackage rec { "test_async_discover_hosts" ]; pythonImportsCheck = [ "aiodiscover" ]; pythonImportsCheck = [ "aiodiscover" ]; meta = with lib; { description = "Python module to discover hosts via ARP and PTR lookup"; Loading