dev-python/devialet: add 1.4.5

Closes: #2550
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-28 16:40:15 +01:00
parent fd9cdc8918
commit d164292217
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 31 additions and 2 deletions

View File

@ -612,11 +612,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 1559 Ebuilds in total, 1548 of them have in total 1565 (42 different) licenses assigned.
There are 1560 Ebuilds in total, 1549 of them have in total 1566 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|899|
|MIT|900|
|Apache-2.0|332|
|GPL-3|95|
|BSD|86|

View File

@ -1,3 +1,5 @@
DIST devialet-1.4.3.tar.gz 4749 BLAKE2B 8e22f62ae79a5b78a6a7b08cccc52fa93e40e96414cce9a9b6dfb66dc456bed51643e7466dd726496ddef541b7610f1db5bce2b67e3d316a7a07b4774e1d0136 SHA512 2ecf3c9415056b0c6202ee060f7a684791b97889b414165e336f22d6555cdfbfa672f6379bad283ce9a48ebc88bbb389d05526ab28808174be6951401fdff59c
DIST devialet-1.4.5.tar.gz 6222 BLAKE2B 427d40f5a6392c1e1f36f34517e0884697a2374ea1b75868aa319e59157dfea024f02c55e21425a30c0ec084e054cee53d003f58e5735f65a8e6e68f22d161f8 SHA512 95bca778cbaf5f261c7696c4acfecc3e88d821f2c22b036ce1e7c904fdbc323cab1374c0f493cf645a96c9024e727873d5d5b3cacd6b5a7aadaf21c293a0db56
EBUILD devialet-1.4.3.ebuild 614 BLAKE2B 9d03bfca478598db28a94073fd0e82c75ab4f6c3e8895178eb330441de484a8db0d28d9b648c3a941eb3792f838d2800619b3d39996c9184d1b53d14dd1c8ef5 SHA512 9b3059f3e51d74a7b490b2d8c0bfa25aacd3a41eb41ae08241a325250cbe6436ebdd4bcb87f6ea103f39ea1f4e10e881d1bc35b97e17e91fd71678c099b34dcc
EBUILD devialet-1.4.5.ebuild 573 BLAKE2B 2afafd2c6684e117390be1f550bc166b3310fb1e9d676125b11015188c8f5fc733fb8d88a3104d0b1ce1cb1f9b4fc20bc9e81feb4040a70c4c2dc1af3eab6b23 SHA512 ac0966938f25a7ae47d945ec331239024a3a50189916e9a965318fd320958234b6abf3125dec91de184a476e120c9d9fe6e2c29d6cc663000b161c0e495a3260
MISC metadata.xml 389 BLAKE2B 1693a4f1b361481ee52668d6ea5c0591afbedabf6404aab920e51a5bf75d659c766948e5dd63f68f8d6896edb0e9fa97a6256fe398c583074b87f9e137706f08 SHA512 3e6092133839f75fae4cccace63131309c1ff6839fd10db5551ee59f0d6e949dfcc1d9cfd2beb87ab248b90c4f7f0818fe0206b8e0b3d604c49b1daea407cb0f

View File

@ -0,0 +1,27 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Devialet API"
HOMEPAGE="https://github.com/fwestenberg/devialet https://pypi.org/project/devialet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest