summaryrefslogtreecommitdiff
path: root/dev-python/types-gdb
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-16 07:23:16 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-16 07:48:11 +0200
commit48e2f9957678430a80aa8a990ee3bad614e675f3 (patch)
treec68a4f9433e8975caa54c115c31a52a2fe12eb4f /dev-python/types-gdb
parent1ac053491238d8d010fffdc40a251fccf7535ffc (diff)
dev-python/types-gdb: Bump to 16.3.0.20250915
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-gdb')
-rw-r--r--dev-python/types-gdb/Manifest1
-rw-r--r--dev-python/types-gdb/types-gdb-16.3.0.20250915.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest
index 2bb714682aca..e9a4d6deb3b1 100644
--- a/dev-python/types-gdb/Manifest
+++ b/dev-python/types-gdb/Manifest
@@ -1,2 +1,3 @@
DIST types_gdb-15.0.0.20250809.tar.gz 24555 BLAKE2B 60d0eac1356734b27930ec8159befd382d2cd1498e7e0d024194e81ef7017d6e61bd6360b856839945d0c4c87ba5a9a9f9a2fdd13a99aac5861e97e640307c41 SHA512 a6de16e9d9a5ec327eeed9acc8582aa90753b192d1302c02ef6a8fad16d4836fd54e8f65f0b01ee43c92b03ef758620b9185426d4e0b6d07265ccfb8970f73fc
DIST types_gdb-16.3.0.20250812.tar.gz 25002 BLAKE2B 867f0df90526701f56367f32cdaf534b096561b912a41c6e0ecb78a506a2574ef05407417bb2349d709b0328644bbbaaa3940405bb5cdd5b854a564adf12f6c3 SHA512 6032c6107cd4f310e9e5783d48644f74d4fb5a3816e3959fad7f4c47ea89dc095a35e707be8d43c8e6859cc00706a1baaacbbe9d4e8157c25c1ea79dfcda18f7
+DIST types_gdb-16.3.0.20250915.tar.gz 25107 BLAKE2B df3fea20497faf38b4af6bb8d33f77378f1b4b69ae93ad4a740b2f61618732a548b2ee0351b8d22ce6f67e1d8e6abe04b2260b9b1133b0a3ec1391ec84ab0c4a SHA512 55fa5dec184b27d0b83890272cb390266808c5aa1f1773404729f8edd62b8b728704c505da1bffe37ea60816fa94cd24771eee122450c3989c0d62c68e873730
diff --git a/dev-python/types-gdb/types-gdb-16.3.0.20250915.ebuild b/dev-python/types-gdb/types-gdb-16.3.0.20250915.ebuild
new file mode 100644
index 000000000000..5249cc2ff879
--- /dev/null
+++ b/dev-python/types-gdb/types-gdb-16.3.0.20250915.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"