Loading pkgs/development/python-modules/leanblueprint/default.nix 0 → 100644 +54 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies plasTeX, plastexshowmore, plastexdepgraph, click, rich, rich-click, tomlkit, jinja2, gitpython, }: buildPythonPackage { pname = "leanblueprint"; version = "0.0.10"; pyproject = true; src = fetchFromGitHub { repo = "leanblueprint"; owner = "PatrickMassot"; rev = "v0.0.10"; hash = "sha256-CUYdxEXgTf2vKDiOoeW4RV6tQ6prFhA4qMc0olZtZBM="; }; build-system = [ setuptools ]; dependencies = [ plasTeX plastexshowmore plastexdepgraph click rich rich-click tomlkit jinja2 gitpython ]; pythonImportsCheck = [ "leanblueprint" ]; meta = { description = "This plasTeX plugin allowing to write blueprints for Lean 4 projects"; homepage = "https://github.com/PatrickMassot/leanblueprint"; maintainers = with lib.maintainers; [ niklashh ]; license = lib.licenses.asl20; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6711,6 +6711,8 @@ self: super: with self; { leather = callPackage ../development/python-modules/leather { }; leanblueprint = callPackage ../development/python-modules/leanblueprint { }; leb128 = callPackage ../development/python-modules/leb128 { }; led-ble = callPackage ../development/python-modules/led-ble { }; Loading Loading
pkgs/development/python-modules/leanblueprint/default.nix 0 → 100644 +54 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies plasTeX, plastexshowmore, plastexdepgraph, click, rich, rich-click, tomlkit, jinja2, gitpython, }: buildPythonPackage { pname = "leanblueprint"; version = "0.0.10"; pyproject = true; src = fetchFromGitHub { repo = "leanblueprint"; owner = "PatrickMassot"; rev = "v0.0.10"; hash = "sha256-CUYdxEXgTf2vKDiOoeW4RV6tQ6prFhA4qMc0olZtZBM="; }; build-system = [ setuptools ]; dependencies = [ plasTeX plastexshowmore plastexdepgraph click rich rich-click tomlkit jinja2 gitpython ]; pythonImportsCheck = [ "leanblueprint" ]; meta = { description = "This plasTeX plugin allowing to write blueprints for Lean 4 projects"; homepage = "https://github.com/PatrickMassot/leanblueprint"; maintainers = with lib.maintainers; [ niklashh ]; license = lib.licenses.asl20; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6711,6 +6711,8 @@ self: super: with self; { leather = callPackage ../development/python-modules/leather { }; leanblueprint = callPackage ../development/python-modules/leanblueprint { }; leb128 = callPackage ../development/python-modules/leb128 { }; led-ble = callPackage ../development/python-modules/led-ble { }; Loading