diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-15 07:39:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-15 09:00:13 +0200 |
commit | 6e29f584eae26e4826ce77f59d26486c5200e60e (patch) | |
tree | fe7c85f82357cd8c984ae1ca7e8c654a4d64cebd /dev-python/types-gdb | |
parent | dev-python/types-gdb: Remove old (diff) | |
download | gentoo-6e29f584eae26e4826ce77f59d26486c5200e60e.tar.gz gentoo-6e29f584eae26e4826ce77f59d26486c5200e60e.tar.bz2 gentoo-6e29f584eae26e4826ce77f59d26486c5200e60e.zip |
dev-python/types-gdb: Bump to 15.0.0.20241015
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-15.0.0.20241015.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index fbec26e4f543..f5a4eec2bb67 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1 +1,2 @@ DIST types-gdb-12.1.4.20240704.tar.gz 11819 BLAKE2B 80866a0eb484e7b3e30a01ea3606b5ee4a832194efba38dcec61d61316ad61eed432d478fdcef10bc481707468156c209bc3ec34e5995b350a84afd3aa21d9a8 SHA512 1d8141dc056df6b5a2a95a682098f254e499ca9cce5c98393c977cfb08bb4e13de9d5e1e539fef95f5836a396491fe74ac0db1610f3e1f194c36568e7e142682 +DIST types-gdb-15.0.0.20241015.tar.gz 14343 BLAKE2B e9a7695c318ad1391c9f5c3eea82d9fd821234b539d7a7cd6e81e994f2d76bf58e73a36364bd52561cfe756e49840b4dd730bebe8b2dd5ff87c1c375cd696125 SHA512 0299448d2a07af9afda92ecc435a21b80aeec45ab5300a8e6c61c4767f0ea1f6593e46f0e76979f392b2b4a51af2d1f61a8474ac6e51c53467fbee14b88cfc98 diff --git a/dev-python/types-gdb/types-gdb-15.0.0.20241015.ebuild b/dev-python/types-gdb/types-gdb-15.0.0.20241015.ebuild new file mode 100644 index 000000000000..bb9b717448e5 --- /dev/null +++ b/dev-python/types-gdb/types-gdb-15.0.0.20241015.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" |