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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C421158451 for ; Sat, 13 Jan 2024 08:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A19F9E2A19; Sat, 13 Jan 2024 08:20:15 +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 8004CE2A17 for ; Sat, 13 Jan 2024 08:20:15 +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 EEB28343159 for ; Sat, 13 Jan 2024 08:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D6514C5 for ; Sat, 13 Jan 2024 08:20:11 +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: <1705133998.fa5ae13c0693c2e41b0db73065b79579b5335292.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-12.1.4.20240113.ebuild X-VCS-Directories: dev-python/types-gdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa5ae13c0693c2e41b0db73065b79579b5335292 X-VCS-Branch: master Date: Sat, 13 Jan 2024 08:20:11 +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: 723bdd70-9eff-4b85-b7f2-f62f8da3a5c6 X-Archives-Hash: 6c72c6bc40d37625269dd5f4c96efcbb commit: fa5ae13c0693c2e41b0db73065b79579b5335292 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 13 07:06:34 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 13 08:19:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5ae13c dev-python/types-gdb: Bump to 12.1.4.20240113 Signed-off-by: Michał Górny gentoo.org> dev-python/types-gdb/Manifest | 1 + dev-python/types-gdb/types-gdb-12.1.4.20240113.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index ad89e846c4cf..2acf10a963cc 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.5.tar.gz 10480 BLAKE2B 6f46156970d2ba75dc31101a5ede370a34ca87dd10e13cf13eea1afb4777bfeb651c98e7b01f3c7334525c27971941bae260b7fea3b3752280703e2849ca0618 SHA512 0fd8010d699558566faad5747dd5c868500882eb8c890f67c55f7341fa143aa85e3128749866c40268b77890705c5e1f2605e02906cd9b16a568944b95fb4966 diff --git a/dev-python/types-gdb/types-gdb-12.1.4.20240113.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.20240113.ebuild new file mode 100644 index 000000000000..bb9b717448e5 --- /dev/null +++ b/dev-python/types-gdb/types-gdb-12.1.4.20240113.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"