From b581aa93b80534a9a4a9ff1fdd1c6ad03eccc766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 19 Sep 2026 07:31:26 +0200 Subject: [PATCH] dev-python/yaspin: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/yaspin/Manifest | 2 -- dev-python/yaspin/yaspin-3.4.0.ebuild | 29 --------------------------- 2 files changed, 31 deletions(-) delete mode 100644 dev-python/yaspin/yaspin-3.4.0.ebuild diff --git a/dev-python/yaspin/Manifest b/dev-python/yaspin/Manifest index 4927a2f851f81..0308046856b2e 100644 --- a/dev-python/yaspin/Manifest +++ b/dev-python/yaspin/Manifest @@ -1,4 +1,2 @@ -DIST yaspin-3.4.0.tar.gz 42396 BLAKE2B f8a21978a109bddd3bfd0cd870b54cd0f3f9eaaf80d1c9440c24269267d832a2eedf87df1236b43c855bfc474a41a2d5971fc867e0f75867102f4d1416d1e9a1 SHA512 7aac314c2a306326bdc1f0aff8f58d7b916f143134adcb22a365393c58a73e1247ab8cfbc5a70ab6c5fd59f396572a0a5d18fcd92f96993709b2257d88acfd45 -DIST yaspin-3.4.0.tar.gz.provenance 9171 BLAKE2B dd7e0af802e6cca324d36702b89ca48f5e57c7143a5e412f7d70e391f8bc5cfcdf662db7d972e9cba34f25336dbbf81a457043aa534e437b33f0132eb0ba7479 SHA512 a2f306104256c469e0540df5f1df4e3f8729a68373fd4020890ceae00c40d615091619f9745c88856e42c6ec96237196ed4fec9dda90e18233e76413e27e864e DIST yaspin-3.5.0.tar.gz 44051 BLAKE2B fe921d5feb80f16c2dddc9f284facce5d7cf6b3e05e58ae20005580d2a7a585283fd46f3e52d856024198d09ae2576f151ea1256925ed358500d3c78279f36f5 SHA512 1933a03adf5277e0e16ca0bdca745dc6763351f0c46599d5cb563812f53cafeb4895a84cce8191eb730b43a17a31e4408dca31712aa96b4f7cf1c21e2536c5f1 DIST yaspin-3.5.0.tar.gz.provenance 9796 BLAKE2B 79a3c8ef5232696c1f9fe6dc14ec66cb0ae24959480fa0ae673d9f1e5d97a45e722e6c0ec5e86c3cc902496ee9020a0cb8534e6deb16922a049f1b475639a830 SHA512 45562792ad58846599c9c815aa07c8360191a7535f9b710e86af1bad091bab5895c06f73b8601ffba8feb6599fbebdca82847df74309b4a4c5be97b1183f494c diff --git a/dev-python/yaspin/yaspin-3.4.0.ebuild b/dev-python/yaspin/yaspin-3.4.0.ebuild deleted file mode 100644 index 0f2adec85950a..0000000000000 --- a/dev-python/yaspin/yaspin-3.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry-core -PYTHON_COMPAT=( python3_{12..15} ) -PYPI_VERIFY_REPO=https://github.com/pavdmyt/yaspin - -inherit distutils-r1 pypi - -DESCRIPTION="Yet Another Terminal Spinner" -HOMEPAGE=" - https://github.com/pavdmyt/yaspin - https://pypi.org/project/yaspin/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - =dev-python/termcolor-3*[${PYTHON_USEDEP}] - >=dev-python/termcolor-3.2[${PYTHON_USEDEP}] -" - -EPYTEST_XDIST=1 -EPYTEST_PLUGINS=( pytest-mock ) -distutils_enable_tests pytest