add aioslimproto-1.0.0

This commit is contained in:
2022-04-30 14:34:36 +02:00
committed by Andreas Billmeier
parent 8d50952f0f
commit fff77d464b
4 changed files with 53 additions and 2 deletions

View File

@@ -506,12 +506,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 1690 Ebuilds in total, 1683 of them have in total 1689 (35 different) licenses assigned.
There are 1691 Ebuilds in total, 1684 of them have in total 1690 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1036|
|Apache-2.0|298|
|Apache-2.0|299|
|GPL-3|106|
|BSD|88|
|LGPL-3|28|

View File

@@ -0,0 +1,3 @@
DIST aioslimproto-1.0.0.tar.gz 20386 BLAKE2B 3c368966392450a4bd5810ca2372d294d2f08b688d2b559f00c649b0d499a244c2cb32634f1dfa66edab7e50f7c367554e00ed6514e3d5287b6e262e7ec32ab6 SHA512 2ffa36a99041ceecdf8f4450d94cdc5761b176b84be212a4b85af7021c1474e158d37ae7493db8dd26b75ead22d759bca6ef8cd03785eca2408369921dbae3df
EBUILD aioslimproto-1.0.0.ebuild 789 BLAKE2B 8671e28bf0e10d73db409f9953058d8983f2c84369851094a89f3406137608ccd09825b9025c72b663a20d341d52401171877a2888df15ed1177144e04e983cf SHA512 381b67a960ce571640593d5799106cafd424fd9218196e97a19ff52977f91e1e214b5ffc1327b6f499f16b8319b95d6ea696874ccffce3afaaa6b03ddf6723c1
MISC metadata.xml 481 BLAKE2B 3120932c9d9ca3fb5f22299b3ae4c51fa377984e7f2129f6756f781355431b347bdfb0e7371cc6cf691a6a8e4270426fbf220373f27c2423cd8fd7bcfb7024db SHA512 00306c8cb0543b52f6e0d13cddbaeffefeef715bf51a8112d21ab38eee84c92750e9565a0e169a146e1264a7c98c7856aba76bb45f3b68ed95a8a89c0a1d9d39

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aioslimproto</remote-id>
<maintainer status="unknown">
<email>marcelveldt@users.noreply.github.com</email>
<name>Marcel van der Veldt</name>
</maintainer>
</upstream>
</pkgmetadata>