9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-+piDjUDJZ7sZWJYmoPuKXEDEId2i/r4bA1H89ibiRlE=";
19 build-system = [ setuptools ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "multipart" ];
26 description = "Parser for multipart/form-data";
27 homepage = "https://github.com/defnull/multipart";
28 license = lib.licenses.mit;
29 maintainers = with lib.maintainers; [ dotlambda ];