void-packages/srcpkgs/python-faulthandler/template
maxice8 4aa0e491a7 python-faulthandler: update to 3.1.
Closes: #13782 [via git-merge-pr]
2018-05-05 17:03:07 +02:00

19 lines
598 B
Bash

# Template file for 'python-faulthandler'
pkgname=python-faulthandler
version=3.1
revision=1
wrksrc="faulthandler-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel"
short_desc="Backport of the faulthandler module from Python 3.3+"
maintainer="raphaelnepomuceno <raphael.blindjoker@gmail.com>"
license="BSD-2-Clause"
homepage="https://faulthandler.readthedocs.io/"
distfiles="${PYPI_SITE}/f/faulthandler/faulthandler-${version}.tar.gz"
checksum=83301ffab03c86b291677b64b5cec7026f412cbda5ebd27e4cb3338452c40021
post_install() {
vlicense COPYING
}