Skip to content

Commit a4a78d1

Browse files
committed
dev-python/glances-api: add 0.8.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3488 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0c2557f commit a4a78d1

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1889 Ebuilds in total, 1878 of them have in total 1901 (42 different) licenses assigned.
609+
There are 1890 Ebuilds in total, 1879 of them have in total 1902 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1080|
613+
|MIT|1081|
614614
|Apache-2.0|426|
615615
|GPL-3|110|
616616
|BSD|109|

dev-python/glances-api/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST glances_api-0.5.0.tar.gz 4491 BLAKE2B 0a9fbc5637fe0fc3bb2c8af58c878a991c0f722d80e437f7a6061afb88788ca76f65c73f9bf1c1ca9ef57e46184c1268bc9a67dcb4286a8568ad2ace36aae5e0 SHA512 0fb3882367012e031e632c024f15cb6f7d7d241cdba36b4f3eff911deaf2c5c23792c3e21ca6c9f997da9dbf86612af9e3dbcfdee5d1b3126a59d5a7f32fcfa9
22
DIST glances_api-0.6.0.tar.gz 4624 BLAKE2B ce3345ae03d75ac02ccfe1f5034ff692887cd8bdaf6d69f0fa8bf912dc04c602ddc445f40eaa7c9c4fa0f38dfd95da323093e72670042df5cc3de03dd6779aee SHA512 f1c3f2e396c53519cfc1237e65eb2c7fa2b7db9b434c41e4d5123bf7e487f13f99f08fd795736839df9ab86fbd4fbceec6aef374f9710f56f2cbb6221ff2fc46
3+
DIST glances_api-0.8.0.tar.gz 4873 BLAKE2B 0614e8c51ff077f032dedb0b7a112e45e623c513b710626a5415f45f8882e600505d7afc89ad03dfb06160051a0a8456e9653d76d59fd109e012b952a07288a9 SHA512 71e491d65c97961d75abf78e32f8ca48d06b0ed6a882264d29a65df2ed97a711f7695ec8dc7ef119b844b564d121b6e9d042ddce48dc4a2fead21b3260823440
34
EBUILD glances-api-0.5.0.ebuild 718 BLAKE2B 10662e6c1679c5d69c199fbe9c0e364387f00c562aabf042a0d49d8b4cb3317b5652c7ba5736285cc1898de86b4bea25e5920b6a717e85636c437c6531470dc6 SHA512 1b1d13306464e84b07d8f7a72082b70542e6e59d8ac988df2dc396a30bf1da6d9f5db94710803793aaf315ca3c95846ee6f1ef3e0085ce0e748ae882f7db43df
45
EBUILD glances-api-0.6.0.ebuild 718 BLAKE2B 10662e6c1679c5d69c199fbe9c0e364387f00c562aabf042a0d49d8b4cb3317b5652c7ba5736285cc1898de86b4bea25e5920b6a717e85636c437c6531470dc6 SHA512 1b1d13306464e84b07d8f7a72082b70542e6e59d8ac988df2dc396a30bf1da6d9f5db94710803793aaf315ca3c95846ee6f1ef3e0085ce0e748ae882f7db43df
6+
EBUILD glances-api-0.8.0.ebuild 680 BLAKE2B 89411fa03a218a3c7181c04f8ac24df50a8d8459eb7a6124133521b72ea4104068bcef560b3abc45e9b4e33a145c4d3900041f9b59066e0080559606ee3ed40f SHA512 dbc0c1078243eca4827f087f2df5a488388a67c6f041908ec1e0a156bd90381c68b1a13c5526ed0a260e698c66b13b58e75997356bbc44b842d631558ceef2c4
57
MISC metadata.xml 554 BLAKE2B 3492ee78ab6e68925049a36574fac953a37a4f176758bb468a29716b9e9b6c9ba270082be06606b338664aec753b5598e73098dee85e67399f283ccaef7032d0 SHA512 e6fb459d34b4a1a287c853efe70de09f098a9c17c19451cabaa892fcdb1b5cdf60c773f10a3ecb79e4700da82b8aea38aee805b7a0518ec1d6df3c4514dbb344
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python API for interacting with Glances."
11+
HOMEPAGE="https://github.com/home-assistant-ecosystem/python-glances-api https://pypi.org/project/glances-api/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND=">=dev-python/httpx-0.23[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
test? (
24+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
25+
dev-python/pytest-httpx[${PYTHON_USEDEP}]
26+
)"
27+
28+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)