10 buildPythonPackage rec {
11 pname = "pretix-plugin-build";
16 inherit pname version;
17 hash = "sha256-iLbqcCAbeK4PyLXiebpdE27rt6bOP7eXczIG2bdvvYo=";
29 doCheck = false; # no tests
33 homepage = "https://github.com/pretix/pretix-plugin-build";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ hexa ];