New package: python3-sentry-0.15.1

This commit is contained in:
Karol Kosek 2020-06-25 13:29:46 +02:00 committed by Piotr
parent ba98f83d4c
commit 0891fafe75

View file

@ -0,0 +1,25 @@
# Template file for 'python3-sentry'
pkgname=python3-sentry
version=0.15.1
revision=1
archs=noarch
wrksrc="sentry-python-${version}"
build_style=python3-module
hostmakedepends=python3-setuptools
depends="python3-certifi python3-urllib3"
checkdepends="${depends}"
short_desc="New Python SDK for Sentry.io"
maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
license="BSD-2-Clause"
homepage="https://github.com/getsentry/sentry-python"
distfiles="https://github.com/getsentry/sentry-python/archive/${version}.tar.gz"
checksum=92008498d7e1d286cf0d971200398152eb776293814db82a2121f1f264cd966e
do_check() {
cd build/lib
python3 -c 'import sentry_sdk as m; print(m)'
}
post_install() {
vlicense LICENSE
}