13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 hash = "sha256-WrcXuXlTB3DBavtItQ0qmNI8Pp/jmFHc9rxNAYRaAqA=";
24 # rely on using example programs (flowers/examples/tasks.py) which
25 # are not part of the distribution
29 propagatedBuildInputs = [
37 __darwinAllowLocalNetworking = true;
39 nativeCheckInputs = [ pytestCheckHook ];
41 pythonImportsCheck = [ "flower" ];
44 description = "Real-time monitor and web admin for Celery distributed task queue";
45 homepage = "https://github.com/mher/flower";
46 license = licenses.bsdOriginal;
47 maintainers = with maintainers; [ arnoldfarkas ];