8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-KIWk+/o1MX5J9cO7xITvjHrYg0NdgdTetOzfGVwAI/4=";
20 pythonImportsCheck = [ "pyuca" ];
22 nativeCheckInputs = [ unittestCheckHook ];
25 description = "Python implementation of the Unicode Collation Algorithm";
26 homepage = "https://github.com/jtauber/pyuca";
27 license = licenses.mit;
28 maintainers = with maintainers; [ hexa ];