8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 hash = "sha256-23mKwoRGjtxpCOC26V8bAN5QEHLDOoSqPeTlUuIrxZ0=";
22 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "uc_micro" ];
26 description = "Micro subset of unicode data files for linkify-it-py";
27 homepage = "https://github.com/tsutsu3/uc.micro-py";
28 license = licenses.mit;
29 maintainers = with maintainers; [ AluisioASG ];