10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/release-${version}";
19 hash = "sha256-uF5DblAg4q8L1tZKopcjJ14NIQVQF5flNHdZ/jnw71M=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [
33 find test -name 'test_*.py' -exec python {} \;
38 pythonImportsCheck = [ "hiyapyco" ];
41 description = "Python library allowing hierarchical overlay of config files in YAML syntax";
42 homepage = "https://github.com/zerwes/hiyapyco";
43 license = licenses.gpl3Plus;
44 maintainers = with maintainers; [ veehaitch ];