14 buildPythonPackage rec {
15 pname = "fontfeatures";
17 format = "setuptools";
20 pname = "fontFeatures";
22 hash = "sha256-XLJD91IyUUjeSqdhWFfIqv9yISPcbU4bgRvXETSHOiY=";
25 propagatedBuildInputs = [
34 nativeCheckInputs = [ pytestCheckHook ];
36 # These tests require babelfont but we have to leave it out and skip them
37 # to break the cyclic dependency with babelfont.
38 "tests/test_shaping_generic.py"
39 "tests/test_shaping_harfbuzz.py"
43 description = "Python library for compiling OpenType font features";
44 homepage = "https://github.com/simoncozens/fontFeatures";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ danc86 ];