From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/sentry-sdk/Manifest | 1 - dev-python/sentry-sdk/metadata.xml | 22 --------------- dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild | 37 -------------------------- 3 files changed, 60 deletions(-) delete mode 100644 dev-python/sentry-sdk/Manifest delete mode 100644 dev-python/sentry-sdk/metadata.xml delete mode 100644 dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild (limited to 'dev-python/sentry-sdk') diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest deleted file mode 100644 index 9d0509574390..000000000000 --- a/dev-python/sentry-sdk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sentry-python-2.30.0.gh.tar.gz 692893 BLAKE2B 49afcb991985b1b3c255dc6685d1026bddcfc9d7ba387dfcb180a49761e3c404c6e25100bc8174ad4b8b255dba9a3582d109563453e8a6892145ab76ed7b9934 SHA512 8d926e0c94240cd842d3c1fa022e723ef0dbbbedfa22d39aeccc2395388401ce8a481a20072fc750e89eb87607b85126e4159ea571f766d223c3c326e0ddc158 diff --git a/dev-python/sentry-sdk/metadata.xml b/dev-python/sentry-sdk/metadata.xml deleted file mode 100644 index 09f8824950d1..000000000000 --- a/dev-python/sentry-sdk/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - Sentry Team and Contributors - hello@sentry.io - - - https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md - https://docs.sentry.io/platforms/python/ - https://github.com/getsentry/sentry-python/issues - - getsentry/sentry-python - sentry-sdk - - diff --git a/dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild deleted file mode 100644 index 59f4585007c7..000000000000 --- a/dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -MY_P="sentry-python-${PV}" -DESCRIPTION="Python client for Sentry" - -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 -> ${MY_P}.gh.tar.gz" -S="${WORKDIR}/${MY_P}" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" - -RDEPEND=" - >=dev-python/urllib3-1.26.11[${PYTHON_USEDEP}] - dev-python/certifi[${PYTHON_USEDEP}] -" - -DOCS=( - CHANGELOG.md - CONTRIBUTING.md - MIGRATION_GUIDE.md - README.md -) -- cgit v1.3