Skip to content

Commit dc6f324

Browse files
committed
dev-python/soco: add 0.30.4
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3354 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4636d59 commit dc6f324

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1828 Ebuilds in total, 1817 of them have in total 1838 (42 different) licenses assigned.
609+
There are 1829 Ebuilds in total, 1818 of them have in total 1839 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1050|
613+
|MIT|1051|
614614
|Apache-2.0|402|
615615
|GPL-3|107|
616616
|BSD|106|

dev-python/soco/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST soco-0.30.2.tar.gz 732300 BLAKE2B c4346126289407eec43909929c8bd20122df972413616f6d0214ed46288dcf72599d59e122232441f46e6ed9c349ffd9dfc11164c159cc99956289e9201aa62e SHA512 4db68d325f86fa526ea271d6121ab742c1813577aec2601a3ba6fc0c6a56e19dd869932cde6f6b2b35438373d4fd2d8217d8a991c7ddc0faacb52d6f8289fef2
22
DIST soco-0.30.3.tar.gz 732295 BLAKE2B 173c1f062fb11c1511067d8743f97caa9b49e7b57caac30b946c2e83349c65ed077c41d86c66e320f1910b523afb5609e7dcba2a579364475f2e695bb7897767 SHA512 0f9c76d52d7a5407f4e56ff56e20b8f5ec1272ffda9bfecd2f62424e012cd99532af8ee031ea74753f9e2c2774dc7f597d15f252e611d1533d933a5878ed0d22
3+
DIST soco-0.30.4.tar.gz 732359 BLAKE2B eaf32d2f2f0346ecb99e98caf93a6301f97151f282accf6f291bbd26f1c9ddb13abd995a1a19bd0ec766f8b0f1a13f04678497b527045f791b01c9e67c68fba4 SHA512 0a94f50f69cb1aa9fb68744e1a4077336a0b16f2b85f152461cc560ec976f0213fbc73594c39228a6b8137f6660d54a28fe5902f7e448516de6ec6a02de876ed
34
EBUILD soco-0.30.2.ebuild 816 BLAKE2B f8bf21bc8bb33f7dc0511bca0e9f4bd4912a65a73e06f35c4edcf89030e4c3616204b7b08c35ff6a79517935c3654ebee1bcc8effefd25d5885f057be4282185 SHA512 70f66c923ac810c7d1e5144ef3d895a52b66387a7d5700b3f60e8a58780e6885f23347649315f66d82b17504e1cb86d4825a493f289208f016dd0ba343660aa5
45
EBUILD soco-0.30.3.ebuild 816 BLAKE2B f8bf21bc8bb33f7dc0511bca0e9f4bd4912a65a73e06f35c4edcf89030e4c3616204b7b08c35ff6a79517935c3654ebee1bcc8effefd25d5885f057be4282185 SHA512 70f66c923ac810c7d1e5144ef3d895a52b66387a7d5700b3f60e8a58780e6885f23347649315f66d82b17504e1cb86d4825a493f289208f016dd0ba343660aa5
6+
EBUILD soco-0.30.4.ebuild 816 BLAKE2B f8bf21bc8bb33f7dc0511bca0e9f4bd4912a65a73e06f35c4edcf89030e4c3616204b7b08c35ff6a79517935c3654ebee1bcc8effefd25d5885f057be4282185 SHA512 70f66c923ac810c7d1e5144ef3d895a52b66387a7d5700b3f60e8a58780e6885f23347649315f66d82b17504e1cb86d4825a493f289208f016dd0ba343660aa5
57
MISC metadata.xml 509 BLAKE2B 2269bc507613244d3a8674b1d2e7515418034f8355cdbaf9a2b58e7b9b67df96ff6ff70bd02702de9c793e52cecb3f9c31577235a2ebb321a83a191cf75b3511 SHA512 d33e9941733325b33d4323ac92f393af8a4b47c01931513279f35da3dac18e87599e4d2457d57bdf39668f7621e57aaa19b349e328beda2a9ad2bf7079db3e2f

dev-python/soco/soco-0.30.4.ebuild

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="SoCo (Sonos Controller) is a simple library to control Sonos speakers."
11+
HOMEPAGE="https://github.com/SoCo/SoCo https://pypi.org/project/soco/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
22+
dev-python/ifaddr[${PYTHON_USEDEP}]
23+
dev-python/requests[${PYTHON_USEDEP}]
24+
dev-python/lxml[${PYTHON_USEDEP}]
25+
dev-python/xmltodict[${PYTHON_USEDEP}]"
26+
BDEPEND="
27+
test? (
28+
dev-python/pytest-cov[${PYTHON_USEDEP}]
29+
dev-python/requests-mock[${PYTHON_USEDEP}]
30+
)"
31+
32+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)