diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:31:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:31:52 +0100 |
commit | cdcc42dedc6afd407d7e712337a9ac6d77a2286d (patch) | |
tree | 40b19bb027cef344feb6a320245570825d6805f5 /dev-python/types-gdb | |
parent | dev-python/types-docutils: Remove old (diff) | |
download | gentoo-cdcc42dedc6afd407d7e712337a9ac6d77a2286d.tar.gz gentoo-cdcc42dedc6afd407d7e712337a9ac6d77a2286d.tar.bz2 gentoo-cdcc42dedc6afd407d7e712337a9ac6d77a2286d.zip |
dev-python/types-gdb: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-gdb')
-rw-r--r-- | dev-python/types-gdb/Manifest | 2 | ||||
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.3.ebuild | 17 | ||||
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.ebuild | 16 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index b9e84f0845e8..300eb1d46da3 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1,3 +1 @@ -DIST types-gdb-12.1.4.3.tar.gz 10193 BLAKE2B 7c247e3fff8b958e5ccbaec91d83fbc13b79aaa8d9444c6de934392980362ffb87cc2158f53035c42931aac8ca51a48b011e367c84da944cadd6ff98a21d0547 SHA512 cc2b2a5890a0031208543b4852bd9888a51e5a9376d54f11a81e595b752e97ecf99a2306475c894cfb966e36152ac5746ea5601ba320a53c87152accd4dbaa23 DIST types-gdb-12.1.4.4.tar.gz 10217 BLAKE2B c8724e3c1c5b0528d69da00e537d5f7f41f7eae056585be11e16437216315d7b0ab106b611a53dfd0434af9ace8dee4122d4829df3046a1b5549326571818c7a SHA512 28993238a2a8fad81269825dc88c838d87720f37c9bff01579b31416f3bf14eb047dcf932c1ac1b37403fd6872ed260c2efb615228e8c013f47ef8665e7574d3 -DIST types-gdb-12.1.4.tar.gz 9561 BLAKE2B c6dda155f23e36570c2e00b5fe8e9fc36a42d2cc16aa79529865498b331768bf308d177842e20d1b0d941fc0a3d2e7559699e4eef8f02c1cbbdf83698751a144 SHA512 40653c68341aa73f2bd0e48b6631ad151ce5ec32011a189ae340e0a40c8713f2178d0a0ab47b6433a72a8482e8aa11fcffb12c230c41445f41c1056120f22f5c diff --git a/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild deleted file mode 100644 index e919466f59ae..000000000000 --- a/dev-python/types-gdb/types-gdb-12.1.4.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Typing stubs for gdb" -HOMEPAGE="https://pypi.org/project/types-gdb/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/dev-python/types-gdb/types-gdb-12.1.4.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.ebuild deleted file mode 100644 index e5482a7c60db..000000000000 --- a/dev-python/types-gdb/types-gdb-12.1.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..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" |