From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15B7C158046 for ; Tue, 15 Oct 2024 07:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61489E07F6; Tue, 15 Oct 2024 07:00:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13565E0801 for ; Tue, 15 Oct 2024 07:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EFE434302E for ; Tue, 15 Oct 2024 07:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488C91F0F for ; Tue, 15 Oct 2024 07:00:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1728975613.6e29f584eae26e4826ce77f59d26486c5200e60e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/types-gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/types-gdb/Manifest dev-python/types-gdb/types-gdb-15.0.0.20241015.ebuild X-VCS-Directories: dev-python/types-gdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e29f584eae26e4826ce77f59d26486c5200e60e X-VCS-Branch: master Date: Tue, 15 Oct 2024 07:00:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2baeb6aa-2b9a-4b60-8a76-4d306e4d4d3f X-Archives-Hash: 743ed164f513118c3a19725f6ca2b0e8 commit: 6e29f584eae26e4826ce77f59d26486c5200e60e Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 05:39:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 07:00:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e29f584 dev-python/types-gdb: Bump to 15.0.0.20241015 Signed-off-by: Michał Górny gentoo.org> dev-python/types-gdb/Manifest | 1 + dev-python/types-gdb/types-gdb-15.0.0.20241015.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) 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"