8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 hash = "sha256-4Ojn3t0EbOVdrYEiY8JegJuvW9sz8jt9tKFwOluiGQo=";
27 # Using pytestCheckHook results in test failures
31 pythonImportsCheck = [
36 description = "Fast MUTF-8 encoder & decoder";
37 homepage = "https://github.com/TkTech/mutf8";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];