11 buildPythonPackage rec {
12 pname = "configparser";
16 src = fetchFromGitHub {
18 repo = "configparser";
20 hash = "sha256-6B1I/kS60opMDpCzy2tnlnV65Qo500G0zPHP1I5TDWA=";
28 nativeCheckInputs = [ pytestCheckHook ];
31 export LC_ALL=${if stdenv.hostPlatform.isDarwin then "en_US" else "C"}.UTF-8
35 description = "Updated configparser from Python 3.7 for Python 2.6+";
36 homepage = "https://github.com/jaraco/configparser";
37 license = licenses.mit;