python313Packages.gitignore-parser: modernize

Changed files
+2 -2
pkgs
development
python-modules
gitignore-parser
+2 -2
pkgs/development/python-modules/gitignore-parser/default.nix
···
hash = "sha256-jd5C8whfdLuEC+ebDAAYso33o2H963P+8RWcm26koVM=";
};
-
nativeBuildInputs = [ setuptools ];
+
build-system = [ setuptools ];
nativeCheckInputs = [ unittestCheckHook ];
···
meta = with lib; {
description = "Spec-compliant gitignore parser";
homepage = "https://github.com/mherrmann/gitignore_parser";
-
changelog = "https://github.com/mherrmann/gitignore_parser/releases/tag/v${version}";
+
changelog = "https://github.com/mherrmann/gitignore_parser/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};