dev-python/axis: add 50

Closes: #2943
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:21:20 +01:00
parent 63a954a48f
commit 15a30a3e9b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 33 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 1836 Ebuilds in total, 1825 of them have in total 1844 (42 different) licenses assigned.
There are 1837 Ebuilds in total, 1826 of them have in total 1845 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1042|
|MIT|1043|
|Apache-2.0|415|
|GPL-3|120|
|BSD|103|

View File

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

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
inherit distutils-r1 pypi
DESCRIPTION="A Python library for communicating with devices from Axis Communications"

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