parent
25ad936eee
commit
4aa0e491a7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-faulthandler'
|
# Template file for 'python-faulthandler'
|
||||||
pkgname=python-faulthandler
|
pkgname=python-faulthandler
|
||||||
version=3.0
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="faulthandler-${version}"
|
wrksrc="faulthandler-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -8,10 +8,10 @@ hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
short_desc="Backport of the faulthandler module from Python 3.3+"
|
short_desc="Backport of the faulthandler module from Python 3.3+"
|
||||||
maintainer="raphaelnepomuceno <raphael.blindjoker@gmail.com>"
|
maintainer="raphaelnepomuceno <raphael.blindjoker@gmail.com>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://faulthandler.readthedocs.io/"
|
homepage="https://faulthandler.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/f/faulthandler/faulthandler-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/faulthandler/faulthandler-${version}.tar.gz"
|
||||||
checksum=acc10e10909f0f956ba1b42b6c450ea0bdaaa27b3942899f65931396cfcdd36a
|
checksum=83301ffab03c86b291677b64b5cec7026f412cbda5ebd27e4cb3338452c40021
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue