14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 sha256 = "2034c18dca23456c5b166b63d94300bcd8ec9f386e6cd639c2f66e141c0313f9";
26 nativeBuildInputs = [ setuptools-scm ];
28 propagatedBuildInputs = [
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "mergedb" ];
40 description = "Tool/library for deep merging YAML files";
41 mainProgram = "mergedb";
42 homepage = "https://github.com/graysonhead/mergedb";
43 license = licenses.gpl3Only;
44 maintainers = with maintainers; [ graysonhead ];