dev-python/soco: add 0.30.2

Closes: #2855
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:37:09 +01:00
parent 18db5d63df
commit 0e953d1771
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 additions and 2 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1737 Ebuilds in total, 1726 of them have in total 1745 (42 different) licenses assigned.
There are 1738 Ebuilds in total, 1727 of them have in total 1746 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|990|
|MIT|991|
|Apache-2.0|380|
|GPL-3|115|
|BSD|100|

View File

@ -1,5 +1,7 @@
DIST soco-0.29.1.tar.gz 729825 BLAKE2B 68bdb6c9ec040c7ffb2c9ab41ad69dad061540fc0050891c9ce244ce93f9dc1b398a155f11e333adf3efa601ee35828686dcf6e56fbd0f1f0af524534556fade SHA512 6512b8a462736222cd8ae3d6e0d124e621d201043f6c125ed8a6ca3c61beca205598f7d132ff5acdce5d7dce71308d4bf7da33e0790ee499812705061dd16c00
DIST soco-0.30.0.tar.gz 731715 BLAKE2B 1878184617062c6403d127fdf7791e657b881dc5c7a3c4651eb364947863b7d3b8e85f28f9b6a0041a21097b0c793429430879d9a6c42ed0f5c6ace1c09cb161 SHA512 bcdb7364d5413cca840445f7e3d41dfdafdfe11fc7a7f10385ae8cdd730f308962150b767e6620c8ece1bb62c8d38ffc62bcc9dbe154b5ee7367d91fb6916602
DIST soco-0.30.2.tar.gz 732300 BLAKE2B c4346126289407eec43909929c8bd20122df972413616f6d0214ed46288dcf72599d59e122232441f46e6ed9c349ffd9dfc11164c159cc99956289e9201aa62e SHA512 4db68d325f86fa526ea271d6121ab742c1813577aec2601a3ba6fc0c6a56e19dd869932cde6f6b2b35438373d4fd2d8217d8a991c7ddc0faacb52d6f8289fef2
EBUILD soco-0.29.1.ebuild 895 BLAKE2B b39eb4bf732e324aee26d8c61532497abf62c84d7cf4febacdf4c14fbd026d0c7073b243a4829e564d25443c0d304c37e0fdb1d872e326e4892ebce9c5254d16 SHA512 6cf7fe4efbdf1cd08e0e42fd8625ec0225c57330dcd713d283192c12dccfe80cfc6c4414e456d44c0472aeba6ce0f08d768660777aa952394abbf4db632ba7c6
EBUILD soco-0.30.0.ebuild 854 BLAKE2B 9c01c9e9f4e98cf98880c2488dd1f2192d0924754a53b4209687f6ed2a3657a8bc2771a539a8a9b5b3092d7b66d6a4417fd847c4ad7ac9ed9e5a03b68a6ea5e7 SHA512 1c419fca918e551f60fe98bec856dea5e0d840b1989197a65aae6a1efd27e11d7f0df0f9187a17a4033bb9cec12aaf731728c078246ffef5cfd28bc9ee856750
EBUILD soco-0.30.2.ebuild 816 BLAKE2B de02479fe59d16211bb076ede1dfb92b53581b61871f6d85c47f7c07d370a4dd1c19030c81fa9b9308dc74d7dce230e8e2983a887c574f26ce5db40b5fe1cb50 SHA512 eedc3dccdf690b6e8cd0a7ac0cd425394523b9914e3bd28419b5b42b8ef510e95c9442d195fd814121f3f8bde8ce68ba5d11cd03e7075fc2be06cddfa278ac59
MISC metadata.xml 509 BLAKE2B 2269bc507613244d3a8674b1d2e7515418034f8355cdbaf9a2b58e7b9b67df96ff6ff70bd02702de9c793e52cecb3f9c31577235a2ebb321a83a191cf75b3511 SHA512 d33e9941733325b33d4323ac92f393af8a4b47c01931513279f35da3dac18e87599e4d2457d57bdf39668f7621e57aaa19b349e328beda2a9ad2bf7079db3e2f

View File

@ -0,0 +1,32 @@
# Copyright 1999-2024 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="SoCo (Sonos Controller) is a simple library to control Sonos speakers."
HOMEPAGE="https://github.com/SoCo/SoCo https://pypi.org/project/soco/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest