commit:     1e3e704e5a2f2157dd5aaa31dbccf31568d5d765
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 17:27:08 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">types-gdb</remote-id>
+       </upstream>
+</pkgmetadata>

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"

Reply via email to