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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEEFF158013 for ; Sat, 2 Dec 2023 19:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B4AF2BC016; Sat, 2 Dec 2023 19:30:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 040242BC016 for ; Sat, 2 Dec 2023 19:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35C07335D6E for ; Sat, 2 Dec 2023 19:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90DE51452 for ; Sat, 2 Dec 2023 19:30:29 +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: <1701545423.aead74d8ce4c2b134eaa9fbd900b6c95e200db29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pulsectl-asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pulsectl-asyncio/Manifest dev-python/pulsectl-asyncio/metadata.xml dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild X-VCS-Directories: dev-python/pulsectl-asyncio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aead74d8ce4c2b134eaa9fbd900b6c95e200db29 X-VCS-Branch: master Date: Sat, 2 Dec 2023 19:30:29 +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: 11aa6d33-afb9-4507-a84b-e5d9c1ec0cdf X-Archives-Hash: f8452c0be7a4888746e86ed83687eebd commit: aead74d8ce4c2b134eaa9fbd900b6c95e200db29 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 2 15:25:56 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 2 19:30:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aead74d8 dev-python/pulsectl-asyncio: New package, v1.1.1 New dependency for x11-wm/qtile, thanks to Etn40ff for the initial ebuild. Signed-off-by: Michał Górny gentoo.org> dev-python/pulsectl-asyncio/Manifest | 1 + dev-python/pulsectl-asyncio/metadata.xml | 12 +++++++ .../pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/pulsectl-asyncio/Manifest b/dev-python/pulsectl-asyncio/Manifest new file mode 100644 index 000000000000..ecfee5f80efd --- /dev/null +++ b/dev-python/pulsectl-asyncio/Manifest @@ -0,0 +1 @@ +DIST pulsectl-asyncio-1.1.1.gh.tar.gz 19425 BLAKE2B c950dc0e003c6795fba0b122ed9b5e3c0bb61adb1a26901f467e508ff3def64bc7c0a25e4250decbbd55aedd66ef5b030ced004e797a94ee0a5988043cd7dedb SHA512 b495295ee13d54e136cd70daaf3675239aa96faa284bd2ad0d21496821ee818f67ebbe83269a4201ea0bee99b5b2b78be3945909e1b2519078bc38c2529734bf diff --git a/dev-python/pulsectl-asyncio/metadata.xml b/dev-python/pulsectl-asyncio/metadata.xml new file mode 100644 index 000000000000..798c499d03bf --- /dev/null +++ b/dev-python/pulsectl-asyncio/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + mhthies/pulsectl-asyncio + pulsectl-asyncio + + diff --git a/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild b/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild new file mode 100644 index 000000000000..a0217de9e234 --- /dev/null +++ b/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Asyncio frontend for pulsectl, Python bindings of libpulse" +HOMEPAGE=" + https://github.com/mhthies/pulsectl-asyncio/ + https://pypi.org/project/pulsectl-asyncio/ +" +# sdist is missing examples that are used in tests +SRC_URI=" + https://github.com/mhthies/pulsectl-asyncio/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/pulsectl-23.5.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + media-sound/pulseaudio-daemon + ) +" + +distutils_enable_tests pytest + +src_prepare() { + # unpin deps + sed -i -e 's:,<=[0-9.]*::' setup.cfg || die + distutils-r1_src_prepare +}