diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-05 05:46:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-05 06:18:21 +0100 |
commit | eadbdbb41dc06768fe24f262ce0fc0c9a8c5fe3a (patch) | |
tree | 2ab67009f82402319c9c8439cbd5c5205f8b2230 /dev-python/types-gdb | |
parent | media-libs/coin: mark as LTO-unsafe (diff) | |
download | gentoo-eadbdbb41dc06768fe24f262ce0fc0c9a8c5fe3a.tar.gz gentoo-eadbdbb41dc06768fe24f262ce0fc0c9a8c5fe3a.tar.bz2 gentoo-eadbdbb41dc06768fe24f262ce0fc0c9a8c5fe3a.zip |
dev-python/types-gdb: Bump to 12.1.4.20240305
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-gdb')
-rw-r--r-- | dev-python/types-gdb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.20240305.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index 1a611de8bf17..377d2dcf6f29 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1 +1,2 @@ DIST types-gdb-12.1.4.20240113.tar.gz 10765 BLAKE2B 836952c76cdb970b39877552da78adfb8f288a18bdb4c55d27c815e63178597e08a107350a618888cf8f8b0d8a88fa3c26767ea064b2a4dcb2d0afc3d10a4f6a SHA512 2f0802f8e95106dcb03ec734aa0b5200bd8c64f6628072394a120eb1b3a34b727525d944e023cb23baef8caabf61f6ed383a3e1da8c9d47fe76a281a67cb49aa +DIST types-gdb-12.1.4.20240305.tar.gz 10784 BLAKE2B 0f3f4ad5a66a753262b38a320d71e39505c581b990bf4680ef892aaa6b5334cdfb52b8470903f8873872ec7d1c75d6bcf32b82d23e2d6725e53981906aedf7ea SHA512 052e783fc5e567891572a13333a4c85774c3405e2f4f4af773236fbeee0560c31dd5e5c81513ee3fc1c10cd2b9a6ea27242ffe21455bc66be66162ee71ca4a09 diff --git a/dev-python/types-gdb/types-gdb-12.1.4.20240305.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.20240305.ebuild new file mode 100644 index 000000000000..bb9b717448e5 --- /dev/null +++ b/dev-python/types-gdb/types-gdb-12.1.4.20240305.ebuild @@ -0,0 +1,17 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for gdb" +HOMEPAGE="https://pypi.org/project/types-gdb/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" |