Loading pkgs/development/python-modules/python-discovery/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system hatch-vcs, hatchling, # dependencies filelock, platformdirs, # tests pytest-mock, pytestCheckHook, }: buildPythonPackage (finalAttrs: { pname = "python-discovery"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "tox-dev"; repo = "python-discovery"; tag = finalAttrs.version; hash = "sha256-gkyrI1nsuaFN1Njf8Faifei4qz4Cdy/YWZf8Nd0WrwY="; }; build-system = [ hatch-vcs hatchling ]; dependencies = [ filelock platformdirs ]; pythonImportsCheck = [ "python_discovery" ]; nativeCheckInputs = [ pytest-mock pytestCheckHook ]; meta = { description = "Python interpreter discovery"; changelog = "https://github.com/tox-dev/python-discovery/releases/tag/${finalAttrs.src.tag}"; homepage = "https://github.com/tox-dev/python-discovery"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; }; }) pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -15584,6 +15584,8 @@ self: super: with self; { python-digitalocean = callPackage ../development/python-modules/python-digitalocean { }; python-discovery = callPackage ../development/python-modules/python-discovery { }; python-djvulibre = callPackage ../development/python-modules/python-djvulibre { }; python-docs-theme = callPackage ../development/python-modules/python-docs-theme { }; Loading
pkgs/development/python-modules/python-discovery/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system hatch-vcs, hatchling, # dependencies filelock, platformdirs, # tests pytest-mock, pytestCheckHook, }: buildPythonPackage (finalAttrs: { pname = "python-discovery"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "tox-dev"; repo = "python-discovery"; tag = finalAttrs.version; hash = "sha256-gkyrI1nsuaFN1Njf8Faifei4qz4Cdy/YWZf8Nd0WrwY="; }; build-system = [ hatch-vcs hatchling ]; dependencies = [ filelock platformdirs ]; pythonImportsCheck = [ "python_discovery" ]; nativeCheckInputs = [ pytest-mock pytestCheckHook ]; meta = { description = "Python interpreter discovery"; changelog = "https://github.com/tox-dev/python-discovery/releases/tag/${finalAttrs.src.tag}"; homepage = "https://github.com/tox-dev/python-discovery"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; }; })
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -15584,6 +15584,8 @@ self: super: with self; { python-digitalocean = callPackage ../development/python-modules/python-digitalocean { }; python-discovery = callPackage ../development/python-modules/python-discovery { }; python-djvulibre = callPackage ../development/python-modules/python-djvulibre { }; python-docs-theme = callPackage ../development/python-modules/python-docs-theme { };