dev-python/snapcast: add 2.3.6

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 17:51:28 +02:00
parent 7e5b07e7a7
commit 9e2b68c632
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 38 additions and 3 deletions

View File

@ -1,3 +1,5 @@
DIST snapcast-2.3.3.tar.gz 11451 BLAKE2B f39974bf84aa0d572545b8e1afc1cfd67336085e3c4b56522c99c7df7ff789be92e59a25272ae795432e291d8cf17a8ec536c7291e64509b32e2c712ef34d1d5 SHA512 41974e23cfd7ba2d0e00677508a370185db837d1c21078cfb3f15f60b66b0ba6d270f612efe50e8ff7becf2c8e04894b7975ce4871a62b82e8937d4982810d37
EBUILD snapcast-2.3.3.ebuild 728 BLAKE2B 1f91d854e221e6eaa39d203ebd7c9e097d9dc250001278e93e6785bd3bb147599ce0206ef8afbc909462ad3abef9ed48336b18811311804c2e4cf5230000fa84 SHA512 63bd440de95289628a103511a22437abda5213114e98476421c1fa2db64894366591e1da0fc3c32b365d7224838ae1f187bb8de2d208cb28b76fee7c026ba63f
DIST snapcast-2.3.6.tar.gz 11587 BLAKE2B d3169637ffe80a4f873128e06396757777bb890650915a0eefc52bb0166d85276ad5d2fed4b6585df5ad4438c4b98714544f9c0442d82b6cb974ed66ce88b38c SHA512 78b0b1fe247c8719fdf0eb9e6796aff9b26cf235cbffeca895cb28213967ed70235f97a762313cdcf0d7b8ff8273d689d523de7554173be745401a9b556dabb8
EBUILD snapcast-2.3.3.ebuild 728 BLAKE2B d22d121338df6c3809212e6516ffdffe872a628d8625fa74170d209952578f5dfe9dfda7117465b58abefdb56b4cff88f6240f41fceed73ccf16f1f406292790 SHA512 aae518db34da19f39a01b81b3ff96b1adaa816c9e31213000d14cea0472b190b7c52d5451636aeab3a0d7e63db7cc18f1381b81a66888a78e541d1f06f45a4e5
EBUILD snapcast-2.3.6.ebuild 728 BLAKE2B d22d121338df6c3809212e6516ffdffe872a628d8625fa74170d209952578f5dfe9dfda7117465b58abefdb56b4cff88f6240f41fceed73ccf16f1f406292790 SHA512 aae518db34da19f39a01b81b3ff96b1adaa816c9e31213000d14cea0472b190b7c52d5451636aeab3a0d7e63db7cc18f1381b81a66888a78e541d1f06f45a4e5
MISC metadata.xml 529 BLAKE2B 39698c60c565cee3b04f4bd8d1eeb6a96c7fb399550b1d1b2a0de0087d6e68805e54d8e03353935f11672dedcaa08316f2cc0bb426ade1d3bc14c8f3f701359c SHA512 6b5d500495043422c37cb564be6e74b211b75ea5c996d14de7aa0f010857de12c623fb6bc1d314b3def348b2e963117f27c45ae61beb43dc4c25d0182a4018d7

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Control Snapcast."
HOMEPAGE="https://github.com/happyleavesaoc/python-snapcast/ https://pypi.org/project/snapcast/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/construct-2.5.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/construct-2.5.2[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest