From 804573cad2f2df87e77b58fe45c820bb548fbf28 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 6 Jun 2022 13:31:27 +0200 Subject: dev-python/sentry-sdk: Restore python3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild | 8 ++++++-- 1 file 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 -- cgit v1.2.3-65-gdbad