dev-python/axis: add 54

Closes: #3057
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 22:57:42 +01:00
parent 08c124c72e
commit 5d23b9a031
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 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 1904 Ebuilds in total, 1893 of them have in total 1912 (42 different) licenses assigned.
There are 1905 Ebuilds in total, 1894 of them have in total 1913 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1074|
|MIT|1075|
|Apache-2.0|438|
|GPL-3|127|
|BSD|105|

View File

@ -1,5 +1,7 @@
DIST axis-48.tar.gz 39667 BLAKE2B 19a628f6d582a3beabeedc353a8561b2a571380248bd487f8818d7684d86f664be234fa53403dcbfa4ad47da8d081edef40b58072569424285c2080549c5648a SHA512 7bb404b6488e2e0e1c822414581c55854ca80ea93773cd27aa8a96e216cffad93572d914f51718112e647894a35b7b5623bdd0f4f597696b16b7aa2325b4f187
DIST axis-50.tar.gz 83330 BLAKE2B 4593298890a154807a8b8e7f0f62722880c348e85115e777e9e5928089d3094a463e7a70c8eb0ea7c42e920a3dc9062edb1819e09bed750796b6b68ae924441c SHA512 4355f8e34849b546d0a509d59262df1e867460a0c250af8cc45d71f3307afa6fbe89195d9884612fd9a4ae9fd5e6c338187e39e155e74aecb1892edda4bb2377
DIST axis-54.tar.gz 83439 BLAKE2B 9b0a475b8cc17461dbcf68efa396f009a829d289e80661212f6332188785f44d8892629b04771c9d9bf56fb8ac695470697673251b4ad64153ab259fd3775932 SHA512 44b511ecf5a98711a25c653ed9230370d420e2163f267d23d10d9069408fa658bf2f177a66b7556ad6ee4bdeed9501441b040304b38f1f66c9cb7e7f58eae4fd
EBUILD axis-48.ebuild 818 BLAKE2B fc709a65ce52893b45e5750213c9b3e393c8b9ce379967600423f5fcbe82bbc011d48cc1e3a8658e134e0884ccf1d8afe42729563e62862f4d816581ae6ba4cd SHA512 9b91bfddcacf97c93fa1e26648ec6b4eccbed86cd8d7987074d0c86b2bd8e43f74b45abf97eed541ef6fbc892f2dcea7caab2e6fb2693422a95c0effc97cf71c
EBUILD axis-50.ebuild 716 BLAKE2B 84ebcfa67179105c89e7fc51fcfe908fbdb3e8f95bb58c125ff54c8c1a47c9fd8e4d6ad99b78cd0dd947935a0b4e140c2f9ec566a30c6ba7aafc0e7a57908d09 SHA512 066ee61af00ceef3fdecb53a4a13fcb7f76702d30926d1bfd3ea27c79ebede8ccc8d10fd6a7654708b37b77195cd51aef428b11b2d9bbb096701b61563ba2a69
EBUILD axis-54.ebuild 716 BLAKE2B 84ebcfa67179105c89e7fc51fcfe908fbdb3e8f95bb58c125ff54c8c1a47c9fd8e4d6ad99b78cd0dd947935a0b4e140c2f9ec566a30c6ba7aafc0e7a57908d09 SHA512 066ee61af00ceef3fdecb53a4a13fcb7f76702d30926d1bfd3ea27c79ebede8ccc8d10fd6a7654708b37b77195cd51aef428b11b2d9bbb096701b61563ba2a69
MISC metadata.xml 518 BLAKE2B d8ccd53db6e5e584e041a5e65c8b3b129cbc1d595aad3a7e04a221c4d77b54d367d0bf7c9e322675ec021f2ccf4e62788b643524544d26686bef483567b2eb60 SHA512 cdfdd3ed3daa748f17c682966851bf41eadfeeb271afc9c07d577a940c0d892907120650f16d3d66169cfae851f7773ea79d105e2087b6efa4c50b630ff6d95c

View File

@ -0,0 +1,26 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="A Python library for communicating with devices from Axis Communications"
HOMEPAGE="https://github.com/Kane610/axis https://pypi.org/project/axis/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
distutils_enable_tests pytest