Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pulsectl/
Date: Mon, 16 May 2022 13:24:31
Message-Id: 1652707260.e72db39d15781858e89befc65f758aa90436bd59.mgorny@gentoo
1 commit: e72db39d15781858e89befc65f758aa90436bd59
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:21:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:21:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72db39d
7
8 dev-python/pulsectl: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pulsectl/Manifest | 1 -
13 dev-python/pulsectl/pulsectl-22.1.3.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest
17 index a2ead330b5f8..3458503004da 100644
18 --- a/dev-python/pulsectl/Manifest
19 +++ b/dev-python/pulsectl/Manifest
20 @@ -1,2 +1 @@
21 -DIST pulsectl-22.1.3.tar.gz 40899 BLAKE2B e0a3361ce9126afe9a79817165405c38638cd7b2328162750607d7c674431f0e57762f5aaa50ab17325d493b16a5370feaa836e6899cd91c64f299af008c8825 SHA512 cc60ca006518f8be327cf7aa0dccb4820b0891e7118989b31c968bd740134751033802dbe54e203c56cf6a5d541732684dd27128c14f753acc5de38b639bdf64
22 DIST pulsectl-22.3.2.tar.gz 40901 BLAKE2B 5b3eb752865e95cfbb70a7228409fea70b4c55c7297d652b4614df7ea4764dcb446f7a3e25bb89f6a55badbf6b300381c7c28c56f0a47e7faf1e63003f39d02c SHA512 7fc11c792a9e586d191a32831e0ef8896c40da1fdeddfd4467d7ec352e5e0ef0c910d7a2e8e82e1a381b16afefa17c9c9db4821be74d4694c934337b2a862f0c
23
24 diff --git a/dev-python/pulsectl/pulsectl-22.1.3.ebuild b/dev-python/pulsectl/pulsectl-22.1.3.ebuild
25 deleted file mode 100644
26 index b7d66bc938a0..000000000000
27 --- a/dev-python/pulsectl/pulsectl-22.1.3.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
40 -HOMEPAGE="https://github.com/mk-fg/python-pulse-control"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND="media-sound/pulseaudio"
48 -
49 -distutils_enable_tests unittest