dev-python/pulsectl: add 23.5.2-r1
Closes: #3233 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
34b8d512f3
commit
06cc09a6ca
@ -1,3 +1,3 @@
|
||||
DIST pulsectl-20.2.4.tar.gz 39937 BLAKE2B 47d22c6f30f31ea7d36a93ed95d63e18f8078d5559a02b125c6e3ac2a7f2c4bdd0fa7acf49007a525bff29a3e78dd58f49a8b127330623f45e46f809ee18290c SHA512 afedaf39825d9bbd90906c918799d9bf2cac5e582e41422f220df07ca49974369cf32e99dcec8051a7d2fef953eee09024db88c86f675c251ab7c6b33f56b166
|
||||
EBUILD pulsectl-20.2.4.ebuild 640 BLAKE2B 65bdf328fa9022d8b001005c6a5983d3cd4e2f75cf30e5650dfe290f2053af972e507393d9b0835c91144134da89daa8f774c77b151fd993759cf04b633017f9 SHA512 2391c171584fc2199f4e7a2125d4dc0d1c007016aa5939f12aaf2eee56a6f5a066a97e2d2f354b77b9e8f1d5aa4cedbf30ca5fd6c9ecbc434db592cadffed6ef
|
||||
DIST pulsectl-23.5.2.tar.gz 41119 BLAKE2B 45239e9b6b3e19356f7c89acb673d9287e9e38099608e246c8334a5de82bf93d813688e376cf5aedb92e6b3368ce93bae1df630726a5ae568c83d774c942f848 SHA512 4f05edd994aac1964c358c50a95f564afb40fcc6ac410d5189525312c042057954d040dc41939b665347a39453244eccc138c4c7d628ef2da62034606716ecb9
|
||||
EBUILD pulsectl-23.5.2-r1.ebuild 577 BLAKE2B a80f8bdfb03f58992f9d50a6e673fdf14f712c53eb19bfc3b30f35c6a31e94545d0d43273cbabb3a1255bfa1fea243788e3a919a250ddd9e33e32947a3c179d1 SHA512 e4e8bfdfe404743004dc6c8cd5bd1c2b65faf8f615b595804614d5d0dd3a46cb6f48ae8b467fc3ac2edabc620ee725e0687f5052942a1da2afe02e00db394b29
|
||||
MISC metadata.xml 540 BLAKE2B 403176b117590dd44e6b01bf4832f086e9aeef0a909ce88c9973d193b78be508a4a3243d0a76c81e9040d08c9fa82f7b8458a0309bb8d37ade466da409b139db SHA512 2d9b13a55d0177e3cae11be25fc71c54d1e1f7388c8d6d13412752b3bbcd181e93529c383a3bd044050af5757650b8c9560934609baf6c6b421f2b2a21ad25ef
|
||||
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
|
||||
HOMEPAGE="https://github.com/mk-fg/python-pulse-control https://pypi.org/project/pulsectl/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
30
dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild
Normal file
30
dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
|
||||
HOMEPAGE="
|
||||
https://github.com/mk-fg/python-pulse-control/
|
||||
https://pypi.org/project/pulsectl/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/libpulse
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
media-sound/pulseaudio-daemon
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
Loading…
x
Reference in New Issue
Block a user