10 buildPythonPackage rec {
11 pname = "uc-micro-py";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-Z7XHWeV5I/y19EKg4lzcl9pwRexWnSQ7d8CpQu5xdnI=";
24 nativeBuildInputs = [ setuptools ];
26 pythonImportsCheck = [ "uc_micro" ];
28 nativeCheckInputs = [ pytestCheckHook ];
31 description = "Micro subset of unicode data files for linkify-it-py";
32 homepage = "https://github.com/tsutsu3/uc.micro-py";
33 license = licenses.mit;