Skip to content

Commit 9e2b68c

Browse files
committed
dev-python/snapcast: add 2.3.6
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 7e5b07e commit 9e2b68c

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

dev-python/snapcast/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST snapcast-2.3.3.tar.gz 11451 BLAKE2B f39974bf84aa0d572545b8e1afc1cfd67336085e3c4b56522c99c7df7ff789be92e59a25272ae795432e291d8cf17a8ec536c7291e64509b32e2c712ef34d1d5 SHA512 41974e23cfd7ba2d0e00677508a370185db837d1c21078cfb3f15f60b66b0ba6d270f612efe50e8ff7becf2c8e04894b7975ce4871a62b82e8937d4982810d37
2-
EBUILD snapcast-2.3.3.ebuild 728 BLAKE2B 1f91d854e221e6eaa39d203ebd7c9e097d9dc250001278e93e6785bd3bb147599ce0206ef8afbc909462ad3abef9ed48336b18811311804c2e4cf5230000fa84 SHA512 63bd440de95289628a103511a22437abda5213114e98476421c1fa2db64894366591e1da0fc3c32b365d7224838ae1f187bb8de2d208cb28b76fee7c026ba63f
2+
DIST snapcast-2.3.6.tar.gz 11587 BLAKE2B d3169637ffe80a4f873128e06396757777bb890650915a0eefc52bb0166d85276ad5d2fed4b6585df5ad4438c4b98714544f9c0442d82b6cb974ed66ce88b38c SHA512 78b0b1fe247c8719fdf0eb9e6796aff9b26cf235cbffeca895cb28213967ed70235f97a762313cdcf0d7b8ff8273d689d523de7554173be745401a9b556dabb8
3+
EBUILD snapcast-2.3.3.ebuild 728 BLAKE2B d22d121338df6c3809212e6516ffdffe872a628d8625fa74170d209952578f5dfe9dfda7117465b58abefdb56b4cff88f6240f41fceed73ccf16f1f406292790 SHA512 aae518db34da19f39a01b81b3ff96b1adaa816c9e31213000d14cea0472b190b7c52d5451636aeab3a0d7e63db7cc18f1381b81a66888a78e541d1f06f45a4e5
4+
EBUILD snapcast-2.3.6.ebuild 728 BLAKE2B d22d121338df6c3809212e6516ffdffe872a628d8625fa74170d209952578f5dfe9dfda7117465b58abefdb56b4cff88f6240f41fceed73ccf16f1f406292790 SHA512 aae518db34da19f39a01b81b3ff96b1adaa816c9e31213000d14cea0472b190b7c52d5451636aeab3a0d7e63db7cc18f1381b81a66888a78e541d1f06f45a4e5
35
MISC metadata.xml 529 BLAKE2B 39698c60c565cee3b04f4bd8d1eeb6a96c7fb399550b1d1b2a0de0087d6e68805e54d8e03353935f11672dedcaa08316f2cc0bb426ade1d3bc14c8f3f701359c SHA512 6b5d500495043422c37cb564be6e74b211b75ea5c996d14de7aa0f010857de12c623fb6bc1d314b3def348b2e963117f27c45ae61beb43dc4c25d0182a4018d7

dev-python/snapcast/snapcast-2.3.3.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Control Snapcast."
11+
HOMEPAGE="https://github.com/happyleavesaoc/python-snapcast/ https://pypi.org/project/snapcast/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
#DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/construct-2.5.2[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
dev-python/packaging[${PYTHON_USEDEP}]
24+
>=dev-python/construct-2.5.2[${PYTHON_USEDEP}]
25+
test? (
26+
dev-python/pytest[${PYTHON_USEDEP}]
27+
)"
28+
29+
python_test() {
30+
py.test -v -v || die
31+
}
32+
33+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)