Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Mon, 06 Jun 2022 11:33:19
Message-Id: 1654515087.804573cad2f2df87e77b58fe45c820bb548fbf28.mgorny@gentoo
1 commit: 804573cad2f2df87e77b58fe45c820bb548fbf28
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:31:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:31:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804573ca
7
8 dev-python/sentry-sdk: Restore python3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
16 index e7dd27fa8b92..8f71f6b3bddb 100644
17 --- a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
18 +++ b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
19 @@ -4,12 +4,16 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{9..10} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="Python client for Sentry"
29 -HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
30 +HOMEPAGE="
31 + https://sentry.io/
32 + https://github.com/getsentry/sentry-python/
33 + https://pypi.org/project/sentry-sdk/
34 +"
35 SRC_URI="
36 https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
37 -> ${P}.tar.gz