dev-python/axis: drop 47

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:07:44 +01:00 committed by Andreas Billmeier
parent bf2e83d008
commit 23e57546c9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 deletions

View File

@ -612,11 +612,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 1727 Ebuilds in total, 1716 of them have in total 1740 (43 different) licenses assigned.
There are 1726 Ebuilds in total, 1715 of them have in total 1739 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1008|
|MIT|1007|
|Apache-2.0|359|
|GPL-3|110|
|BSD|97|

View File

@ -1,5 +1,3 @@
DIST axis-47.tar.gz 38299 BLAKE2B cdd7defebecb7d892f48c90ba125da432b350f1600e0e718cf5bae6eb18a02e333a3a7349b5791d6ecac5f19157bfd922c2186ff2e25a9a866e58c8ba20ecc94 SHA512 6c156ddd1e4a155a2d9de3148e25c12c3af57ecc5e6c3c2636d057266519b7983b80e7390fa01f6a2743830c14f70179afcffac563002e1927b0ae6c67ee3cbf
DIST axis-48.tar.gz 39667 BLAKE2B 19a628f6d582a3beabeedc353a8561b2a571380248bd487f8818d7684d86f664be234fa53403dcbfa4ad47da8d081edef40b58072569424285c2080549c5648a SHA512 7bb404b6488e2e0e1c822414581c55854ca80ea93773cd27aa8a96e216cffad93572d914f51718112e647894a35b7b5623bdd0f4f597696b16b7aa2325b4f187
EBUILD axis-47.ebuild 818 BLAKE2B 6fa9101280e33cb40a394bf4dab29935f29b3d7daf3370009cce83eff08ce566413fc270db18bd842626c1f4099da10393413a10bba7f064655c56597dbd671a SHA512 2eaf6b0da6be84adfb66ceada7990e2f53f1c19ce3ed8cded88c99820e540a9e8dd0699f2daee0fb59b13d85ec5a313106610904afbfb23c83b758cfbd3f2f41
EBUILD axis-48.ebuild 818 BLAKE2B 6fa9101280e33cb40a394bf4dab29935f29b3d7daf3370009cce83eff08ce566413fc270db18bd842626c1f4099da10393413a10bba7f064655c56597dbd671a SHA512 2eaf6b0da6be84adfb66ceada7990e2f53f1c19ce3ed8cded88c99820e540a9e8dd0699f2daee0fb59b13d85ec5a313106610904afbfb23c83b758cfbd3f2f41
MISC metadata.xml 518 BLAKE2B d8ccd53db6e5e584e041a5e65c8b3b129cbc1d595aad3a7e04a221c4d77b54d367d0bf7c9e322675ec021f2ccf4e62788b643524544d26686bef483567b2eb60 SHA512 cdfdd3ed3daa748f17c682966851bf41eadfeeb271afc9c07d577a940c0d892907120650f16d3d66169cfae851f7773ea79d105e2087b6efa4c50b630ff6d95c

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..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}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest