commit: 3aab1c4d6402156b1ba7d86e67b6c5f46306c189
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 04:49:23 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 05:41:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aab1c4d
dev-python/types-gdb: Bump to 12.1.4.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/types-gdb/Manifest | 1 +
dev-python/types-gdb/types-gdb-12.1.4.3.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest
index 062c26515e36..50c2029a827a 100644
--- a/dev-python/types-gdb/Manifest
+++ b/dev-python/types-gdb/Manifest
@@ -1 +1,2 @@
+DIST types-gdb-12.1.4.3.tar.gz 10193 BLAKE2B
7c247e3fff8b958e5ccbaec91d83fbc13b79aaa8d9444c6de934392980362ffb87cc2158f53035c42931aac8ca51a48b011e367c84da944cadd6ff98a21d0547
SHA512
cc2b2a5890a0031208543b4852bd9888a51e5a9376d54f11a81e595b752e97ecf99a2306475c894cfb966e36152ac5746ea5601ba320a53c87152accd4dbaa23
DIST types-gdb-12.1.4.tar.gz 9561 BLAKE2B
c6dda155f23e36570c2e00b5fe8e9fc36a42d2cc16aa79529865498b331768bf308d177842e20d1b0d941fc0a3d2e7559699e4eef8f02c1cbbdf83698751a144
SHA512
40653c68341aa73f2bd0e48b6631ad151ce5ec32011a189ae340e0a40c8713f2178d0a0ab47b6433a72a8482e8aa11fcffb12c230c41445f41c1056120f22f5c
diff --git a/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild
b/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild
new file mode 100644
index 000000000000..e919466f59ae
--- /dev/null
+++ b/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for gdb"
+HOMEPAGE="https://pypi.org/project/types-gdb/"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"