Merge pull request #158679 from SuperSandro2000/iniconfig
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
{ lib, buildPythonPackage, fetchPypi, setuptools-scm }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "iniconfig";
|
||||
@@ -9,12 +9,14 @@ buildPythonPackage rec {
|
||||
sha256 = "bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
||||
doCheck = false; # avoid circular import with pytest
|
||||
pythonImportsCheck = [ "iniconfig" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "brain-dead simple parsing of ini files";
|
||||
homepage = "https://github.com/RonnyPfannschmidt/iniconfig";
|
||||
homepage = "https://github.com/pytest-dev/iniconfig";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user