9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
19 hash = "sha256-nFjAPq+SDDEodETG/vOdxTuurJ3iIerRBPXJtI6L1Yc=";
26 doCheck = !stdenv.isDarwin;
28 pythonImportsCheck = [
33 description = "API to manage threads and processes within an application";
34 homepage = "https://github.com/noxdafox/pebble";
35 license = licenses.lgpl3Plus;
36 maintainers = with maintainers; [ orivej ];