9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-LZHhNb9y0xpBCxfBbaYQqCy1X2sEd9GpAhNLJKRVuLM=";
24 # Cannot use hatch-vcs, due to an inifinite recursion
26 src = ./version.patch;
31 pythonImportsCheck = [
35 # Requires pytest, which in turn requires this package - causes infinite
36 # recursion. See also: https://github.com/NixOS/nixpkgs/issues/63168
40 description = "brain-dead simple parsing of ini files";
41 homepage = "https://github.com/pytest-dev/iniconfig";
42 license = licenses.mit;
43 maintainers = with maintainers; [ jonringer ];