diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-24 19:07:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-24 19:15:17 +0200 |
commit | 208826f1964367b37a47f7d468d254f6e389b4ba (patch) | |
tree | 98353f4169b906ec7b96c907468af1ad4fa32c30 /dev-python/pulsectl | |
parent | dev-python/scikit-learn: Remove old (diff) | |
download | gentoo-208826f1964367b37a47f7d468d254f6e389b4ba.tar.gz gentoo-208826f1964367b37a47f7d468d254f6e389b4ba.tar.bz2 gentoo-208826f1964367b37a47f7d468d254f6e389b4ba.zip |
dev-python/pulsectl: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pulsectl')
-rw-r--r-- | dev-python/pulsectl/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest index 92b5ba72b5e8..272844960854 100644 --- a/dev-python/pulsectl/Manifest +++ b/dev-python/pulsectl/Manifest @@ -1,2 +1 @@ -DIST pulsectl-23.5.2.tar.gz 41119 BLAKE2B 45239e9b6b3e19356f7c89acb673d9287e9e38099608e246c8334a5de82bf93d813688e376cf5aedb92e6b3368ce93bae1df630726a5ae568c83d774c942f848 SHA512 4f05edd994aac1964c358c50a95f564afb40fcc6ac410d5189525312c042057954d040dc41939b665347a39453244eccc138c4c7d628ef2da62034606716ecb9 DIST pulsectl-24.4.0.tar.gz 41166 BLAKE2B 3b2d41b3077f050104e7b416cb8dbba47f4282bb90ee58c855f4f5a1e1b1183b131879e6965edf8d8b5a2466ce3381e45c7a6b92f2b64fc336d311d3d7625440 SHA512 b17fd577f9c336f762925bd423fdca665afa92a88b0dae076ca016d7c5b2b3d9ef11efd27f7339031accadef00d513f972c216a23f26cfd049516f3dbcc63d01 diff --git a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild b/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild deleted file mode 100644 index 5c90035b5c49..000000000000 --- a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)" -HOMEPAGE=" - https://github.com/mk-fg/python-pulse-control/ - https://pypi.org/project/pulsectl/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" - -RDEPEND=" - media-libs/libpulse -" -BDEPEND=" - test? ( - media-sound/pulseaudio-daemon - ) -" - -distutils_enable_tests unittest |