10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-t3Q0FEBibkAM5PAG4fjXwNH/71RqSSDj/Mn27ri0iDU=";
24 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Config file reading, writing and validation";
42 homepage = "https://github.com/DiffSK/configobj";
43 changelog = "https://github.com/DiffSK/configobj/blob/v${version}/CHANGES.rst";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ ];