Loading pkgs/applications/version-management/gitlint/default.nix +4 −8 Original line number Diff line number Diff line Loading @@ -7,21 +7,16 @@ python3.pkgs.buildPythonApplication rec { pname = "gitlint"; version = "0.19.0"; version = "0.19.1"; format = "pyproject"; src = fetchFromGitHub { owner = "jorisroovers"; repo = "gitlint"; rev = "v${version}"; sha256 = "sha256-w4v6mcjCX0V3Mj1K23ErpXdyEKQcA4vykns7UwNBEZ4="; rev = "refs/tags/v${version}"; hash = "sha256-4SGkkC4LjZXTDXwK6jMOIKXR1qX76CasOwSqv8XUrjs="; }; patches = [ # otherwise hatch tries to run git to collect some metadata about the build ./dont-try-to-use-git.diff ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; # Upstream splitted the project into gitlint and gitlint-core to Loading Loading @@ -51,6 +46,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Linting for your git commit messages"; homepage = "https://jorisroovers.com/gitlint/"; changelog = "https://github.com/jorisroovers/gitlint/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ethancedwards8 fab ]; }; Loading pkgs/applications/version-management/gitlint/dont-try-to-use-git.diffdeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line --- a/pyproject.toml +++ b/pyproject.toml @@ -61,10 +63,3 @@ include = [ exclude = [ "/gitlint/tests", # ] - -[tool.hatch.metadata.hooks.vcs.urls] -Homepage = "https://jorisroovers.github.io/gitlint" -Documentation = "https://jorisroovers.github.io/gitlint" -Source = "https://github.com/jorisroovers/gitlint/tree/main/gitlint-core" -Changelog = "https://github.com/jorisroovers/gitlint/blob/main/CHANGELOG.md" -'Source Commit' = "https://github.com/jorisroovers/gitlint/tree/{commit_hash}/gitlint-core" \ No newline at end of file Loading
pkgs/applications/version-management/gitlint/default.nix +4 −8 Original line number Diff line number Diff line Loading @@ -7,21 +7,16 @@ python3.pkgs.buildPythonApplication rec { pname = "gitlint"; version = "0.19.0"; version = "0.19.1"; format = "pyproject"; src = fetchFromGitHub { owner = "jorisroovers"; repo = "gitlint"; rev = "v${version}"; sha256 = "sha256-w4v6mcjCX0V3Mj1K23ErpXdyEKQcA4vykns7UwNBEZ4="; rev = "refs/tags/v${version}"; hash = "sha256-4SGkkC4LjZXTDXwK6jMOIKXR1qX76CasOwSqv8XUrjs="; }; patches = [ # otherwise hatch tries to run git to collect some metadata about the build ./dont-try-to-use-git.diff ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; # Upstream splitted the project into gitlint and gitlint-core to Loading Loading @@ -51,6 +46,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Linting for your git commit messages"; homepage = "https://jorisroovers.com/gitlint/"; changelog = "https://github.com/jorisroovers/gitlint/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ethancedwards8 fab ]; }; Loading
pkgs/applications/version-management/gitlint/dont-try-to-use-git.diffdeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line --- a/pyproject.toml +++ b/pyproject.toml @@ -61,10 +63,3 @@ include = [ exclude = [ "/gitlint/tests", # ] - -[tool.hatch.metadata.hooks.vcs.urls] -Homepage = "https://jorisroovers.github.io/gitlint" -Documentation = "https://jorisroovers.github.io/gitlint" -Source = "https://github.com/jorisroovers/gitlint/tree/main/gitlint-core" -Changelog = "https://github.com/jorisroovers/gitlint/blob/main/CHANGELOG.md" -'Source Commit' = "https://github.com/jorisroovers/gitlint/tree/{commit_hash}/gitlint-core" \ No newline at end of file