Loading pkgs/development/python-modules/nextdns/default.nix +22 −18 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-asyncio , pytest-error-for-skips , pytestCheckHook , pythonOlder { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-asyncio, pytest-error-for-skips, pytestCheckHook, pythonOlder, setuptools, syrupy, }: buildPythonPackage rec { pname = "nextdns"; version = "2.1.0"; format = "setuptools"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; repo = "nextdns"; rev = "refs/tags/${version}"; hash = "sha256-haw6t7pepMN77LFVgDFBbV4StRqcRMvnCaup8K38kEg="; hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp orjson ]; Loading @@ -34,11 +39,10 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ "nextdns" ]; pythonImportsCheck = [ "nextdns" ]; meta = with lib; { description = "Module for the NextDNS API"; Loading Loading
pkgs/development/python-modules/nextdns/default.nix +22 −18 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , buildPythonPackage , fetchFromGitHub , orjson , pytest-asyncio , pytest-error-for-skips , pytestCheckHook , pythonOlder { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, orjson, pytest-asyncio, pytest-error-for-skips, pytestCheckHook, pythonOlder, setuptools, syrupy, }: buildPythonPackage rec { pname = "nextdns"; version = "2.1.0"; format = "setuptools"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; repo = "nextdns"; rev = "refs/tags/${version}"; hash = "sha256-haw6t7pepMN77LFVgDFBbV4StRqcRMvnCaup8K38kEg="; hash = "sha256-ka/VT7c72la4z/BVAWnV06MxVmu52ZcJ4GsEeP7vbKA="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp orjson ]; Loading @@ -34,11 +39,10 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ "nextdns" ]; pythonImportsCheck = [ "nextdns" ]; meta = with lib; { description = "Module for the NextDNS API"; Loading