diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-04 06:54:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-04 07:13:00 +0200 |
commit | 1abcfeb3d15178564de85c372ab2402bf1d17d2a (patch) | |
tree | e51623348049dc73603345ccbde6ac6038242567 /dev-python/types-gdb | |
parent | dev-python/validators: Bump to 0.30.0 (diff) | |
download | gentoo-1abcfeb3d15178564de85c372ab2402bf1d17d2a.tar.gz gentoo-1abcfeb3d15178564de85c372ab2402bf1d17d2a.tar.bz2 gentoo-1abcfeb3d15178564de85c372ab2402bf1d17d2a.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 | 1 | ||||
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.20240401.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index 0fef35f89316..6a4d1bfbee3b 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1,2 +1 @@ -DIST types-gdb-12.1.4.20240401.tar.gz 11710 BLAKE2B 63a0e6aa2bc738bf05c24a81d3f031dc5be0010a66c445a8bc485e6617b8d3bd2cc85894e5caf68e7dcc619e72e80ab0a0eb4b4fc0d5c90e50345e0658620aad SHA512 0a145da20e847da00a1fdfb29e56845878b67bb99f344e6059f86d1fc4d84a6b32f1d16eadd19616b9a7619b7f832fa41772beea1bd314678d337e2fc009afa4 DIST types-gdb-12.1.4.20240408.tar.gz 11767 BLAKE2B 3968f1edff0b809404091864683a13d6c5037077aad0435dd425a159cea5c5b906552028bd05136af98db8fe2715809287cb36ae9706d408561a43138667cd3c SHA512 8bb5d4508d456a1e55e9bac8eeaa15745fb5546cfd1749d28c22cc03db3a6a35145a7c1adcfdfa617ca2636c18ea8fac41c7b1043f49a8acd63d1475de3f3456 diff --git a/dev-python/types-gdb/types-gdb-12.1.4.20240401.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.20240401.ebuild deleted file mode 100644 index bb9b717448e5..000000000000 --- a/dev-python/types-gdb/types-gdb-12.1.4.20240401.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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" |