8 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "06ba205360bc7096fefe618e4f1e9b2cdb890b4f2157053a81f386912a2522cb";
21 name = "dont-test-semicolon-separators-in-urlencoded-data.patch";
22 url = "https://github.com/defnull/multipart/commit/4d4ac6b79c453918ebf40c690e8d57d982ee840b.patch";
23 hash = "sha256-rMeMhQEhonWAHzy5M8Im5mL6km5a9O0CGVOV+T3UNqo=";
31 pythonImportsCheck = [ "multipart" ];
34 description = "Parser for multipart/form-data";
35 homepage = "https://github.com/defnull/multipart";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ dotlambda ];