8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842";
18 ${python.interpreter} runtests.py
21 propagatedBuildInputs = [ six ];
23 # Does not install tests
27 description = "Accessing and Modifying INI files";
28 homepage = "https://github.com/candlepin/python-iniparse";
29 license = licenses.mit;
30 maintainers = with maintainers; [ danbst ];