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