python-raven: update to 6.7.0
This commit is contained in:
parent
e8e8ae281e
commit
e639afcd1c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-raven'
|
||||
pkgname=python-raven
|
||||
version=6.5.0
|
||||
version=6.7.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="raven-${version}"
|
||||
|
@ -10,10 +10,10 @@ 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>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/getsentry/raven-python"
|
||||
distfiles="${PYPI_SITE}/r/raven/raven-${version}.tar.gz"
|
||||
checksum=84da75114739191bdf2388f296ffd6177e83567a7fbaf2701e034ad6026e4f3b
|
||||
checksum=f908e9b39f02580e7f822030d119ed3b2e8d32300a2fec6373e5827d588bbae7
|
||||
alternatives="raven:raven:/usr/bin/raven2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue