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: Sat, 22 Jan 2022 20:55:56
Message-Id: 1642884892.24ea6107f4e2f8f49c31f5ad61a91dbce81bcc1e.mgorny@gentoo
1 commit: 24ea6107f4e2f8f49c31f5ad61a91dbce81bcc1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 20:38:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 20:54:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ea6107
7
8 dev-python/pulsectl: Bump to 22.1.1
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.1.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest
17 index 01ed53e73ece..6f578b8e29f7 100644
18 --- a/dev-python/pulsectl/Manifest
19 +++ b/dev-python/pulsectl/Manifest
20 @@ -1,2 +1,3 @@
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 +DIST pulsectl-22.1.1.tar.gz 40813 BLAKE2B f5f5dd1bd958d9a053fa9da1aab7aa49680b7047641088fae9a110162e8be859de275dc79990366197c1be14e0c1e555cd2a37dc20f36ae5ad9bcff29babd1d5 SHA512 7676db1d1da3816d94a297b25613e44a02cd560a4c5495a25efb90f9fafb97e16844a5e36bc67457594afc6378860e57246cc5d07ab22aba328679c6ff1bfd8b
24
25 diff --git a/dev-python/pulsectl/pulsectl-22.1.1.ebuild b/dev-python/pulsectl/pulsectl-22.1.1.ebuild
26 new file mode 100644
27 index 000000000000..b7d66bc938a0
28 --- /dev/null
29 +++ b/dev-python/pulsectl/pulsectl-22.1.1.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
41 +HOMEPAGE="https://github.com/mk-fg/python-pulse-control"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +RDEPEND="media-sound/pulseaudio"
49 +
50 +distutils_enable_tests unittest