Loading pkgs/development/python-modules/nextdns/default.nix +16 −19 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-asyncio , pytest-error-for-skips , pytestCheckHook , pythonOlder , setuptools , syrupy { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-asyncio, pytest-error-for-skips, pytestCheckHook, pythonOlder, setuptools, syrupy, }: buildPythonPackage rec { Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; Loading @@ -26,9 +27,7 @@ buildPythonPackage rec { hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { syrupy ]; pythonImportsCheck = [ "nextdns" ]; pythonImportsCheck = [ "nextdns" ]; meta = with lib; { description = "Module for the NextDNS API"; Loading Loading
pkgs/development/python-modules/nextdns/default.nix +16 −19 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-asyncio , pytest-error-for-skips , pytestCheckHook , pythonOlder , setuptools , syrupy { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-asyncio, pytest-error-for-skips, pytestCheckHook, pythonOlder, setuptools, syrupy, }: buildPythonPackage rec { Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; Loading @@ -26,9 +27,7 @@ buildPythonPackage rec { hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { syrupy ]; pythonImportsCheck = [ "nextdns" ]; pythonImportsCheck = [ "nextdns" ]; meta = with lib; { description = "Module for the NextDNS API"; Loading