diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:56 +0100 |
commit | 263dcc5a757a8333dba8ca9ffb220fc55bd98310 (patch) | |
tree | 284ae42427f2c490910ab4e61bd9f8d379ba7765 /dev-python | |
parent | dev-python/types-docutils: Remove old (diff) | |
download | gentoo-263dcc5a757a8333dba8ca9ffb220fc55bd98310.tar.gz gentoo-263dcc5a757a8333dba8ca9ffb220fc55bd98310.tar.bz2 gentoo-263dcc5a757a8333dba8ca9ffb220fc55bd98310.zip |
dev-python/types-gdb: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/types-gdb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index 2acf10a963cc..1a611de8bf17 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1,2 +1 @@ DIST types-gdb-12.1.4.20240113.tar.gz 10765 BLAKE2B 836952c76cdb970b39877552da78adfb8f288a18bdb4c55d27c815e63178597e08a107350a618888cf8f8b0d8a88fa3c26767ea064b2a4dcb2d0afc3d10a4f6a SHA512 2f0802f8e95106dcb03ec734aa0b5200bd8c64f6628072394a120eb1b3a34b727525d944e023cb23baef8caabf61f6ed383a3e1da8c9d47fe76a281a67cb49aa -DIST types-gdb-12.1.4.5.tar.gz 10480 BLAKE2B 6f46156970d2ba75dc31101a5ede370a34ca87dd10e13cf13eea1afb4777bfeb651c98e7b01f3c7334525c27971941bae260b7fea3b3752280703e2849ca0618 SHA512 0fd8010d699558566faad5747dd5c868500882eb8c890f67c55f7341fa143aa85e3128749866c40268b77890705c5e1f2605e02906cd9b16a568944b95fb4966 diff --git a/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild deleted file mode 100644 index bb9b717448e5..000000000000 --- a/dev-python/types-gdb/types-gdb-12.1.4.5-r1.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" |