8 buildPythonPackage rec {
9 pname = "configupdater";
14 pname = "ConfigUpdater";
15 hash = "sha256-RvDHTXPvpyN3Z2S0PJc59oBSSV3T1zQxnB0OtYUR8Vs=";
19 substituteInPlace setup.cfg \
20 --replace '--cov configupdater --cov-report term-missing' ""
23 nativeBuildInputs = [ setuptools-scm ];
25 pythonImportsCheck = [ "configupdater" ];
32 description = "Parser like ConfigParser but for updating configuration files";
33 homepage = "https://configupdater.readthedocs.io/en/latest/";
34 license = with licenses; [ mit psfl ];
35 maintainers = with maintainers; [ ris ];