summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-02 05:49:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-02 06:41:58 +0100
commit3aab1c4d6402156b1ba7d86e67b6c5f46306c189 (patch)
treefe5eddc65ff771c6b323257776d34eece230228a /dev-python
parentdev-python/sqlalchemy: Bump to 2.0.1 (diff)
downloadgentoo-3aab1c4d6402156b1ba7d86e67b6c5f46306c189.tar.gz
gentoo-3aab1c4d6402156b1ba7d86e67b6c5f46306c189.tar.bz2
gentoo-3aab1c4d6402156b1ba7d86e67b6c5f46306c189.zip
dev-python/types-gdb: Bump to 12.1.4.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/types-gdb/Manifest1
-rw-r--r--dev-python/types-gdb/types-gdb-12.1.4.3.ebuild17
2 files changed, 18 insertions, 0 deletions
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"