dev-python/aioslimproto: add 3.0.0

Closes: #3148
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 23:09:14 +02:00
parent e34a209067
commit f64d977aa1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 4 deletions

View File

@ -617,12 +617,12 @@ 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 1962 Ebuilds in total, 1951 of them have in total 1970 (42 different) licenses assigned.
There are 1963 Ebuilds in total, 1952 of them have in total 1971 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1107|
|Apache-2.0|450|
|Apache-2.0|451|
|GPL-3|129|
|BSD|111|
|LGPL-3|26|

View File

@ -1,3 +1,5 @@
DIST aioslimproto-2.3.3.tar.gz 2913245 BLAKE2B b42b05ce3d74b33c55ff316796f044c61fc55512b1baecefca0740aaa58661964ec43054532d2275d1cc4a250623cc8ab2a1bd0e4cb7b241652ad886458cd625 SHA512 ff5e5226496b0cfb8c32a1579ac8a68f3984b66efb108b5e7da9b991dbbd54d40b434b4628bf57a8ac57c9da696aded3200f43b10fab6339e9b25b4a99a9e1f6
EBUILD aioslimproto-2.3.3.ebuild 829 BLAKE2B fe210df40ad2c6297aad4c0b40f1803324114701e88c6c5f54bc3db87ca1155234b1008344e74b8fe40ea08c31d8c2c74d0392da0f0ab8c9154aedf85af53b4c SHA512 8c642ed21ebaa763bf5d4f82bc8e9559288d23c10258dc4497825752080603052b15145c7521787960f73bc7c68c0189ee9bdfdd81fd647d3c9f8f8cfc3d5ffc
DIST aioslimproto-3.0.0.tar.gz 3112345 BLAKE2B 4823b87eeb81232873658b72311a00028283ce5c2b138768f752d9c6612cefaac2ca6f458d2bc321290f6bfba660971956c339efdc77761e7cc484d847e5ab88 SHA512 a3351f642aee4a385f8e0ca54626b0de2718708086571825593b1e25bfb5544e284d63338b3ab30088a5225992e2c4f99473d5af6cd999a0e1b8364196ae017a
EBUILD aioslimproto-2.3.3.ebuild 829 BLAKE2B a25fb8743b86b65b91f4adf6d00b77c6680c77b87663f65b67977f0aa2a4cde51844a8de5ace4aef5f8f92bbb4e4030d7c1be004909366debc6f8f9440cfe395 SHA512 8d9de77fde97a10702dbd6ef12496e045b9874897af122b45239462e6bc4acd2221d9e37dac92aa9fb258092e24167a670cf1e8f2f543ce84964c3070185a7c4
EBUILD aioslimproto-3.0.0.ebuild 786 BLAKE2B 4913e0261a16fa31f916ecde358fc2b5f4bd620a6da979915c2eda1c8a5ee809a25be53e3f1359a9ca275aef22a7131866e1fa15767a45746dd2364ed7101810 SHA512 f67f709d335c7f8172b6114903c0a223e112dcb761dbe6f3e4199c14b5bbf3e461d2f8d0faf04f8184687172fd57eae45b1f4a75a8fff200bddf2a4654caed9f
MISC metadata.xml 551 BLAKE2B ea91a204edc8801459c416c74d6fdd91030fcf7dab43f205350d43be584ff9acd11e62f2a668ec892f5a210cbc116193f0ae6702b9724bdf1752c8dbc9a0183b SHA512 cd521639ef2f0fce4a7f1d5d36ae1cf5e20958cfdc6615b77773db6cdd61c7b91d06c8d67d52508a1530f9b19ada50742de113322dc7a18ff8a8847a3251e630

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to talk to Logitech Squeezebox players directly (without Logitech server)."

View File

@ -0,0 +1,28 @@
# 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="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/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest