8 buildPythonPackage rec {
13 inherit pname version;
15 sha256 = "ca3751e93559f0438969c46f17459d07f983281dac170c3479de56492e152855";
23 # Requires pytest_runner to perform tests, which requires deprecated
24 # features of setuptools. Seems better to not run tests. This should
27 pythonImportsCheck = [ "pyclipper" ];
30 description = "Cython wrapper for clipper library";
31 homepage = "https://github.com/fonttools/pyclipper";
32 license = licenses.mit;
33 maintainers = with maintainers; [ matthuszagh ];