8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-nO8FL4tTkfTthXYXxXORLieFwvn780DDxfrxC9EUUJ0=";
20 propagatedBuildInputs = [ pyyaml ];
22 pythonImportsCheck = [ "yacs" ];
24 ${python.interpreter} yacs/tests.py
28 description = "Yet Another Configuration System";
29 homepage = "https://github.com/rbgirshick/yacs";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ lucasew ];