dev-python/glances-api: add 0.8.0
Closes: #3488 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0c2557f01a
commit
a4a78d1268
@ -606,11 +606,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 1889 Ebuilds in total, 1878 of them have in total 1901 (42 different) licenses assigned.
|
||||
There are 1890 Ebuilds in total, 1879 of them have in total 1902 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1080|
|
||||
|MIT|1081|
|
||||
|Apache-2.0|426|
|
||||
|GPL-3|110|
|
||||
|BSD|109|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST glances_api-0.5.0.tar.gz 4491 BLAKE2B 0a9fbc5637fe0fc3bb2c8af58c878a991c0f722d80e437f7a6061afb88788ca76f65c73f9bf1c1ca9ef57e46184c1268bc9a67dcb4286a8568ad2ace36aae5e0 SHA512 0fb3882367012e031e632c024f15cb6f7d7d241cdba36b4f3eff911deaf2c5c23792c3e21ca6c9f997da9dbf86612af9e3dbcfdee5d1b3126a59d5a7f32fcfa9
|
||||
DIST glances_api-0.6.0.tar.gz 4624 BLAKE2B ce3345ae03d75ac02ccfe1f5034ff692887cd8bdaf6d69f0fa8bf912dc04c602ddc445f40eaa7c9c4fa0f38dfd95da323093e72670042df5cc3de03dd6779aee SHA512 f1c3f2e396c53519cfc1237e65eb2c7fa2b7db9b434c41e4d5123bf7e487f13f99f08fd795736839df9ab86fbd4fbceec6aef374f9710f56f2cbb6221ff2fc46
|
||||
DIST glances_api-0.8.0.tar.gz 4873 BLAKE2B 0614e8c51ff077f032dedb0b7a112e45e623c513b710626a5415f45f8882e600505d7afc89ad03dfb06160051a0a8456e9653d76d59fd109e012b952a07288a9 SHA512 71e491d65c97961d75abf78e32f8ca48d06b0ed6a882264d29a65df2ed97a711f7695ec8dc7ef119b844b564d121b6e9d042ddce48dc4a2fead21b3260823440
|
||||
EBUILD glances-api-0.5.0.ebuild 718 BLAKE2B 10662e6c1679c5d69c199fbe9c0e364387f00c562aabf042a0d49d8b4cb3317b5652c7ba5736285cc1898de86b4bea25e5920b6a717e85636c437c6531470dc6 SHA512 1b1d13306464e84b07d8f7a72082b70542e6e59d8ac988df2dc396a30bf1da6d9f5db94710803793aaf315ca3c95846ee6f1ef3e0085ce0e748ae882f7db43df
|
||||
EBUILD glances-api-0.6.0.ebuild 718 BLAKE2B 10662e6c1679c5d69c199fbe9c0e364387f00c562aabf042a0d49d8b4cb3317b5652c7ba5736285cc1898de86b4bea25e5920b6a717e85636c437c6531470dc6 SHA512 1b1d13306464e84b07d8f7a72082b70542e6e59d8ac988df2dc396a30bf1da6d9f5db94710803793aaf315ca3c95846ee6f1ef3e0085ce0e748ae882f7db43df
|
||||
EBUILD glances-api-0.8.0.ebuild 680 BLAKE2B 89411fa03a218a3c7181c04f8ac24df50a8d8459eb7a6124133521b72ea4104068bcef560b3abc45e9b4e33a145c4d3900041f9b59066e0080559606ee3ed40f SHA512 dbc0c1078243eca4827f087f2df5a488388a67c6f041908ec1e0a156bd90381c68b1a13c5526ed0a260e698c66b13b58e75997356bbc44b842d631558ceef2c4
|
||||
MISC metadata.xml 554 BLAKE2B 3492ee78ab6e68925049a36574fac953a37a4f176758bb468a29716b9e9b6c9ba270082be06606b338664aec753b5598e73098dee85e67399f283ccaef7032d0 SHA512 e6fb459d34b4a1a287c853efe70de09f098a9c17c19451cabaa892fcdb1b5cdf60c773f10a3ecb79e4700da82b8aea38aee805b7a0518ec1d6df3c4514dbb344
|
||||
|
28
dev-python/glances-api/glances-api-0.8.0.ebuild
Normal file
28
dev-python/glances-api/glances-api-0.8.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-httpx[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user