dev-python/vilfo-api-client: add 0.5.0

Closes: #3160
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 21:32:31 +02:00
parent 3a2e6408a1
commit a6d3e25499
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 5 deletions

View File

@ -617,11 +617,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 1952 Ebuilds in total, 1941 of them have in total 1960 (42 different) licenses assigned.
There are 1953 Ebuilds in total, 1942 of them have in total 1961 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1100|
|MIT|1101|
|Apache-2.0|449|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST vilfo-api-client-0.4.1.tar.gz 14777 BLAKE2B c0979a7a810d72d1468c237f812ca9e512c65b22fa7f0d5404762618b5f7ec3e8d7001225e45c31594bdc244c30ccb3ed077d4e2311200cbaa152a92ef4ba66e SHA512 e5bc4d84423b2890adbb3d31fe86a8e53627355137cdf7954d2852d24545225d1eeb85a74c7f1e903d10e841ddb42f76c6f15c3b3c87875cdb3db59e563d2c0e
EBUILD vilfo-api-client-0.4.1.ebuild 705 BLAKE2B dd62bd81c180b91104ad5ee565a8879ad6f30f115310bdaa16a594bf176fd7c3249e35f7a880513b44543116e3d93e3cab6fc153d5e7b256823a7cce6956e856 SHA512 6d0cb2b471689ce92e4c428a9e216ea5f0ba5de62f6e6881b88ab2b46bd80df8f8e1be94bffbd202370c9b67a019fd7dab56a7bac36af76c386e6566d1d69803
DIST vilfo-api-client-0.5.0.tar.gz 14870 BLAKE2B 2a762397e628893c69312751fccf44effd5a0844096c8b46d8c09ee575513dfcd1c339915a63a65be855aeac2c4e9ee62643379680ee56cda7ff7b1d8edf5486 SHA512 b5210cb783f67f33ee6b61b042ce897ab189747f7a45ca7d98746c10e9cc4d6544e1aa9f0f70c0720a58037b7330fec00f7a0936f9886df201e8b777a138dc2a
EBUILD vilfo-api-client-0.4.1.ebuild 705 BLAKE2B cba44e8f6bc808967ec2e2282cf168393c7d28a9f5c68e2690a5f82e9b6cb7c33dbc4f4e0187b3e0b0a98961246daec352a48ab95f37b83005b0afc095ff36d3 SHA512 b704df3fc4288e56703f6790e88edaf35144d61b30922b218a5f04db3d75cf49cfe9b8de181e0f1f37abf53e029d398ebaa14d58a017bff21d0b14421861b7a4
EBUILD vilfo-api-client-0.5.0.ebuild 640 BLAKE2B e6d771e9f243f4327c9f90abede3c527d100b9dd8cc9536055488ce25709c0d63f3cb6d290f2347ea18e78fce858de68665382a84094b128e26d376bd71e020f SHA512 ee15b0d07a33caf1c6eae584787417199d1d81c7f23a7e4b8b39424d322f36d215855045578593119927a5e09d2b883766f6e48646e94c75a81c84e986b608d3
MISC metadata.xml 538 BLAKE2B a132a8f231c52fa23ed57e8c3ad080a366043506a9c823a654f1468131f5e1c47883642ce90de274f0167331b2d2162719b8b1de250a16b149927f2c144939f4 SHA512 c4c35c1032bc54aabedb0d7229677d9f569da138c9ea7789d240effdd08e23a0976ff30df8bac19f2a31bcd0f3e25ecc24864ce2270486b3543b68529b3cb8d6

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Simple wrapper client for the Vilfo router API"
HOMEPAGE="https://github.com/mannew/vilfo-api-client-python https://pypi.org/project/vilfo-api-client/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/semver[${PYTHON_USEDEP}]
dev-python/getmac[${PYTHON_USEDEP}]"
distutils_enable_tests pytest