git-relevant-history: switch to pyproject (#522899)

This commit is contained in:
Yohann Boniface
2026-06-05 22:55:59 +00:00
committed by GitHub
@@ -10,14 +10,18 @@
python3.pkgs.buildPythonApplication {
pname = "git-relevant-history";
version = "1.0.0-unstable-2022-09-15";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "rainlabs-eu";
repo = "git-relevant-history";
rev = "84552324d7cb4790db86282fc61bf98a05b7a4fd";
hash = "sha256-46a6TR1Hi3Lg2DTmOp1aV5Uhd4IukTojZkA3TVbTnRY=";
};
propagatedBuildInputs = [
build-system = [ python3.pkgs.setuptools ];
dependencies = [
git
git-filter-repo
python3.pkgs.docopt