8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1abd1f56731422fce5af1acc28801677a51e56f5d3c3e8636db761ed143c3dd2";
18 sed -i "s/==.*//g" requirements/test.txt
20 substituteInPlace requirements/base.txt --replace 'PyYAML>=3.13,<6' 'PyYAML>=3.13'
23 propagatedBuildInputs = [ pyyaml ];
25 checkInputs = [ pytest ];
28 description = "Configuration manager for python applications";
29 homepage = "https://kaptan.readthedocs.io/";
30 license = licenses.bsd3;
31 maintainers = with maintainers; [ ];