15 buildPythonPackage rec {
16 pname = "update-dotdee";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
24 repo = "python-update-dotdee";
26 hash = "sha256-2k7FdgWM0ESHQb2za87yhXGaR/rbMYLVcv10QexUH1A=";
29 propagatedBuildInputs = [
38 nativeCheckInputs = [ pytestCheckHook ];
41 substituteInPlace tox.ini \
42 --replace " --cov --showlocals --verbose" ""
45 pythonImportsCheck = [ "update_dotdee" ];
48 # TypeError: %o format: an integer is required, not str
53 description = "Generic modularized configuration file manager";
54 mainProgram = "update-dotdee";
55 homepage = "https://github.com/xolox/python-update-dotdee";
56 license = licenses.mit;
57 maintainers = with maintainers; [ eyjhb ];