public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentry-sdk/
Date: Fri, 25 Apr 2025 15:24:31 +0000 (UTC)	[thread overview]
Message-ID: <1745573620.a48bf4e7b4f5c3f330c0c0a545b1b17a2709475a.davidroman@gentoo> (raw)

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>beatussum@protonmail.com</email>
+		<name>Mattéo Rossillol‑‑Laruelle</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>

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
+)


             reply	other threads:[~2025-04-25 15:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25 15:24 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-15  5:48 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentry-sdk/ Viorel Munteanu
2025-05-31  6:52 David Roman
2025-06-17 12:35 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1745573620.a48bf4e7b4f5c3f330c0c0a545b1b17a2709475a.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox