dev-python/aioslimproto: add 2.3.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-10-11 21:12:52 +02:00
committed by Andreas Billmeier
parent 24caa670c8
commit e1ceacda64
3 changed files with 36 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
DIST aioslimproto-2.1.1.tar.gz 22066 BLAKE2B e5eff4bc951a70daf0f44b7729d91fdda8b25e336398f657359a1d4c64a929286912c388df50b7fda57d99efc4c83766243b2e4c9af3c7c809d635e6483a919f SHA512 423d8593f6119c584037cdb89ff0aa6a4d232d0e3dcb4bfeb59acc5410f77d26d22c4355ef4bad74efcabdb58b63b7ab4df6b19360fb2fef1b1c1a654957d474
DIST aioslimproto-2.3.3.tar.gz 2913245 BLAKE2B b42b05ce3d74b33c55ff316796f044c61fc55512b1baecefca0740aaa58661964ec43054532d2275d1cc4a250623cc8ab2a1bd0e4cb7b241652ad886458cd625 SHA512 ff5e5226496b0cfb8c32a1579ac8a68f3984b66efb108b5e7da9b991dbbd54d40b434b4628bf57a8ac57c9da696aded3200f43b10fab6339e9b25b4a99a9e1f6
EBUILD aioslimproto-2.1.1.ebuild 789 BLAKE2B a9a595b40d4db9de7fd7901e2b1b77c929ad6a603fe748138514a5b9602571e82af7ba5fe202c3bdb2232ac3c3cc3d003de60320b11b21e8ae54735d1b5ab664 SHA512 982a7df8138b89ff6c3023027a7eaab02abc7c2e0fd90bbcc4aafdb3c671c959f381880dbb8169024fe0e1c0d57e50822319ac11c94fc04acb7cc1c0f4a97166
MISC metadata.xml 551 BLAKE2B ea91a204edc8801459c416c74d6fdd91030fcf7dab43f205350d43be584ff9acd11e62f2a668ec892f5a210cbc116193f0ae6702b9724bdf1752c8dbc9a0183b SHA512 cd521639ef2f0fce4a7f1d5d36ae1cf5e20958cfdc6615b77773db6cdd61c7b91d06c8d67d52508a1530f9b19ada50742de113322dc7a18ff8a8847a3251e630
EBUILD aioslimproto-2.3.3.ebuild 829 BLAKE2B b2e207dc220cb171a0b48cff50518b6c56bde729b4b4d6500b8b77aafedd5a40dbf21ec646e024d38eb0a3e486a8f2f804a5e855305e51b0524c523da8ce18d4 SHA512 8f89b8f5e65edcc4c815444773302ba5de7c6ab33e77ee6a37c844ad76a4d7922a6d0376db85f4c05791c78cb337d15cf729fe4f488bada0d11c774b3c857aef
MISC metadata.xml 481 BLAKE2B 3120932c9d9ca3fb5f22299b3ae4c51fa377984e7f2129f6756f781355431b347bdfb0e7371cc6cf691a6a8e4270426fbf220373f27c2423cd8fd7bcfb7024db SHA512 00306c8cb0543b52f6e0d13cddbaeffefeef715bf51a8112d21ab38eee84c92750e9565a0e169a146e1264a7c98c7856aba76bb45f3b68ed95a8a89c0a1d9d39

View File

@@ -0,0 +1,33 @@
# 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 module to talk to Logitech Squeezebox players directly (without Logitech server)."
HOMEPAGE="https://github.com/music-assistant/aioslimproto https://pypi.org/project/aioslimproto/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -7,7 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">aioslimproto</remote-id>
<remote-id type="github">music-assistant/aioslimproto</remote-id>
<maintainer status="unknown">
<email>marcelveldt@users.noreply.github.com</email>
<name>Marcel van der Veldt</name>