commit: a48bf4e7b4f5c3f330c0c0a545b1b17a2709475a Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com> AuthorDate: Fri Apr 25 09:30:54 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Apr 25 09:33:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a48bf4e7
dev-python/sentry-sdk: new package, add 2.26.1 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com> dev-python/sentry-sdk/Manifest | 1 + dev-python/sentry-sdk/metadata.xml | 25 +++++++++++++++++ dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild | 37 ++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest new file mode 100644 index 000000000..d88b17fbe --- /dev/null +++ b/dev-python/sentry-sdk/Manifest @@ -0,0 +1 @@ +DIST sentry-python-2.26.1.gh.tar.gz 683526 BLAKE2B f53f39e5a860c607cfdb46b66d401688063d55bb3f782c82493b1f3cf8e74d7140e4976c94fde458bc7e2b5dc92a218b312a9519911a6c2217638da40858748d SHA512 964e0108a89537f43db873915de30620856662837536a5150c6f8e041dcd75da7869f93208faccdc1a6d8731afe4e3dcaaa9b8b67bc9a9d5940a9dd9ef2a564d diff --git a/dev-python/sentry-sdk/metadata.xml b/dev-python/sentry-sdk/metadata.xml new file mode 100644 index 000000000..91fbda1e1 --- /dev/null +++ b/dev-python/sentry-sdk/metadata.xml @@ -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>[email protected]</email> + <name>Mattéo Rossillol‑‑Laruelle</name> + </maintainer> + + <stabilize-allarches/> + + <upstream> + <maintainer status="active"> + <name>Sentry Team and Contributors</name> + <email>[email protected]</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> diff --git a/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild new file mode 100644 index 000000000..826df9395 --- /dev/null +++ b/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild @@ -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 +)
