From 5508c84d1c96e9e8187f6fc161c2ad80ea172df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Sep 2026 18:11:26 +0200 Subject: [PATCH] dev-python/pulsectl-asyncio: 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/pulsectl-asyncio/Manifest | 1 - .../pulsectl-asyncio-1.2.2.ebuild | 41 ------------------- 2 files changed, 42 deletions(-) delete mode 100644 dev-python/pulsectl-asyncio/pulsectl-asyncio-1.2.2.ebuild diff --git a/dev-python/pulsectl-asyncio/Manifest b/dev-python/pulsectl-asyncio/Manifest index 390e2b90b7bc7..3e170484432be 100644 --- a/dev-python/pulsectl-asyncio/Manifest +++ b/dev-python/pulsectl-asyncio/Manifest @@ -1,2 +1 @@ -DIST pulsectl-asyncio-1.2.2.gh.tar.gz 19528 BLAKE2B 8b4ccf8a1509fddff19cf201dc9ff4cbf03aedc2ab47c6f4920f95072706051a0a9ab3704e4a4650be8ebce67682bff28d8dacdfac272c36019810eea358f01f SHA512 ccaa7ae14fd2ca7e9d6483efcb3d48f8364ed87ab99c700323c2f2d803986408394ae0fe83880d4d77b77daf17dfb58c6e9f94043a9b03ad643bff2e909a673a DIST pulsectl-asyncio-1.3.2.gh.tar.gz 19456 BLAKE2B 4abeb86fd4b4e79b90e5672d578b27312b8f0306f93fd0591bbeee22fdab7e830a4558fdb6eb5cad7d293fe060e72669b9e8669316b76c73d4a9ef134211c2b6 SHA512 ffc553f855b7c9946f7a45f93d42db5b70adb1a64018b36352750cc942640129be030c97960ee9dc503127014bdeda4c56d4a5a55258a1b20391013efc5ebb57 diff --git a/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.2.2.ebuild b/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.2.2.ebuild deleted file mode 100644 index b2b42d758a136..0000000000000 --- a/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="Asyncio frontend for pulsectl, Python bindings of libpulse" -HOMEPAGE=" - https://github.com/mhthies/pulsectl-asyncio/ - https://pypi.org/project/pulsectl-asyncio/ -" -# sdist is missing examples that are used in tests -SRC_URI=" - https://github.com/mhthies/pulsectl-asyncio/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" - -RDEPEND=" - >=dev-python/pulsectl-23.5.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - media-sound/pulseaudio-daemon - ) -" - -distutils_enable_tests pytest - -src_prepare() { - # unpin deps - sed -i -e 's:,<=[0-9.]*::' setup.cfg || die - distutils-r1_src_prepare -}