add sentry-sdk-0.13.5
This commit is contained in:
parent
5142eb4b92
commit
77b79ee1b9
@ -17,6 +17,7 @@
|
||||
* add aiokef-0.2.2
|
||||
* bump pydeconz-67, remove some oldies
|
||||
* update ring-doorbell-0.2.9
|
||||
* add sentry-sdk-0.13.5
|
||||
|
||||
2019-12-31
|
||||
* esphome tighten protobuf dependency
|
||||
|
3
dev-python/sentry-sdk/Manifest
Normal file
3
dev-python/sentry-sdk/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST sentry-sdk-0.13.5.tar.gz 65775 BLAKE2B 3de36155fc2e96e7517c4bccefa97ac73c25eaef7bb31ce3f293ffb30fd7e9675e3f3553c595f0deadbff1dbb9f1f65801f1db73de93b7fea41ae1a937d522be SHA512 0eb2b9806bcc2f7eb2caa0612bce6036dbf6191a9ca0f9ee7311278e8c9dd5df00b3afb992bd986972e15d0790e4d4cd3c3260af948c1568014581fec3d597a1
|
||||
EBUILD sentry-sdk-0.13.5.ebuild 770 BLAKE2B a9375b4ab540ec1fb835429302d97d6c26a4f90195a3c0a0d2be5b9b91c192700dca0d67cc17d98c7fa6b57bc61e43a1e632e2eacce3a499a2b6b66f34a3db1a SHA512 3628846dec52bd634a8c458faac33c0fa06beadeac7b6d6a06229a387fddfb7b719196e52fd56d60712886d7219052080cabbfd46ab3c0f149208bd524ce1ce5
|
||||
MISC metadata.xml 477 BLAKE2B 74350f4257780032f12aff45170f52f60c4c34c27ff05928aa476db81b1c2d24ab302c8f8d1027590bd0a0f094047d4ce5d73b45d4bbd66f485fca8a622324f4 SHA512 712c69951bdaceab407c14d47c44946786827b2cea398d03157e9a59a53c407ee641652d34706f6b76dd4458d9f619d48f413092d76dc3739661167f5de3396b
|
16
dev-python/sentry-sdk/metadata.xml
Normal file
16
dev-python/sentry-sdk/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">sentry-sdk</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hello@getsentry.com</email>
|
||||
<name>Sentry Team and Contributors</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
31
dev-python/sentry-sdk/sentry-sdk-0.13.5.ebuild
Normal file
31
dev-python/sentry-sdk/sentry-sdk-0.13.5.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for Sentry (https://getsentry.com)"
|
||||
HOMEPAGE="https://github.com/getsentry/sentry-python https://pypi.org/project/sentry-sdk/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.10.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user