Loading pkgs/development/python-modules/beanhub-cli/default.nix +9 −8 Original line number Diff line number Diff line Loading @@ -3,17 +3,17 @@ fetchFromGitHub, buildPythonPackage, pythonOlder, pytestCheckHook, hatchling, # dependencies beancount-black, beancount-parser, beanhub-forms, beanhub-import, beanhub-inbox, click, fastapi, jinja2, poetry-core, pydantic-settings, pydantic, pyyaml, Loading @@ -31,10 +31,11 @@ tomli, # tests pytest, pytest-asyncio, pytest-factoryboy, pytest-httpx, pytest-mock, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -51,17 +52,16 @@ buildPythonPackage rec { hash = "sha256-hreVGsptCGW6L3rj6Ec8+lefZWpQ4tZtUEJI+NxTO7w="; }; pythonRelaxDeps = [ "rich" ]; pythonRelaxDeps = [ "rich" ]; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ beancount-black beancount-parser beanhub-forms beanhub-import beanhub-inbox click fastapi jinja2 Loading Loading @@ -95,6 +95,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-factoryboy pytest-httpx pytest-mock pytestCheckHook Loading @@ -105,10 +106,10 @@ buildPythonPackage rec { meta = { description = "Command line tools for BeanHub or Beancount users"; mainProgram = "bh"; homepage = "https://github.com/LaunchPlatform/beanhub-cli/"; changelog = "https://github.com/LaunchPlatform/beanhub-cli/releases/tag/${src.tag}"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ fangpen ]; mainProgram = "bh"; }; } Loading
pkgs/development/python-modules/beanhub-cli/default.nix +9 −8 Original line number Diff line number Diff line Loading @@ -3,17 +3,17 @@ fetchFromGitHub, buildPythonPackage, pythonOlder, pytestCheckHook, hatchling, # dependencies beancount-black, beancount-parser, beanhub-forms, beanhub-import, beanhub-inbox, click, fastapi, jinja2, poetry-core, pydantic-settings, pydantic, pyyaml, Loading @@ -31,10 +31,11 @@ tomli, # tests pytest, pytest-asyncio, pytest-factoryboy, pytest-httpx, pytest-mock, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -51,17 +52,16 @@ buildPythonPackage rec { hash = "sha256-hreVGsptCGW6L3rj6Ec8+lefZWpQ4tZtUEJI+NxTO7w="; }; pythonRelaxDeps = [ "rich" ]; pythonRelaxDeps = [ "rich" ]; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ beancount-black beancount-parser beanhub-forms beanhub-import beanhub-inbox click fastapi jinja2 Loading Loading @@ -95,6 +95,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-factoryboy pytest-httpx pytest-mock pytestCheckHook Loading @@ -105,10 +106,10 @@ buildPythonPackage rec { meta = { description = "Command line tools for BeanHub or Beancount users"; mainProgram = "bh"; homepage = "https://github.com/LaunchPlatform/beanhub-cli/"; changelog = "https://github.com/LaunchPlatform/beanhub-cli/releases/tag/${src.tag}"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ fangpen ]; mainProgram = "bh"; }; }