mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python-raven: update to 6.7.0
This commit is contained in:
parent
e8e8ae281e
commit
e639afcd1c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-raven'
|
# Template file for 'python-raven'
|
||||||
pkgname=python-raven
|
pkgname=python-raven
|
||||||
version=6.5.0
|
version=6.7.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="raven-${version}"
|
wrksrc="raven-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="ca-certificates python-setuptools python-contextlib2"
|
depends="ca-certificates python-setuptools python-contextlib2"
|
||||||
short_desc="Python2 client for Sentry"
|
short_desc="Python2 client for Sentry"
|
||||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/getsentry/raven-python"
|
homepage="https://github.com/getsentry/raven-python"
|
||||||
distfiles="${PYPI_SITE}/r/raven/raven-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/raven/raven-${version}.tar.gz"
|
||||||
checksum=84da75114739191bdf2388f296ffd6177e83567a7fbaf2701e034ad6026e4f3b
|
checksum=f908e9b39f02580e7f822030d119ed3b2e8d32300a2fec6373e5827d588bbae7
|
||||||
alternatives="raven:raven:/usr/bin/raven2"
|
alternatives="raven:raven:/usr/bin/raven2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue