Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pulsectl/
Date: Sat, 15 May 2021 12:00:59
Message-Id: 1621080041.744c564dc2a47c7769a46b2528c3fd7accec3a52.sbraz@gentoo
1 commit: 744c564dc2a47c7769a46b2528c3fd7accec3a52
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 11:59:30 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 12:00:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744c564d
7
8 dev-python/pulsectl: add 21.5.17
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/pulsectl/Manifest | 1 +
13 dev-python/pulsectl/pulsectl-21.5.17.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest
17 index fd114a41795..abaa199fdf7 100644
18 --- a/dev-python/pulsectl/Manifest
19 +++ b/dev-python/pulsectl/Manifest
20 @@ -1 +1,2 @@
21 DIST pulsectl-21.5.14.tar.gz 41357 BLAKE2B e88953b07b49de2e33762bb85e4bcb2a4e5555970127e6395e3374094dc1c87627f2bd4779ac9fb79c5ccc531c23ea76ead4dca7317313881ed495aeae9b17ee SHA512 b9a9ffa33c31281c6d0dc3084cbdc342b2d45cac713a1d928e106162fa412d80718c8f6443369b67b6c6af9d6b2dc6dbfb85d137ae693ab916ac08e19f048ba1
22 +DIST pulsectl-21.5.17.tar.gz 41487 BLAKE2B d4e547a140a9843107bac70a0a98ab230018b6457875b395528c3c1c1e7f20df4c4e6db569334c98f62be549930ab8e8f07927a54396554f1aaabc9a6eb46d7a SHA512 fdfceea8833955880326c04c536e6b2d63a260a851b98d7a76bb3637f30f414c2b2f4bd50c493f86edde76983e0a0f83c39839fa39646d8f1f2a4e93229d42fe
23
24 diff --git a/dev-python/pulsectl/pulsectl-21.5.17.ebuild b/dev-python/pulsectl/pulsectl-21.5.17.ebuild
25 new file mode 100644
26 index 00000000000..faa621fb11f
27 --- /dev/null
28 +++ b/dev-python/pulsectl/pulsectl-21.5.17.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 +
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