Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Sun, 02 Aug 2020 20:23:02
Message-Id: 1596399770.5517e066e9f017502f2e6e5585e39d08bc9073fb.sam@gentoo
1 commit: 5517e066e9f017502f2e6e5585e39d08bc9073fb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 20:22:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 20:22:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5517e066
7
8 dev-python/sentry-sdk: bump to 0.16.3
9
10 We can't yet add tests because of unpackaged dependencies:
11 executing, fakeredis.
12
13 In turn, they require some unpackaged dependencies too,
14 and this doesn't seem worth it at this point in time.
15
16 Package-Manager: Portage-3.0.1, Repoman-2.3.23
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 dev-python/sentry-sdk/Manifest | 1 +
20 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 26 ++++++++++++++++++++++++++
21 2 files changed, 27 insertions(+)
22
23 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
24 index c5a35dd737b..67e98ca4d7c 100644
25 --- a/dev-python/sentry-sdk/Manifest
26 +++ b/dev-python/sentry-sdk/Manifest
27 @@ -1 +1,2 @@
28 DIST sentry-sdk-0.14.4.tar.gz 75420 BLAKE2B cbc5f401fae8a4a9eaa8f6fff8ca16a61cf2d339f14787610646112f67d7b0694d95a6076d2810968d28eb176d447fec6cf49af9a317bb2c30b4e6ab2d89a4f0 SHA512 66886df71a3d8f9f86f41bfc4078bf80f217bcb0a27fb9e93acee193b482d3045db44953f6f0b4d05e79daa91dadb56c2784b13d1308e7bc00fb40f485537dab
29 +DIST sentry-sdk-0.16.3.tar.gz 170145 BLAKE2B bf619313fb3f49800f5384f0dfec3aa34ef4bb030c5e038a485a8861a733a537ee7c834c8c200a2244335c3c61e7d564005b81d4e5c5f603d2864b2a943a5384 SHA512 e8589f7bd433d4aff068099e860c0cf012fc88dc63806873573a338bb91848d73e0a2af76dad0a5e023a1b25b0be85507346b77dec5c5a265942005219541699
30
31 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
32 new file mode 100644
33 index 00000000000..c8ddaf21a30
34 --- /dev/null
35 +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
36 @@ -0,0 +1,26 @@
37 +# Copyright 1999-2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +PYTHON_COMPAT=( python3_{7,8,9} )
43 +
44 +inherit distutils-r1
45 +
46 +DESCRIPTION="Python client for Sentry"
47 +HOMEPAGE="https://getsentry.com https://pypi.org/project/sentry-sdk/"
48 +SRC_URI="https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 +
50 +S="${WORKDIR}/sentry-python-${PV}"
51 +
52 +LICENSE="PSF-2"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
55 +
56 +RDEPEND="
57 + dev-python/urllib3[${PYTHON_USEDEP}]
58 + dev-python/certifi[${PYTHON_USEDEP}]
59 +"
60 +
61 +# No tests for now
62 +# Need unpackaged: executing, fakeredis