1 { lib, buildPythonPackage, fetchPypi, pyparsing }:
2 buildPythonPackage rec {
3 pname = "pylibconfig2";
9 sha256 = "1iwm11v0ghv2pq2cyvly7gdwrhxsx6iwi581fz46l0snhgcd4sqq";
12 # tests not included in the distribution
15 propagatedBuildInputs = [ pyparsing ];
18 homepage = "https://github.com/heinzK1X/pylibconfig2";
19 description = "Pure python library for libconfig syntax";
20 license = licenses.gpl3;