Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libpthread.so.0 +libpython2.7.so.1.0 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,18 @@ +name : python-faulthandler +version : 2.6 +release : 1 +source : + - https://pypi.python.org/packages/08/70/861aa647601cf1006f0d9b8ce1d17c37789d7637783eff8aacac4ed36ed6/faulthandler-2.6.tar.gz : 59487773e0189d6236ec694af53ac1fe564ec4a6d9593818deadd9afe4c0dc7f +license : BSD-2-Clause +component : programming.python +summary : Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals +description: | + Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: display the Python + traceback and restore the previous handler. Allocate an alternate stack for this handler, if + sigaltstack() is available, to be able to allocate memory on the stack, even on stack overflow. +builddeps : + - python-setuptools +build : | + %python_setup +install : | + %python_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + python-faulthandler + + Federico Damián Schonborn + federicodamiansch@gmail.com + + BSD-2-Clause + programming.python + Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals + Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: display the Python +traceback and restore the previous handler. Allocate an alternate stack for this handler, if +sigaltstack() is available, to be able to allocate memory on the stack, even on stack overflow. + + https://solus-project.com/sources/README.Solus + + + python-faulthandler + Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals + Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: display the Python +traceback and restore the previous handler. Allocate an alternate stack for this handler, if +sigaltstack() is available, to be able to allocate memory on the stack, even on stack overflow. + + programming.python + + /usr/lib/python2.7/site-packages/faulthandler-2.6-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/faulthandler-2.6-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/faulthandler-2.6-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/faulthandler-2.6-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/faulthandler.pth + /usr/lib/python2.7/site-packages/faulthandler.so + + + + + 2017-05-25 + 2.6 + Packaging update + Federico Damián Schonborn + federicodamiansch@gmail.com + + + \ No newline at end of file