dev-python/reolink-aio: drop 0.7.14

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 12:56:51 +01:00
parent c55ddeabe1
commit 73ac23979e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 32 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 1619 Ebuilds in total, 1608 of them have in total 1623 (42 different) licenses assigned.
There are 1618 Ebuilds in total, 1607 of them have in total 1622 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|931|
|MIT|930|
|Apache-2.0|346|
|GPL-3|102|
|BSD|89|

View File

@ -1,8 +1,6 @@
DIST reolink_aio-0.7.14.tar.gz 47069 BLAKE2B 059e1c5e7bbcf355768397f25e65ad8d646e10e4c65d151e8be235109947b2b5e3dd08ace5b3d4b51f004b21496c3eb570fa135d5b2488805bbf17fd0663e5d1 SHA512 31586a6773024a34d6ae0b72413048f1abe439ac884265bf0002467707662f5806ed5ab2d1cad98288364522e948f7ce5d47ffa06ad741ca77d04eeb7c93055d
DIST reolink_aio-0.8.2.tar.gz 49284 BLAKE2B f6f77cce81b8df7970658098b5ca263642d2d6808f7babd0c16e5533165053682cd505748768486fe5923cf8dfea2720e442135f1003261a89c1adae9da7eb08 SHA512 6c8cfe6b9fd830bfed2a09612d4e6f3e8a8068ded16dac56c3d5ae7e161ab733b336fff315b513904eaa9a8374cc0ac503bf9743f3109df9226dc391a452f7c2
DIST reolink_aio-0.8.4.tar.gz 49514 BLAKE2B c701a40615d01c67e38bd8341def71de8edd40f2d965549cc04cd70b8d9355a6c89351b3e71e93ea7db0377fd2cada2a80a35143123311ab95d84f8d963f99b9 SHA512 b48b4abe547353d5426dc4c41303036353a4f50841c1d0c8c2656cb01fba8d8c55bdd1c10ea70768f205d0b410580ff9464cbba13ffb0328a247d25f90f50679
DIST reolink_aio-0.8.5.tar.gz 50276 BLAKE2B 0c655b8648c7a235436a6210b41412b974b8c454cb9697efd57bdd3531eed85bf6c298dd1f649c18f01519dfb1191b8a22cd5a944f79d0eaceadce91c400c892 SHA512 4f88bb95082c27f0338c3f2d977767fe4b5580aebe259c6ab8c435905868a05e0d890311df0644ca3a30d7f1eaf673fb8005764bb9bed769ed74f44cc510130d
EBUILD reolink-aio-0.7.14.ebuild 682 BLAKE2B 3bc6fc07548a1fc88543d65c80347d9297466f62872940fae8823b5c395c772da811b1aafa4411c94bc528fbba80571474cd93252c91fb01f51dc7026d967048 SHA512 40511df1b436d05001d6736a450c0806001407a1ee4145b6a8c339bd724fdc3c5e6bd503f59e0b454e15735ae4662e407d431f7af5de3008ab22a4e0bf402de6
EBUILD reolink-aio-0.8.2.ebuild 682 BLAKE2B 3bc6fc07548a1fc88543d65c80347d9297466f62872940fae8823b5c395c772da811b1aafa4411c94bc528fbba80571474cd93252c91fb01f51dc7026d967048 SHA512 40511df1b436d05001d6736a450c0806001407a1ee4145b6a8c339bd724fdc3c5e6bd503f59e0b454e15735ae4662e407d431f7af5de3008ab22a4e0bf402de6
EBUILD reolink-aio-0.8.4.ebuild 720 BLAKE2B 83a79527fda794c569b5e251bbb3bbe072573ea311ea0744a2ce70717881e4bec72bd70754788e390728c35fbe3fc9b8eadf8f6af56ed412b729953191df0037 SHA512 216222c0c870ec93fbd587155d8a47022bf766f4fbca64171d0052e2a656fd344ad693d0b5394453e515289ff01b5c5ea308548d9ce1565441ad940354e89278
EBUILD reolink-aio-0.8.5.ebuild 628 BLAKE2B 8682a960f2ffdd33973547ee223fcf7ca6cf543830880924685d4c76fdd07db3f1f1e3c2ed49cd70352142abb89ad4f2a810e2278c8a3daa12dbc0117cb84511 SHA512 d542376a5e6b2ab97dc5c7d309c88bac533c3779ba931f1e46da7a03f4afe393fb5aebb6f0401336b5b704fca13b0e293effc962704b6e36dffa7ec9b961c4bc

View File

@ -1,28 +0,0 @@
# Copyright 1999-2024 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="Reolink NVR/cameras API package"
HOMEPAGE="https://github.com/starkillerOG/reolink_aio https://pypi.org/project/reolink-aio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest