dev-python/pyezviz: drop 0.2.0.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:50:45 +01:00 committed by Andreas Billmeier
parent be8e82dd7a
commit edfc670e5c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,12 +612,12 @@ 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 1642 Ebuilds in total, 1631 of them have in total 1649 (42 different) licenses assigned.
There are 1641 Ebuilds in total, 1630 of them have in total 1648 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|951|
|Apache-2.0|344|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST pyezviz-0.2.0.9.tar.gz 23668 BLAKE2B 91c63e2874da88f17e6a52b48c4f2b26715694de7d035b84127efa819d04121dfa58dcbe105a8bec65ee88bce17d2f5314bc1095282ee6f91ec506b27e1f003e SHA512 db4a9d75bfedc2912a0817a86ebe4acab1b78dd683f093a3a5517407169f060fdbf180b7064336084c907e1658262bac9b6f6cc525a382acafb733406a5c5f41
DIST pyezviz-0.2.1.2.tar.gz 29007 BLAKE2B 9813c5f4613138f1051a62d438c698522905f5c161136799b6ea94faee772e41e74a29110682bd3d2e73d263e895cf8ddcac79bf3448fa62e072cc3b8a984c49 SHA512 c71dc30b1e32a10c08c197577ae5596df2dcc3a23395da688a9ce217b6e1e7c8de827fac4668aba461bfbaeb2858e8e8d843f760c257f589f8f5fd53f8764619
EBUILD pyezviz-0.2.0.9.ebuild 723 BLAKE2B e8712e9b160e3086cfd7fb7de680b83e20956b7b8a28c4ec3e81e9093093d46347dafc624d2b49a194617793f51889d1ba63dc709de8d23546008ae68932c67d SHA512 104ecf6133800afefd84d22d7e44b4a78d782362386ec971a1a0da78b56549d9929a6d0a44440930623b7aa58deea6906430ada8f69e645957edfefef33397de
EBUILD pyezviz-0.2.1.2.ebuild 723 BLAKE2B e8712e9b160e3086cfd7fb7de680b83e20956b7b8a28c4ec3e81e9093093d46347dafc624d2b49a194617793f51889d1ba63dc709de8d23546008ae68932c67d SHA512 104ecf6133800afefd84d22d7e44b4a78d782362386ec971a1a0da78b56549d9929a6d0a44440930623b7aa58deea6906430ada8f69e645957edfefef33397de
MISC metadata.xml 512 BLAKE2B 792c3d9e0f45de07cdc43fb42108a2ea63532edf4fd30fc54dc8ea81da6a0d1fe2db3dc6d8cc328dfaf0c28d58b13f843f7517488fd10ea80a25ee9c6c90f66e SHA512 d9113f6539b7c280da7f8830489d48ee54c39467ef34b7feff950878b05ace409174c04d180859b2c95977cde560b22aa3b9beba7f818b1f4cc786aa1c4da578

View File

@ -1,31 +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="Pilot your Ezviz cameras"
HOMEPAGE="http://github.com/baqs/pyEzviz/ https://pypi.org/project/pyezviz/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/paho-mqtt[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest