diff options
author | 2024-05-08 10:10:18 +0200 | |
---|---|---|
committer | 2024-05-08 10:15:26 +0200 | |
commit | 2434c3f12b6ccae3b07f8e7ef94ac5d803bad981 (patch) | |
tree | 1a2a5bd1c8d58788bb0f21985becce8606388c2f /dev-python/types-psutil | |
parent | dev-python/redis: Remove old (diff) | |
download | gentoo-2434c3f12b6ccae3b07f8e7ef94ac5d803bad981.tar.gz gentoo-2434c3f12b6ccae3b07f8e7ef94ac5d803bad981.tar.bz2 gentoo-2434c3f12b6ccae3b07f8e7ef94ac5d803bad981.zip |
dev-python/types-psutil: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-psutil')
-rw-r--r-- | dev-python/types-psutil/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-psutil/types-psutil-5.9.5.20240316.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/types-psutil/Manifest b/dev-python/types-psutil/Manifest index 49eb67e8364d..a05a6a48771a 100644 --- a/dev-python/types-psutil/Manifest +++ b/dev-python/types-psutil/Manifest @@ -1,2 +1 @@ -DIST types-psutil-5.9.5.20240316.tar.gz 14419 BLAKE2B f42116f8dc8dcec2fb224fa9a40e9cd7b4432c47d658e3e35cbf8d2c48c50b516116ddbe1fb3dd2ac37d05187adbcdeb75a3d303a6d8872dada76cc8820d1e93 SHA512 8d41ab6ab134f4e150fbc7529d153023ec63ab558db16e4693885a693c0956eaf9eb84e3a8a14e26549e21dfc3a999a6b9661d1930fc4ac2b0015e7e7c88f990 DIST types-psutil-5.9.5.20240423.tar.gz 14582 BLAKE2B 64922d5e12a0f2e9fb5de8dc519c234c4b60372f618393ffe8da21215cf9ce41d0dcd233a44d77c4b3ad852eb7dfb996e58784908a7e44e169bac5541413d038 SHA512 52e895fb82e3221d0dae945afed0091421df65131ed7d9705a58ed90246ed2c884737d2cfda17a70e2fc7bfab3f6d37bd1f0015c6b04218b41bf2a621585c144 diff --git a/dev-python/types-psutil/types-psutil-5.9.5.20240316.ebuild b/dev-python/types-psutil/types-psutil-5.9.5.20240316.ebuild deleted file mode 100644 index 2f3b385784e8..000000000000 --- a/dev-python/types-psutil/types-psutil-5.9.5.20240316.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2023-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 psutil" -HOMEPAGE="https://pypi.org/project/types-psutil/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |