8 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-NmaQZJLvt2RTwOe5fyz0WbBoLnQCwEialUhJZdvB2kk=";
22 sed -i '/^addopts/d' setup.cfg
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "multidict" ];
30 changelog = "https://github.com/aio-libs/multidict/blob/v${version}/CHANGES.rst";
31 description = "Multidict implementation";
32 homepage = "https://github.com/aio-libs/multidict/";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ dotlambda ];