10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
20 hash = "sha256-J4TBR3ZvBjiM6nhAhLFL7JP9uqeTgw8ZgxVaozCipuQ=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 doCheck = !stdenv.hostPlatform.isDarwin;
27 pythonImportsCheck = [ "pebble" ];
30 description = "API to manage threads and processes within an application";
31 homepage = "https://github.com/noxdafox/pebble";
32 changelog = "https://github.com/noxdafox/pebble/releases/tag/${version}";
33 license = licenses.lgpl3Plus;
34 maintainers = with maintainers; [ orivej ];