9 buildPythonPackage rec {
10 pname = "pycomposefile";
12 format = "setuptools";
15 inherit pname version;
17 hash = "sha256-GQopIO8F+G5iDz4NF2GTHCpXo4uqKHdHIzffacihylM=";
24 propagatedBuildInputs = [
29 doCheck = false; # tests are broken
32 description = "Python library for structured deserialization of Docker Compose files";
33 homepage = "https://github.com/smurawski/pycomposefile";
34 license = licenses.mit;
35 maintainers = with maintainers; [ mdarocha ];