dev-python/aiopvapi: add 3.1.1

Closes: #3122
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:31:34 +02:00
parent ceac56d523
commit 9b15261623
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 deletions

View File

@ -617,12 +617,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 1985 Ebuilds in total, 1974 of them have in total 1993 (42 different) licenses assigned.
There are 1987 Ebuilds in total, 1976 of them have in total 1995 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1123|
|Apache-2.0|455|
|Apache-2.0|457|
|GPL-3|129|
|BSD|111|
|LGPL-3|26|

View File

@ -1,5 +1,7 @@
DIST aiopvapi-2.0.4.gh.tar.gz 179965 BLAKE2B ab97f6a3f6035c799facd8293893ab3a5cd280b9206bbb779c3294b2c8d2ae8df2cc174c384cce48466b28862c1bbe93653d0a5b58a595b0559e21faf3d519c8 SHA512 c6a425301f819fb9b7b23c822cac4d60fb9e9a300378ff530bb0488b3a152d207c267a8aedeef160cf79e4548f56851ae9d7caf7917560fd9265e030cb249a5f
DIST aiopvapi-3.0.2.gh.tar.gz 192917 BLAKE2B fa4e0d7257a974ad11757cf51a82c534cf4c5a29356d90bece54c0637bcd21938017c87a45aae886afb17f8d4b7cf28f88e3b36d030e3b1e21b4d1806299770b SHA512 296aea2fb13e951c8accaf872b139b9587d11fb949cacb728d9e911879389535fe440d99956ac59d00f333cf8a8829a6885441b910dacd62ac5c5ec3c1199210
DIST aiopvapi-3.1.1.gh.tar.gz 194211 BLAKE2B 9650badc71590ce699697386a66084e7c2d568fc505894fd4cd07c8e3a8da1d9f3eb74406149bc626200c0a78c77ae2420daed134b5550059cd561a984b57413 SHA512 d264a3b8fe34ea7ed6b4d43a308037c0d56c7a5a68424c4671789a033118754c33348a690e43414cee812f6207bc4daf06645f2a61ec75274f2d21c992548116
EBUILD aiopvapi-2.0.4.ebuild 1035 BLAKE2B 58f712a07c5b0ea9d459259dc4ff20f1959c74d7d07806e23f34fef8179b6ce9890953c2637aaaec16e99de6d8d8789a38dfa8ea32eaf7c0ce4dbb0d007e4fa5 SHA512 34fead8ce289003a0fddd6a58d9608c4c2551bb358c29180ff814bd8e3a628effdf58b3be1754e598f07bb55ffc4ddf9fa16ad5c10aedfa06d2d4a123b0770db
EBUILD aiopvapi-3.0.2.ebuild 891 BLAKE2B 34c36c50092e1e7151e0a902f22a8e64d401d9950086a7ff65b228683257a55c02ec6ce851afba0eaafbd917ff9cce174ca5ab43fdd27112b2406c59da2e5a94 SHA512 95c5f861e8ade23169ad3af188a27b4adb4bcb67e42b854ee0d99b38b8cc5903882d7c5ec25b8c8eb5dc64ac7bc055b08ab6ee54f8962db71c05e76dd52d938a
EBUILD aiopvapi-3.1.1.ebuild 731 BLAKE2B cb6a76a91986e2cc8668d653222b1995a1802f326896cafd4b309c48ac9681997b56e2046f1e06fa516a0541956c64702e1cb0ebfaacb2956f8548e2ed6796df SHA512 35db060c4a925ca8f669a06f17a76b48ed1254ad7c416df3e7e765d977d92a61365e5f8a3890e174caaf6cf3a7bb9f4a06f59ef1d6a8af5a242a25e847c4402e
MISC metadata.xml 395 BLAKE2B 7cf9ba4b41edb78d1d4bca5e6801dd1ef8b885fb7f86a06342d22cca7826115eb5d7b3d055f7688b9d5b7323262de129472a869440ad3fa4bcd73dd4beb52a3c SHA512 09bcdaa6bdb01f894efd8d1ec3d094ab07401ba326fb53b2dd41504815f66642136e1d0431ad6a47bc74e95168d2fe8608f5ed2571a301ae41c9c315702ce846

View File

@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
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/aiohttp-3.7.4[${PYTHON_USEDEP}]
<dev-python/aiohttp-4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest