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 C05C8158020 for ; Sat, 10 Dec 2022 18:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 073C5E0769; Sat, 10 Dec 2022 18:21:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7862E0769 for ; Sat, 10 Dec 2022 18:21:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 226ED340A12 for ; Sat, 10 Dec 2022 18:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD993A5 for ; Sat, 10 Dec 2022 18:21:20 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1670696458.1e3e704e5a2f2157dd5aaa31dbccf31568d5d765.tupone@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/metadata.xml dev-python/types-gdb/types-gdb-12.1.4.ebuild X-VCS-Directories: dev-python/types-gdb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1e3e704e5a2f2157dd5aaa31dbccf31568d5d765 X-VCS-Branch: master Date: Sat, 10 Dec 2022 18:21:20 +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: abf6fcb3-3205-4e93-a593-cb3d567ec621 X-Archives-Hash: 3103ffec24338d83e3224084e69926be commit: 1e3e704e5a2f2157dd5aaa31dbccf31568d5d765 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Dec 9 17:27:08 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Dec 10 18:20:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3e704e dev-python/types-gdb: new package, add 12.1.4 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/types-gdb/Manifest | 1 + dev-python/types-gdb/metadata.xml | 11 +++++++++++ dev-python/types-gdb/types-gdb-12.1.4.ebuild | 16 ++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest new file mode 100644 index 000000000000..062c26515e36 --- /dev/null +++ b/dev-python/types-gdb/Manifest @@ -0,0 +1 @@ +DIST types-gdb-12.1.4.tar.gz 9561 BLAKE2B c6dda155f23e36570c2e00b5fe8e9fc36a42d2cc16aa79529865498b331768bf308d177842e20d1b0d941fc0a3d2e7559699e4eef8f02c1cbbdf83698751a144 SHA512 40653c68341aa73f2bd0e48b6631ad151ce5ec32011a189ae340e0a40c8713f2178d0a0ab47b6433a72a8482e8aa11fcffb12c230c41445f41c1056120f22f5c diff --git a/dev-python/types-gdb/metadata.xml b/dev-python/types-gdb/metadata.xml new file mode 100644 index 000000000000..e93a81ca28c5 --- /dev/null +++ b/dev-python/types-gdb/metadata.xml @@ -0,0 +1,11 @@ + + + + + tupone@gentoo.org + Tupone Alfredo + + + types-gdb + + diff --git a/dev-python/types-gdb/types-gdb-12.1.4.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.ebuild new file mode 100644 index 000000000000..85560f322d7c --- /dev/null +++ b/dev-python/types-gdb/types-gdb-12.1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Typing stubs for gdb" +HOMEPAGE="https://pypi.org/project/types-gdb/" +SRC_URI="https://files.pythonhosted.org/packages/8a/a9/d95bc3268e21b460639806ccb48a5a95526c6018862f1aa852c69bce8f1d/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86"