dev-python/sentry-sdk: new package, add 2.26.1

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle
2025-04-25 11:30:54 +02:00
parent 5dc58a3f23
commit a48bf4e7b4
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST sentry-python-2.26.1.gh.tar.gz 683526 BLAKE2B f53f39e5a860c607cfdb46b66d401688063d55bb3f782c82493b1f3cf8e74d7140e4976c94fde458bc7e2b5dc92a218b312a9519911a6c2217638da40858748d SHA512 964e0108a89537f43db873915de30620856662837536a5150c6f8e041dcd75da7869f93208faccdc1a6d8731afe4e3dcaaa9b8b67bc9a9d5940a9dd9ef2a564d

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>beatussum@protonmail.com</email>
<name>Mattéo RossillolLaruelle</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<maintainer status="active">
<name>Sentry Team and Contributors</name>
<email>hello@sentry.io</email>
</maintainer>
<changelog>https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md</changelog>
<doc>https://docs.sentry.io/platforms/python/</doc>
<bugs-to>https://github.com/getsentry/sentry-python/issues</bugs-to>
<remote-id type="github">getsentry/sentry-python</remote-id>
<remote-id type="pypi">sentry-sdk</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,37 @@
# 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_{11..13} )
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
)