10 buildPythonPackage rec {
11 pname = "cython-test-exception-raiser";
15 src = fetchFromGitHub {
17 repo = "cython-test-exception-raiser";
19 hash = "sha256-fwMq0pOrFUJnPndH/a6ghoo6mlcVSxtsWazqE9mCx3M=";
28 pythonImportsCheck = [ "cython_test_exception_raiser" ];
31 description = "Testing only. A cython simple extension which is used as helper for twisted/twisted Failure tests";
32 homepage = "https://github.com/twisted/cython-test-exception-raiser";
33 changelog = "https://github.com/twisted/cython-test-exception-raiser/blob/${src.rev}/CHANGELOG.rst";
34 license = with licenses; [