Loading pkgs/development/python-modules/adax-local/default.nix +9 −8 Original line number Diff line number Diff line Loading @@ -5,24 +5,24 @@ buildPythonPackage, fetchFromGitHub, async-timeout, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "adax-local"; version = "0.1.5"; format = "setuptools"; disabled = pythonOlder "3.8"; version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pyAdaxLocal"; tag = version; hash = "sha256-V3jSBdYDo32oTAGNTvHJi+GSwlL3keSDhXpNpMoCkWs="; hash = "sha256-HdhatjlN4oUzBV1cf/PfgOJbEks4KBdw4vH8Y/z6efQ="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp bleak async-timeout Loading @@ -36,7 +36,8 @@ buildPythonPackage rec { meta = with lib; { description = "Module for local access to Adax"; homepage = "https://github.com/Danielhiversen/pyAdaxLocal"; license = with licenses; [ mit ]; changelog = "https://github.com/Danielhiversen/pyAdaxLocal/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/adax-local/default.nix +9 −8 Original line number Diff line number Diff line Loading @@ -5,24 +5,24 @@ buildPythonPackage, fetchFromGitHub, async-timeout, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "adax-local"; version = "0.1.5"; format = "setuptools"; disabled = pythonOlder "3.8"; version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pyAdaxLocal"; tag = version; hash = "sha256-V3jSBdYDo32oTAGNTvHJi+GSwlL3keSDhXpNpMoCkWs="; hash = "sha256-HdhatjlN4oUzBV1cf/PfgOJbEks4KBdw4vH8Y/z6efQ="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp bleak async-timeout Loading @@ -36,7 +36,8 @@ buildPythonPackage rec { meta = with lib; { description = "Module for local access to Adax"; homepage = "https://github.com/Danielhiversen/pyAdaxLocal"; license = with licenses; [ mit ]; changelog = "https://github.com/Danielhiversen/pyAdaxLocal/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }