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: Tue, 18 Jan 2022 09:52:01
Message-Id: 1642499494.2512e4ed6f36da23427cffc8d16f2ba9b2a51129.mgorny@gentoo
1 commit: 2512e4ed6f36da23427cffc8d16f2ba9b2a51129
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 09:01:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 09:51:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2512e4ed
7
8 dev-python/pulsectl: Bump to 22.1.0
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.0.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest
17 index cad678a393c6..01ed53e73ece 100644
18 --- a/dev-python/pulsectl/Manifest
19 +++ b/dev-python/pulsectl/Manifest
20 @@ -1 +1,2 @@
21 DIST pulsectl-21.10.5.tar.gz 40769 BLAKE2B 8346717714b4e9fd017ca917388d2ddff9c7b5a5a74a33e03e3fd5fc02048ba3d1873fb1bd10a12410dc44d88c253a4afc71f1f2542e70f36f4985659fcd9fb5 SHA512 353af9d33bb6e9f070e46a934f0933935631ca5d254430ece8b9aa9a25dd31607a45718a45c71f35f2e3801c78d7eea18c5e34f69e5a983cfc0115a8fcd05334
22 +DIST pulsectl-22.1.0.tar.gz 40796 BLAKE2B a401500f3927fcc86db7132a9e76b31a8dd2144fb1cf6d62be30c6dc4648298f4ed378061b48dc4c64adb3a24d25810613024d6f652aa72b696f9b05605613a8 SHA512 b55ad512c9b7b11aa848465fe8cd556c76b5e10ebc7862aefc6b459cd4526ca1a0e284e81560b5e86d22acfa8409d09683043ca789c4f59f512a77cf2273cc7e
23
24 diff --git a/dev-python/pulsectl/pulsectl-22.1.0.ebuild b/dev-python/pulsectl/pulsectl-22.1.0.ebuild
25 new file mode 100644
26 index 000000000000..b7d66bc938a0
27 --- /dev/null
28 +++ b/dev-python/pulsectl/pulsectl-22.1.0.ebuild
29 @@ -0,0 +1,20 @@
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