15 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-J9+mxlUxOoRBFdz+p8me2T93jaov5rNvKbAZ2YX/VhA=";
33 buildInputs = [ freetype ];
43 ${python.interpreter} selftest.py
47 pythonImportsCheck = [ "aggdraw" ];
50 description = "High quality drawing interface for PIL";
51 homepage = "https://github.com/pytroll/aggdraw";
52 license = licenses.mit;
53 maintainers = with maintainers; [ onny ];