9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
19 hash = "sha256-J4TBR3ZvBjiM6nhAhLFL7JP9uqeTgw8ZgxVaozCipuQ=";
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 changelog = "https://github.com/noxdafox/pebble/releases/tag/${version}";
36 license = licenses.lgpl3Plus;
37 maintainers = with maintainers; [ orivej ];