dev-python/axis: add 47

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-28 07:26:27 +01:00 committed by Andreas Billmeier
parent f88106df68
commit 3ec91aa073
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 2 deletions

View File

@ -573,11 +573,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 1737 Ebuilds in total, 1726 of them have in total 1730 (34 different) licenses assigned.
There are 1738 Ebuilds in total, 1727 of them have in total 1731 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1014|
|MIT|1015|
|Apache-2.0|372|
|GPL-3|107|
|BSD|91|

View File

@ -1,5 +1,7 @@
DIST axis-44.tar.gz 33307 BLAKE2B de56d60c2373e654330bcf28be39c2ea24e61d906d4b88c83790372e42352a8c3c19d44b3be944e5baaa04ada41996d71bf14dd7a9ddaf2646f14c48e20c3723 SHA512 09caeb4ff4ccd3b289eab3c297327154c2c153e1893b3a7de75f4e305c9a9207de48c3fada8372e35a033e627c53f58fd4f424945f14f75ac063f8b0c8d5b8a0
DIST axis-46.tar.gz 38344 BLAKE2B d6bb60048632075d48e7f1607def7b953d6b39feb384cc1fdf0dd232fdf46d5b06f7ecb4412c9973f4dc334b808903db79e8aa1c59192d6eee5d7ab7443f69b0 SHA512 c344d668efa2ac44ef0d44d82349572b2609dde169e8f1d229620e2acaf57d36a9ceec35c1e613f4432b16201059a305487ef260b31ea248b18b49c7cb0fd7bd
DIST axis-47.tar.gz 38299 BLAKE2B cdd7defebecb7d892f48c90ba125da432b350f1600e0e718cf5bae6eb18a02e333a3a7349b5791d6ecac5f19157bfd922c2186ff2e25a9a866e58c8ba20ecc94 SHA512 6c156ddd1e4a155a2d9de3148e25c12c3af57ecc5e6c3c2636d057266519b7983b80e7390fa01f6a2743830c14f70179afcffac563002e1927b0ae6c67ee3cbf
EBUILD axis-44.ebuild 830 BLAKE2B 924c2296934847fe22a774add2c709ade9e62c70eb449f25c6bb435a54c171a7c3100d0369a8c98a6f7894657ea5f7ad88ad51143479cb92e69d92845bd22940 SHA512 88f879f18a07fe217a1abd506419239b36cf646b26c067b381a0e90ac34f758216785889b926404f965c396e1308051f0f82710d0f02477b0bb764d5558ef380
EBUILD axis-46.ebuild 905 BLAKE2B 8791ec06b80a122fd5745c6af3d9c91692316edf4d0c4e78b50d006a7d95ba1bb348eb91230ceb8996ee7d60a1a42973a3ebdb9ca92adaa007ed70108db2172b SHA512 f83d62225197cf7e7e62bf55da80bd42c59d61895024dd19d0d7b95e3f85749292f826d31708a1c611089366fb09922445aab6e3fc04b2b83d00e89c249f5044
EBUILD axis-47.ebuild 905 BLAKE2B 8791ec06b80a122fd5745c6af3d9c91692316edf4d0c4e78b50d006a7d95ba1bb348eb91230ceb8996ee7d60a1a42973a3ebdb9ca92adaa007ed70108db2172b SHA512 f83d62225197cf7e7e62bf55da80bd42c59d61895024dd19d0d7b95e3f85749292f826d31708a1c611089366fb09922445aab6e3fc04b2b83d00e89c249f5044
MISC metadata.xml 518 BLAKE2B d8ccd53db6e5e584e041a5e65c8b3b129cbc1d595aad3a7e04a221c4d77b54d367d0bf7c9e322675ec021f2ccf4e62788b643524544d26686bef483567b2eb60 SHA512 cdfdd3ed3daa748f17c682966851bf41eadfeeb271afc9c07d577a940c0d892907120650f16d3d66169cfae851f7773ea79d105e2087b6efa4c50b630ff6d95c

View File

@ -0,0 +1,37 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A Python library for communicating with devices from Axis Communications"
HOMEPAGE="https://github.com/Kane610/axis https://pypi.org/project/axis/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest