dev-python/glances-api: add 0.5.0

Closes: #2610
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 10:38:20 +01:00
parent 8c5e9f86b9
commit 7c10bd37b5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 33 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 1596 Ebuilds in total, 1585 of them have in total 1600 (42 different) licenses assigned.
There are 1597 Ebuilds in total, 1586 of them have in total 1601 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|919|
|MIT|920|
|Apache-2.0|337|
|GPL-3|102|
|BSD|87|

View File

@ -1,3 +1,5 @@
DIST glances_api-0.4.3.tar.gz 4264 BLAKE2B 609f5b5a1ca5b6ed2883154a328dc1a0b5414ee0d7ddb826620c8179451fb29df297991c64711b4bbb7e5603a5b99cf5eb6e53e3707ceaadd8f613144d61309e SHA512 d56ae78c109600fe184f15d534cd97b6600cff028c8aa78c5fced351643075ff9225308ac40102a79dd3b7f83af6607eb76e5c0fe83a9593de9d438e0f453c17
DIST glances_api-0.5.0.tar.gz 4491 BLAKE2B 0a9fbc5637fe0fc3bb2c8af58c878a991c0f722d80e437f7a6061afb88788ca76f65c73f9bf1c1ca9ef57e46184c1268bc9a67dcb4286a8568ad2ace36aae5e0 SHA512 0fb3882367012e031e632c024f15cb6f7d7d241cdba36b4f3eff911deaf2c5c23792c3e21ca6c9f997da9dbf86612af9e3dbcfdee5d1b3126a59d5a7f32fcfa9
EBUILD glances-api-0.4.3.ebuild 759 BLAKE2B f79926630a381aba16f5344371758858bd7f4b325f9fc579511750f7f9ea993ac87b160b16220184b6167d7192aa7a22ae52f65fff92ccaf6918c34ff23d2ed5 SHA512 0cec9e17ef12301ba9f234baca54e1ed6abdb5e02c4540b909cae4822031e0737f45affbfec95c651a8a46045e96b7ffebd6688b957b501589e12e48b92a3b11
EBUILD glances-api-0.5.0.ebuild 718 BLAKE2B c860d2866120f5c1b7c5a797c5e9f242681814f4f00bdbc9536cd86149355d0c2ba86f3ae04fb1c8c77fcb601f227533d99aa366620688486509585914422e94 SHA512 cf6eec191c716e10b5e4fa3e3df7ebfc4e57df63badeea3a1bb9ee22d6a48d5e38c2e323d02a2e4499600e152e9f98f6bded033c9387b00968e7f5fc5adf2dad
MISC metadata.xml 554 BLAKE2B 3492ee78ab6e68925049a36574fac953a37a4f176758bb468a29716b9e9b6c9ba270082be06606b338664aec753b5598e73098dee85e67399f283ccaef7032d0 SHA512 e6fb459d34b4a1a287c853efe70de09f098a9c17c19451cabaa892fcdb1b5cdf60c773f10a3ecb79e4700da82b8aea38aee805b7a0518ec1d6df3c4514dbb344

View File

@ -0,0 +1,29 @@
# 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 API for interacting with Glances."
HOMEPAGE="https://github.com/home-assistant-ecosystem/python-glances-api https://pypi.org/project/glances-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/httpx-0.23[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-httpx[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest