10 buildPythonPackage rec {
11 pname = "querystring-parser";
15 disabled = pythonOlder "3.7";
18 pname = "querystring_parser";
20 hash = "sha256-ZE/OHP/gUwRTtDqDo4CU2+QizLqMmy8qHAAoDhTKimI=";
23 build-system = [ setuptools ];
25 dependencies = [ six ];
27 # https://github.com/bernii/querystring-parser/issues/35
30 pythonImportsCheck = [ "querystring_parser" ];
33 description = "Module to handle nested dictionaries";
34 homepage = "https://github.com/bernii/querystring-parser";
35 changelog = "https://github.com/bernii/querystring-parser/releases/tag/${version}";
36 license = licenses.mit;
37 maintainers = with maintainers; [ tbenst ];