Skip to content

Commit

Permalink
Add pulsectl-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Sep 12, 2023
1 parent c1f0ddf commit 084fa93
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/pulsectl-asyncio/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pulsectl-asyncio-1.1.1.tar.gz 21844 BLAKE2B 0c944dc2122a2ed815fd294b13c7bf0b904deedace261f4a0d609f13467740a7f3e772a4ebd5ff02797badd5cd609fd7882e9801a5d99924ee69203e0d2eb158 SHA512 b2c3b3fd7ed31094dbeaa690e8dac4c3927bdc7f2001fd8b7757da4341292a2120f9eccab44454c301c15e1c30846158bd26def260efcf7fed629f11c0699224
8 changes: 8 additions & 0 deletions dev-python/pulsectl-asyncio/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Sean Vig</name>
</maintainer>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )

inherit distutils-r1 pypi

DESCRIPTION="Asyncio frontend for pulsectl, a Python bindings library for PulseAudio"
HOMEPAGE="
https://pypi.org/project/pulsectl-asyncio/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
>=dev-python/pulsectl-23.5.0[${PYTHON_USEDEP}]"
BDEPEND=""

distutils_enable_tests pytest

0 comments on commit 084fa93

Please sign in to comment.