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