cleanup onvif-zeep-async

This commit is contained in:
Andreas Billmeier 2022-03-20 08:41:57 +01:00 committed by Andreas Billmeier
parent 9371a07b58
commit 41f7806dd7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 42 deletions

View File

@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1721 Ebuilds in total, 1713 of them have in total 1720 (34 different) licenses assigned.
There are 1720 Ebuilds in total, 1712 of them have in total 1719 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1045|
|MIT|1044|
|Apache-2.0|315|
|GPL-3|105|
|BSD|96|

View File

@ -1,5 +1,3 @@
DIST onvif-zeep-async-1.0.0.tar.gz 165661 BLAKE2B bf7867d53a9e40afdf8eddc59c278d17fd8690ffcd0d9cb8531a9617ca6ef028252584e213798f331df009b65172fdf1e4a4016e4fd880cf9c6c155e8e366817 SHA512 3535bab1b8420813e3f267735e46d17b8c5db77464b86e962cf12c52686626152a5cd5e7d35f89a993d339bb88d29756ddc3205f57c5a09d904a9ca249393daf
DIST onvif-zeep-async-1.2.0.tar.gz 165894 BLAKE2B 076a60aecbe3e10af81ec8655f2ede55d5ee226ff5daaf6cf911afac588103e2ac047055f45f2b1e4b96170e878b506ed754fe5ff98009736d33d179e1e7211e SHA512 9208b8379ea586ac6c09b97bc9eb4be9db1fc1df3c090755d78579fe471546f1675ddbd2cf1af4f87ed032f695b75d9cf8447feaefc8db4fe76360f012bc3d22
EBUILD onvif-zeep-async-1.0.0.ebuild 825 BLAKE2B 647ddde5dedb046ff4a2830e95ab98e595c14b1a427e480534b16d34df4018073ba3b05b4197f3ffaa98d6faacb3eced6e455b3dec842f29782e4079423d7e4b SHA512 86db489ff30cca65a9fcffaf508e6a1860d083d88014a832cf87c354b13e3db76d4c7e818376dea82bf4d376525790fd8303db5d5437266fd18d5c787bfa40bd
EBUILD onvif-zeep-async-1.2.0.ebuild 825 BLAKE2B ec0f89e6f4b934357254b0c681252cecab37709b4e43f808efaba887b482750ede40b844757563f980eaf5a8b6b13d3456fa641769f93f911e13b6c47a4e18e7 SHA512 9aa6b27692d4500bf3f575b37822706a4af4f88bd5c39ca0e433ca2c168851f2c009e4def7ce18e465c5eb9abcb72e25a40f577a59dea16d9258db04dd9b60fa
EBUILD onvif-zeep-async-1.2.0.ebuild 824 BLAKE2B a7f06f8a9b2e63f562df62b249643b6cb2aa9206cce2c6884f99eec56070b1cd71d92477644202ec84aee0365ad5c19a5f69f5f831b472e65d09648a0a89fe19 SHA512 0cbfa993e0475c1d817e5790eebcfcd9c26013304597b6f855dd453d304b35e81deb27ad2aabb29b760c4b2e3ecbb4f8a4ba4c08416dcee096cd342c3a7b0021
MISC metadata.xml 454 BLAKE2B a868a24d072ed1b3992e0ae69cbadd50885f0d28e2622e9453aa2d3a537f6eb6a5b3dbd72009808b49023e5cc78252f8f9fce3038f67b8c8e619f8ec3f75be1f SHA512 f454bacc82fd9bbb4b549978508c341af22adc5842865d844d43132157949063a01fcbb0c856c22d8fb788cc01afda03349136fdc1c3e9e68118b88821e321fd

View File

@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Async Python Client for ONVIF Camera"
HOMEPAGE="https://github.com/hunterjm/python-onvif-zeep-async https://pypi.org/project/onvif-zeep-async/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="~dev-python/httpx-0.16.1[${PYTHON_USEDEP}]
>=dev-python/zeep-4.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="~dev-python/httpx-0.19.0[${PYTHON_USEDEP}]
RDEPEND=">=dev-python/httpx-0.19.0[${PYTHON_USEDEP}]
>=dev-python/zeep-4.1.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]