8 buildPythonPackage rec {
9 pname = "unicodedata2";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit version pname;
17 hash = "sha256-yzDxia1mSC+FKaRdpxsqiEHpvSuzdswpMwA6SlWgdkg=";
24 pythonImportsCheck = [
29 description = "Backport and updates for the unicodedata module";
30 homepage = "https://github.com/mikekap/unicodedata2";
31 changelog = "https://github.com/fonttools/unicodedata2/releases/tag/${version}";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ sternenseemann ];