9 buildPythonPackage rec {
10 pname = "pyicumessageformat";
13 build-system = [ setuptools ];
16 inherit pname version;
17 hash = "sha256-s+l8DtEMKxA/DzpwGqZSlwDqCrZuDzsj3I5K7hgfyEA=";
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "pyicumessageformat" ];
25 description = "Unopinionated Python3 parser for ICU MessageFormat";
26 homepage = "https://github.com/SirStendec/pyicumessageformat/";
27 # Based on master, as upstream doesn't tag their releases on GitHub anymore
28 changelog = "https://github.com/SirStendec/pyicumessageformat/blob/master/CHANGELOG.md";
29 license = licenses.mit;
30 maintainers = with maintainers; [ erictapen ];