10 buildPythonPackage rec {
11 pname = "celery-types";
15 disabled = pythonOlder "3.10";
18 pname = "celery_types";
20 hash = "sha256-DsrS+lpu3tCh+Rnl4eOBzC/wY1/ksh21O0ZhtodtWzA=";
23 nativeBuildInputs = [ poetry-core ];
25 propagatedBuildInputs = [ typing-extensions ];
30 description = "PEP-484 stubs for Celery";
31 homepage = "https://github.com/sbdchd/celery-types";
32 license = licenses.mit;
33 maintainers = with maintainers; [ elohmeier ];