9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 hash = "sha256-4Ojn3t0EbOVdrYEiY8JegJuvW9sz8jt9tKFwOluiGQo=";
23 nativeCheckInputs = [ pytest ];
26 # Using pytestCheckHook results in test failures
30 pythonImportsCheck = [ "mutf8" ];
33 description = "Fast MUTF-8 encoder & decoder";
34 homepage = "https://github.com/TkTech/mutf8";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];