Loading pkgs/development/python-modules/aioasuswrt/default.nix +20 −11 Original line number Diff line number Diff line Loading @@ -5,21 +5,35 @@ , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "aioasuswrt"; version = "1.4.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kennedyshead"; repo = pname; rev = "V${version}"; sha256 = "1iv9f22v834g8wrjcynjn2azpzk8gsczv71jf7dw8aix0n04h325"; repo = "aioasuswrt"; rev = "refs/tags/V${version}"; hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc="; }; propagatedBuildInputs = [ postPatch = '' substituteInPlace setup.cfg \ --replace-fail "--cov-report html" "" \ --replace-fail "--cov-report term-missing" "" ''; build-system = [ setuptools ]; dependencies = [ asyncssh ]; Loading @@ -29,12 +43,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov-report html" "" \ --replace "--cov-report term-missing" "" ''; pythonImportsCheck = [ "aioasuswrt" ]; Loading @@ -42,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module for Asuswrt"; homepage = "https://github.com/kennedyshead/aioasuswrt"; changelog = "https://github.com/kennedyshead/aioasuswrt/releases/tag/V${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aioasuswrt/default.nix +20 −11 Original line number Diff line number Diff line Loading @@ -5,21 +5,35 @@ , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "aioasuswrt"; version = "1.4.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kennedyshead"; repo = pname; rev = "V${version}"; sha256 = "1iv9f22v834g8wrjcynjn2azpzk8gsczv71jf7dw8aix0n04h325"; repo = "aioasuswrt"; rev = "refs/tags/V${version}"; hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc="; }; propagatedBuildInputs = [ postPatch = '' substituteInPlace setup.cfg \ --replace-fail "--cov-report html" "" \ --replace-fail "--cov-report term-missing" "" ''; build-system = [ setuptools ]; dependencies = [ asyncssh ]; Loading @@ -29,12 +43,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov-report html" "" \ --replace "--cov-report term-missing" "" ''; pythonImportsCheck = [ "aioasuswrt" ]; Loading @@ -42,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module for Asuswrt"; homepage = "https://github.com/kennedyshead/aioasuswrt"; changelog = "https://github.com/kennedyshead/aioasuswrt/releases/tag/V${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading