bump aiopvapi-2.0.2

This commit is contained in:
Andreas Billmeier 2022-10-06 00:00:09 +02:00 committed by Andreas Billmeier
parent 6458d7b485
commit ea147fa42c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 4 deletions

View File

@ -538,11 +538,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 1915 Ebuilds in total, 1908 of them have in total 1920 (35 different) licenses assigned.
There are 1916 Ebuilds in total, 1909 of them have in total 1921 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1154|
|MIT|1155|
|Apache-2.0|364|
|GPL-3|119|
|BSD|106|
@ -578,9 +578,9 @@ There are 1915 Ebuilds in total, 1908 of them have in total 1920 (35 different)
|CC-BY-NC-SA-4.0|1|
|CC0-1.0|1|
(Last counted: 05/10/2022)
(Last counted: 06/10/2022)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 05/10/2022
Last updated: 06/10/2022

View File

@ -1,5 +1,7 @@
DIST aiopvapi-1.6.19.gh.tar.gz 177345 BLAKE2B 867c7ce316da5e2d8618d1896b078a69081c46685a96642794a847d3b3b71cdb167c9718fa44e2e5b3becc09b9649e0a52f8a67737ecbdba167e6b646e6cca00 SHA512 d716e882b22ebd8e9a032e870c2d264f2fae156b81c2b3cba2bbc48156a6c20f076b4b175b73838eb52342d4d42db1af7ef48be2c6bfe05822f5a93d0e91d840
DIST aiopvapi-2.0.0.gh.tar.gz 179357 BLAKE2B 81839d9af11de5469ba17f65ab5db05dbf4a56bf0a5172c32e3de61be3f289b017dadabfc65a05bd147a43a054e8e68b59211071899ebdde7b2f0406f2645159 SHA512 7c79e4362cc4deaea896c2d8224fba994a423c28852aa4ab02732fff48f71c25ae242f6a459e1071eab65fb6e5b0aa5afe9806b303dfd8130663ea07a7cadce7
DIST aiopvapi-2.0.2.gh.tar.gz 179513 BLAKE2B 2903dfd06575e994c1937457ba90e6a97973057b09aec2786b4f6260fccf483cc5e83fdcdcae1f40c4ee26d029dff4ca253c97c8c4688ac4c3a2f059643e984b SHA512 810642d02d00d6c9c5b66b37e9eca4e87b48d6bd07e41fd4263f49a90a659d1c5c5b0be9ce89fa1c685bc2bc3bd20fe182bfb0371f90fd74196f95ba4cb18d22
EBUILD aiopvapi-1.6.19.ebuild 991 BLAKE2B 067a34913922f29fc96a8eed11b4db76f1355c33690b30a26073a264d56687a070a7d0c29acad299ad18e963900ec066b1c634dd7adf90cd6394b510b09a9eb1 SHA512 413aa248ec7dd9048903fc63fab1f2684267c88a6d776bd7db3f3b46e952d155ca5efba9f3ce5aea3467f16f01edb2dc7e01ae87570caf44b4066e3ea26a0a07
EBUILD aiopvapi-2.0.0.ebuild 979 BLAKE2B bafe8b3ef1f8e6e2689884e448a425a64ea25fdf0ef1a8986dbea40fb77fe6467cc5618a8960f088094b3715c9bc2a2bedbd2bd01ccddba003945cd6a50f1ea4 SHA512 de3f31a6a41d90152934e63c94b51bc6ae18781993d79b89662004cb12075ffaf249b8554c9c9095c1f5b9246813bd7c02660c1bdf03afd3142f9b18391781cf
EBUILD aiopvapi-2.0.2.ebuild 917 BLAKE2B 24cc55ddadc59ead0cbf454f943713225e240b40b1bbf2b334c24b43a20da2c14a3ab412ef512cacd59d7ca68e6eb72c39794ccd1091b2d97019b7a1cb4d4b78 SHA512 2979928087cf412638e6800bf2ac8d13eea236114a7f3dc9b5824232d2854108b27c331c1a91af317a7ed62296a5cdec3e59b9ef8c6a0464dc6ee35bfd49cde4
MISC metadata.xml 327 BLAKE2B 71910c0aaadb292a65081a610b8a1b859944f0218500c992737d918250cf36ca1138dc615ef7186f07f78fa64380f23cec7e3d0b9fe2e06245308f6be9c113aa SHA512 772c166930b070298fdfd6f53f71c2cdcc5cdc7e723b3a8c200ea7571f69bafcd79365c91ffe0e23a87011f168d50ddf5a77ef98a7fbffa93e129b9cd4f92be8

View File

@ -0,0 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Powerview blinds API wrapper"
HOMEPAGE="https://github.com/sander76/aio-powerview-api https://pypi.org/project/aiopvapi/"
MY_PN="aio-powerview-api"
SRC_URI="https://github.com/sander76/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
<dev-python/aiohttp-4[${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
}