dev-python/aiopvapi: add 3.0.2

Closes: #2980
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 19:00:57 +01:00
parent 458cf5610f
commit ea953b7a77
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 39 additions and 7 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 1863 Ebuilds in total, 1852 of them have in total 1871 (42 different) licenses assigned.
There are 1864 Ebuilds in total, 1853 of them have in total 1872 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1054|
|Apache-2.0|425|
|Apache-2.0|426|
|GPL-3|123|
|BSD|104|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aiopvapi-2.0.4.gh.tar.gz 179965 BLAKE2B ab97f6a3f6035c799facd8293893ab3a5cd280b9206bbb779c3294b2c8d2ae8df2cc174c384cce48466b28862c1bbe93653d0a5b58a595b0559e21faf3d519c8 SHA512 c6a425301f819fb9b7b23c822cac4d60fb9e9a300378ff530bb0488b3a152d207c267a8aedeef160cf79e4548f56851ae9d7caf7917560fd9265e030cb249a5f
EBUILD aiopvapi-2.0.4.ebuild 1035 BLAKE2B 741e23a0f7493215bfb4ac782573e4dd74c4e7746b6f81f1e2efcc135267b2987fc99ba94d30f1a12ad284c936970d0dc44e6a0c340cebb911a73c0ee053f19c SHA512 817be12d0c53d887458d04447009dc44e61e91d0263c104748202cd255221fb881393f272f803d18101692bcf391f7f312c6996cccf01dbdd8e4964211cf587f
MISC metadata.xml 381 BLAKE2B 36a25d789b43f9d9257333dcfe9c133e8703ab4cf50c3cf4518f945269009c6c12bac85109e0d914562f9bfc1d3e28379b274aee34b7bf82556ded75c359d627 SHA512 ab385153eee1f4b02dcc0d6fd14898ca04e866c2ba41d280a4ef7289ec1eda0937ae376c6d5641b499f189972292b84a73557d7b9e3e48c78fc9b7802034770b
DIST aiopvapi-3.0.2.gh.tar.gz 192917 BLAKE2B fa4e0d7257a974ad11757cf51a82c534cf4c5a29356d90bece54c0637bcd21938017c87a45aae886afb17f8d4b7cf28f88e3b36d030e3b1e21b4d1806299770b SHA512 296aea2fb13e951c8accaf872b139b9587d11fb949cacb728d9e911879389535fe440d99956ac59d00f333cf8a8829a6885441b910dacd62ac5c5ec3c1199210
EBUILD aiopvapi-2.0.4.ebuild 1035 BLAKE2B 58f712a07c5b0ea9d459259dc4ff20f1959c74d7d07806e23f34fef8179b6ce9890953c2637aaaec16e99de6d8d8789a38dfa8ea32eaf7c0ce4dbb0d007e4fa5 SHA512 34fead8ce289003a0fddd6a58d9608c4c2551bb358c29180ff814bd8e3a628effdf58b3be1754e598f07bb55ffc4ddf9fa16ad5c10aedfa06d2d4a123b0770db
EBUILD aiopvapi-3.0.2.ebuild 891 BLAKE2B 34c36c50092e1e7151e0a902f22a8e64d401d9950086a7ff65b228683257a55c02ec6ce851afba0eaafbd917ff9cce174ca5ab43fdd27112b2406c59da2e5a94 SHA512 95c5f861e8ade23169ad3af188a27b4adb4bcb67e42b854ee0d99b38b8cc5903882d7c5ec25b8c8eb5dc64ac7bc055b08ab6ee54f8962db71c05e76dd52d938a
MISC metadata.xml 395 BLAKE2B 7cf9ba4b41edb78d1d4bca5e6801dd1ef8b885fb7f86a06342d22cca7826115eb5d7b3d055f7688b9d5b7323262de129472a869440ad3fa4bcd73dd4beb52a3c SHA512 09bcdaa6bdb01f894efd8d1ec3d094ab07401ba326fb53b2dd41504815f66642136e1d0431ad6a47bc74e95168d2fe8608f5ed2571a301ae41c9c315702ce846

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -0,0 +1,30 @@
# 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/"
# https://github.com/sander76/aio-powerview-api/archive/refs/tags/v2.0.4.tar.gz
# https://github.com/sander76/aio-powerview-api/archive/refs/tags/v2.0.4.tar.gz
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

View File

@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">aiopvapi</remote-id>
<remote-id type="github">sander76/aio</remote-id>
<remote-id type="github">sander76/aio-powerview-api</remote-id>
</upstream>
</pkgmetadata>