From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0E27158003 for ; Sat, 16 Oct 2021 05:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC77BE0826; Sat, 16 Oct 2021 05:59:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C58BEE0837 for ; Sat, 16 Oct 2021 05:59:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE50B342C50 for ; Sat, 16 Oct 2021 05:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692768F for ; Sat, 16 Oct 2021 05:59:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634363816.ae2b2a7695e8b815bb99e81855085a87f4a26c11.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pulsectl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pulsectl/Manifest dev-python/pulsectl/pulsectl-21.10.5.ebuild X-VCS-Directories: dev-python/pulsectl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae2b2a7695e8b815bb99e81855085a87f4a26c11 X-VCS-Branch: master Date: Sat, 16 Oct 2021 05:59:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4305f99-909d-485e-b170-80d0f4efa9fb X-Archives-Hash: 1b4c8b63cb091e8af8d9e7a5fc00b436 commit: ae2b2a7695e8b815bb99e81855085a87f4a26c11 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 16 05:56:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 16 05:56:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2b2a76 dev-python/pulsectl: Bump to 21.10.5 Signed-off-by: Michał Górny gentoo.org> dev-python/pulsectl/Manifest | 1 + dev-python/pulsectl/pulsectl-21.10.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/pulsectl/Manifest b/dev-python/pulsectl/Manifest index 29b807ea07f..e0afc7da927 100644 --- a/dev-python/pulsectl/Manifest +++ b/dev-python/pulsectl/Manifest @@ -1,2 +1,3 @@ DIST pulsectl-21.10.3.tar.gz 40667 BLAKE2B a0e339096a595ec8f21c720eeec08a118c48ae604119cd8c00d0f403363ee42271a496769c04da3a1c141c1e37c1c0f2213fbf2749423620b84535c9fb93cbba SHA512 834a41929616c38e05e7e7b023a80cc4e1adcd6239ed64d1068e01a77b39187b23997dc4f7267e2e7b483c69e41dfff2b662ffc6e11e73f630d465a5d070aca6 DIST pulsectl-21.10.4.tar.gz 40755 BLAKE2B 65f61bde974e0c42e7cd946ef0d6fd53d3b09ea37a874e204831064b3440502acfceff673d39e635dee08556dbe35833448a4b3ef6536d6b364761bab166c29b SHA512 89e3954e2398b255c6dfa36eeb0ea4b0ca93497f4be76b31acdeb18bb2890676ecc5a578a7a7c8c951214894c2da1ca8313df7590cfe7a1a63a34a42b48e6ed9 +DIST pulsectl-21.10.5.tar.gz 40769 BLAKE2B 8346717714b4e9fd017ca917388d2ddff9c7b5a5a74a33e03e3fd5fc02048ba3d1873fb1bd10a12410dc44d88c253a4afc71f1f2542e70f36f4985659fcd9fb5 SHA512 353af9d33bb6e9f070e46a934f0933935631ca5d254430ece8b9aa9a25dd31607a45718a45c71f35f2e3801c78d7eea18c5e34f69e5a983cfc0115a8fcd05334 diff --git a/dev-python/pulsectl/pulsectl-21.10.5.ebuild b/dev-python/pulsectl/pulsectl-21.10.5.ebuild new file mode 100644 index 00000000000..fcc1db8926f --- /dev/null +++ b/dev-python/pulsectl/pulsectl-21.10.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)" +HOMEPAGE="https://github.com/mk-fg/python-pulse-control" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-sound/pulseaudio" + +distutils_enable_tests unittest