python-raven: update to 6.10.0.
This commit is contained in:
parent
829310c519
commit
1a4225e90e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-raven'
|
||||
pkgname=python-raven
|
||||
version=6.9.0
|
||||
version=6.10.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="raven-${version}"
|
||||
|
@ -9,11 +9,11 @@ pycompile_module="raven"
|
|||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="ca-certificates python-setuptools python-contextlib2"
|
||||
short_desc="Python2 client for Sentry"
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/getsentry/raven-python"
|
||||
distfiles="${PYPI_SITE}/r/raven/raven-${version}.tar.gz"
|
||||
checksum=3fd787d19ebb49919268f06f19310e8112d619ef364f7989246fc8753d469888
|
||||
checksum=3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c8fae54
|
||||
alternatives="raven:raven:/usr/bin/raven2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue