New package: python-faulthandler-2.6 (#6800)
This commit is contained in:
parent
cd7d1b03d7
commit
654b69fb09
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python-faulthandler/template
Normal file
18
srcpkgs/python-faulthandler/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python-faulthandler'
|
||||
pkgname=python-faulthandler
|
||||
version=2.6
|
||||
revision=1
|
||||
wrksrc="faulthandler-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel"
|
||||
short_desc="Display the Python traceback on a crash"
|
||||
maintainer="raphaelnepomuceno <raphael.blindjoker@gmail.com>"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://faulthandler.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/f/faulthandler/faulthandler-${version}.tar.gz"
|
||||
checksum=59487773e0189d6236ec694af53ac1fe564ec4a6d9593818deadd9afe4c0dc7f
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in a new issue