12 buildPythonPackage rec {
13 pname = "unicode-rbnf";
17 src = fetchFromGitHub {
19 repo = "unicode-rbnf";
21 hash = "sha256-PquPoiaO1rEDMz7jaN9MUB0UQGH07M0O9mlrUCsfhm4=";
28 pythonImportsCheck = [
37 changelog = "https://github.com/rhasspy/unicode-rbnf/blob/v${version}/CHANGELOG.md";
38 description = "A pure Python implementation of ICU's rule-based number format engine";
39 homepage = "https://github.com/rhasspy/unicode-rbnf";
40 license = licenses.mit;
41 maintainers = with maintainers; [ hexa ];