11 buildPythonPackage rec {
12 pname = "zope-contenttype";
16 disabled = pythonOlder "3.7";
19 pname = "zope.contenttype";
21 hash = "sha256-AAHvG2XKZQUZBW3OUwxY0LOWlXzPBQIyPIoVSdtk0xc=";
24 nativeBuildInputs = [ setuptools ];
31 pythonImportsCheck = [ "zope.contenttype" ];
34 homepage = "https://github.com/zopefoundation/zope.contenttype";
35 description = "Utility module for content-type (MIME type) handling";
36 changelog = "https://github.com/zopefoundation/zope.contenttype/blob/${version}/CHANGES.rst";
37 license = licenses.zpl21;