commit: 61b14ec5017e6dee6798112c9fe74ba3555d61b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 04:49:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 05:20:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b14ec5
dev-python/types-gdb: Bump to 15.0.0.20250801
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/types-gdb/Manifest | 1 +
dev-python/types-gdb/types-gdb-15.0.0.20250801.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest
index ed67746af073..d625157c330f 100644
--- a/dev-python/types-gdb/Manifest
+++ b/dev-python/types-gdb/Manifest
@@ -1,2 +1,3 @@
DIST types_gdb-15.0.0.20250516.tar.gz 20215 BLAKE2B
0c34c6ea42eec6984cd00767d69c9d20545e6b4b4bee2e47167d849136440ae6c7d866c5dea4abda1f9e1d6937d01e102249038825541ab5780cfcb1597dad96
SHA512
e0324a251ff9068cc595177d82e144aca7129c04bc15020baa1255134cabccc66b57c03147876550fa2702052b53813ff386511579c812b899376ca9b6f54ed0
DIST types_gdb-15.0.0.20250713.tar.gz 24478 BLAKE2B
2aa5ed6644ea3c1afef8751805196228041c772e247992205297da69a5dbda2fab6edd8f6ba9897733372c6a0c14720f80019175c3a7f5d9e26c1e80a4f0eeab
SHA512
9e0c90b34721be0b3d5bb3c876ccddd58d67c5c20cc5fcdca0f7704f8f51d36940322465d2e66e616a0feaea4b2ef0d69fe0f503f2e7b803c267208a18354920
+DIST types_gdb-15.0.0.20250801.tar.gz 24464 BLAKE2B
5ba33664f5357aec795d65467d2453075295a9babad0debb204196cd07906249b57ae5f6430788065d223bdd43b194654f3bb7f1e5d39f879cdff17837c75382
SHA512
3a789c322fe33dbc9a3b50dddef37b493e1b2d0cb9dd034b80d4e9f476580bf06e93b0132b3d5b93c877bd80403d2833060db21f6fe9eb149b4fe1148ad520c9
diff --git a/dev-python/types-gdb/types-gdb-15.0.0.20250801.ebuild
b/dev-python/types-gdb/types-gdb-15.0.0.20250801.ebuild
new file mode 100644
index 000000000000..5249cc2ff879
--- /dev/null
+++ b/dev-python/types-gdb/types-gdb-15.0.0.20250801.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for gdb"
+HOMEPAGE="https://pypi.org/project/types-gdb/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"