summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-12-09 18:27:08 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-12-10 19:20:58 +0100
commit1e3e704e5a2f2157dd5aaa31dbccf31568d5d765 (patch)
treef646142f19177fb3408f5eda4c9dd44d480be165 /dev-python/types-gdb
parentdev-libs/mpc: backport mpc.h fix (diff)
downloadgentoo-1e3e704e5a2f2157dd5aaa31dbccf31568d5d765.tar.gz
gentoo-1e3e704e5a2f2157dd5aaa31dbccf31568d5d765.tar.bz2
gentoo-1e3e704e5a2f2157dd5aaa31dbccf31568d5d765.zip
dev-python/types-gdb: new package, add 12.1.4
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/types-gdb')
-rw-r--r--dev-python/types-gdb/Manifest1
-rw-r--r--dev-python/types-gdb/metadata.xml11
-rw-r--r--dev-python/types-gdb/types-gdb-12.1.4.ebuild16
3 files changed, 28 insertions, 0 deletions
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>tupone@gentoo.org</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"