summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-06 13:31:27 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-06 13:31:27 +0200
commit804573cad2f2df87e77b58fe45c820bb548fbf28 (patch)
treede9af217dfcc804059fb7d5ac7f9da59ab0a1ac4
parentsci-mathematics/z3: Remove old (diff)
downloadgentoo-804573ca.tar.gz
gentoo-804573ca.tar.bz2
gentoo-804573ca.zip
dev-python/sentry-sdk: Restore python3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
index e7dd27fa8b92..8f71f6b3bddb 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
@@ -4,12 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python client for Sentry"
-HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
+HOMEPAGE="
+ https://sentry.io/
+ https://github.com/getsentry/sentry-python/
+ https://pypi.org/project/sentry-sdk/
+"
SRC_URI="
https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-> ${P}.tar.gz