8 buildPythonPackage rec {
11 format = "setuptools";
13 # tests are missing from the PyPi tarball
14 src = fetchFromGitHub {
18 hash = "sha256-uXJUA70JOGWT2NmS6S7fPrTWAJZ0mZ/hICahIUzjfbw=";
21 propagatedBuildInputs = [
22 setuptools # for pkg_resources
25 pythonImportsCheck = [ "stopit" ];
28 description = "Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator";
29 homepage = "https://github.com/glenfant/stopit";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ veprbl ];