14 buildPythonPackage rec {
15 pname = "update-dotdee";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
23 repo = "python-update-dotdee";
25 hash = "sha256-2k7FdgWM0ESHQb2za87yhXGaR/rbMYLVcv10QexUH1A=";
28 propagatedBuildInputs = [
42 substituteInPlace tox.ini \
43 --replace " --cov --showlocals --verbose" ""
46 pythonImportsCheck = [
51 # TypeError: %o format: an integer is required, not str
56 description = "Generic modularized configuration file manager";
57 homepage = "https://github.com/xolox/python-update-dotdee";
58 license = licenses.mit;
59 maintainers = with maintainers; [ eyjhb ];