10 buildPythonPackage rec {
11 pname = "zope-contenttype";
15 disabled = pythonOlder "3.7";
18 pname = "zope.contenttype";
20 hash = "sha256-AAHvG2XKZQUZBW3OUwxY0LOWlXzPBQIyPIoVSdtk0xc=";
32 pythonImportsCheck = [
37 homepage = "https://github.com/zopefoundation/zope.contenttype";
38 description = "A utility module for content-type (MIME type) handling";
39 changelog = "https://github.com/zopefoundation/zope.contenttype/blob/${version}/CHANGES.rst";
40 license = licenses.zpl21;
41 maintainers = with maintainers; [ goibhniu ];