8 buildPythonPackage rec {
9 pname = "zope-i18nmessageid";
11 format = "setuptools";
14 pname = "zope.i18nmessageid";
16 hash = "sha256-LVvOb7MfHOoO+iZEZJvIZ9KXIwPx272f/vzlsuueAXY=";
24 unittestFlagsArray = [
25 "src/zope/i18nmessageid"
28 pythonImportsCheck = [
33 homepage = "https://github.com/zopefoundation/zope.i18nmessageid";
34 description = "Message Identifiers for internationalization";
35 changelog = "https://github.com/zopefoundation/zope.i18nmessageid/blob/${version}/CHANGES.rst";
36 license = licenses.zpl20;
37 maintainers = with maintainers; [ goibhniu ];