dev-python/python-songpal: add 0.16
Closes: #2493 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
a04d0e42cf
commit
af32c065f0
@ -612,13 +612,13 @@ 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 1701 Ebuilds in total, 1690 of them have in total 1710 (43 different) licenses assigned.
|
||||
There are 1702 Ebuilds in total, 1691 of them have in total 1711 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|993|
|
||||
|Apache-2.0|359|
|
||||
|GPL-3|96|
|
||||
|GPL-3|97|
|
||||
|BSD|96|
|
||||
|GPL-2|24|
|
||||
|LGPL-3|23|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST python-songpal-0.15.tar.gz 42297 BLAKE2B a4e6450c0888bfc5f11593cfe6faca62eafeab0a49e27de6548e610a5c0d6010f1acb9087c1fe76dbc181da80bbe6670d35e4ee776abd8288daaccfeb3c05be8 SHA512 87a65e736bde5b2857c697ad633fffbb94b1097076bfc01746de246360a6b2fbfa44a408da06c67be82dcc9db3d4828153a6f44ba99f0e6e2ab106393843a48d
|
||||
DIST python_songpal-0.15.2.tar.gz 41007 BLAKE2B 140c5d82c96ae5d9dc4e29d44a5d5484a5de1cd938ed881b5ce364529ae03e1736f52d33e98f3a4bdc80089444172f8ed143fd9ba89030789ea4b455d1029616 SHA512 5ec0134a3b8ef5a44c6bdd78519a1aed707ac7c5b27809e6782fdd8fdf870c6c1ef9c825d93c758a29a5ee3f85aa24a230f1000afcacb5e7c9ffb3f36c9a039d
|
||||
DIST python_songpal-0.16.tar.gz 42428 BLAKE2B e828e8c4297b9fd8bf1f5f104b8932a1e7d9b197effe504e282d2b6a4a820d905f5347266ad9176c14e81b0c5b31e5a9d54af874f1f0ac177e6a4a54550eef1d SHA512 b26409dc123ca700ef0461eb08c982018e378bbebd1b632e6898beab1003682ef4f6d2ade42521bbbda92ca62558d45c03757afe8717ba680b60bb03a1c60f65
|
||||
EBUILD python-songpal-0.15.2.ebuild 842 BLAKE2B 96abbfcfada28017a953e085b424a8320f919b737fae1f072f2d9062960e740f846cd1d4a677030c846d8dca3a6a0caa45890f0c5926b7ebf665c99878a4573a SHA512 e9e6364b3e8d7d2f05841602360312a42e048cdcb387b6f651cd2727463ceffa180a8de67e821ad8d5e0083e776373e1ff39ca7f2d60a25ffcc65ed207b78d91
|
||||
EBUILD python-songpal-0.15.ebuild 831 BLAKE2B 590796d380132785a269c86e254269b771881c5f1520269b9a2832fce5493019f6991c080dee04819123d68db5003dfa3d871d21884bcf4ea12667031aa5c57c SHA512 ffb4415ed0bb87942afc0773b3e9f4e1f9d6a470ce48aba90b122cc15c227e69cef65626a7933cb8894101945a3991b8bad48b2eb5feb2e928a662e402691ce6
|
||||
EBUILD python-songpal-0.16.ebuild 793 BLAKE2B 62d5e14d78670ed8ffa73224e450db79b007b8f159d1e91f6f25352ad253135f2823f25c2f973cd523af53fff3e401e4be3baf519f2543ccd8f3ad1dbe078794 SHA512 4a3472ae135cbbff6262572a3153d09387c666977a25744c2245898aa3049464320a1311c5b82eb271539483a1598bf32d03f39a699a42fe10b34e44a5c86d36
|
||||
MISC metadata.xml 510 BLAKE2B 2dd0f6d31d90c3310a0239717ba1b80435b8ea9e00e5ed02ea477474f75902d55d4d93dcabd049cc34ad6486dc48ddc324d645bfdc9fc1e445d4d1e3ddae4e7a SHA512 e335b3fb3bff9c1e417982b7490193209b22d3d27c2e33e487a49a81a61e99f424f881b09bc276748923c2024057dab866c41b67705b2040efd8dedeb4844eb4
|
||||
|
33
dev-python/python-songpal/python-songpal-0.16.ebuild
Normal file
33
dev-python/python-songpal/python-songpal-0.16.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Sony's Songpal devices"
|
||||
HOMEPAGE="https://github.com/rytilahti/python-songpal https://pypi.org/project/python-songpal/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-8.0[${PYTHON_USEDEP}]
|
||||
dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/async-upnp-client[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user