Loading pkgs/development/python-modules/griffe/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ git, jsonschema, pdm-backend, pytest-gitconfig, pytestCheckHook, }: buildPythonPackage rec { pname = "griffe"; version = "1.14.0"; version = "1.15.0"; pyproject = true; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "griffe"; tag = version; hash = "sha256-0koTrA1b3S1NO6w24S8eghWpYDkGEo61giRveQ7MZhM="; hash = "sha256-AMMTAqsJfj2MltTgAxfvjUTVzi+ZFmx+J9pzhMp28Z4="; }; build-system = [ pdm-backend ]; Loading @@ -29,6 +30,7 @@ buildPythonPackage rec { nativeCheckInputs = [ git jsonschema pytest-gitconfig pytestCheckHook ]; Loading pkgs/development/python-modules/pytest-gitconfig/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pdm-backend, pkgs, pytest, pytestCheckHook, }: buildPythonPackage rec { pname = "pytest-gitconfig"; version = "0.8.0"; pyproject = true; src = fetchFromGitHub { owner = "noirbizarre"; repo = "pytest-gitconfig"; tag = version; hash = "sha256-5DfG74mEvsWHH2xPyG1mNcWp9/DgpveLbaSEOoRzD+g="; }; build-system = [ pdm-backend ]; buildInput = [ pytest ]; nativeCheckInputs = [ pkgs.gitMinimal pytestCheckHook ]; pythonImportsCheck = [ "pytest_gitconfig" ]; meta = { description = "Pytest gitconfig sandbox"; homepage = "https://github.com/noirbizarre/pytest-gitconfig"; changelog = "https://github.com/noirbizarre/pytest-gitconfig/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14691,6 +14691,8 @@ self: super: with self; { pytest-freezer = callPackage ../development/python-modules/pytest-freezer { }; pytest-gitconfig = callPackage ../development/python-modules/pytest-gitconfig { }; pytest-golden = callPackage ../development/python-modules/pytest-golden { }; pytest-grpc = callPackage ../development/python-modules/pytest-grpc { }; Loading
pkgs/development/python-modules/griffe/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ git, jsonschema, pdm-backend, pytest-gitconfig, pytestCheckHook, }: buildPythonPackage rec { pname = "griffe"; version = "1.14.0"; version = "1.15.0"; pyproject = true; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "griffe"; tag = version; hash = "sha256-0koTrA1b3S1NO6w24S8eghWpYDkGEo61giRveQ7MZhM="; hash = "sha256-AMMTAqsJfj2MltTgAxfvjUTVzi+ZFmx+J9pzhMp28Z4="; }; build-system = [ pdm-backend ]; Loading @@ -29,6 +30,7 @@ buildPythonPackage rec { nativeCheckInputs = [ git jsonschema pytest-gitconfig pytestCheckHook ]; Loading
pkgs/development/python-modules/pytest-gitconfig/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pdm-backend, pkgs, pytest, pytestCheckHook, }: buildPythonPackage rec { pname = "pytest-gitconfig"; version = "0.8.0"; pyproject = true; src = fetchFromGitHub { owner = "noirbizarre"; repo = "pytest-gitconfig"; tag = version; hash = "sha256-5DfG74mEvsWHH2xPyG1mNcWp9/DgpveLbaSEOoRzD+g="; }; build-system = [ pdm-backend ]; buildInput = [ pytest ]; nativeCheckInputs = [ pkgs.gitMinimal pytestCheckHook ]; pythonImportsCheck = [ "pytest_gitconfig" ]; meta = { description = "Pytest gitconfig sandbox"; homepage = "https://github.com/noirbizarre/pytest-gitconfig"; changelog = "https://github.com/noirbizarre/pytest-gitconfig/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14691,6 +14691,8 @@ self: super: with self; { pytest-freezer = callPackage ../development/python-modules/pytest-freezer { }; pytest-gitconfig = callPackage ../development/python-modules/pytest-gitconfig { }; pytest-golden = callPackage ../development/python-modules/pytest-golden { }; pytest-grpc = callPackage ../development/python-modules/pytest-grpc { };