dev-python/pyControl4: add 1.2.0

Closes: #3597
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 08:48:10 +02:00
parent a78c403d6c
commit 042c940c82
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 4 deletions

View File

@ -653,9 +653,9 @@ There are 1985 Ebuilds in total, 1974 of them have in total 1999 (42 different)
|GPL-2+|1|
|GPL-2-with-linking-exception|1|
(Last counted: 21/09/2024)
(Last counted: 22/09/2024)
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: 21/09/2024
Last updated: 22/09/2024

View File

@ -1,3 +1,5 @@
DIST pyControl4-1.1.0.tar.gz 17777 BLAKE2B eb7efdec13389f2baea97afed9170b02bd2736c41639fd88bc9a446bc441ff85781283bd7f159af4b0a51a3851fafbfe7a6306353894a2f685a74b0415eb5f3e SHA512 459b73aed08922f4594c1cb02e7af647f7dedee67899732c56c17d63c9f142d3762206983efb84bd33a36361f553084f052fda0c7b7e5b70bc5d64ad5fb76dfe
EBUILD pyControl4-1.1.0.ebuild 826 BLAKE2B eca6a7d0a49a886841f8bbe0f607b8edfb3361a356b99a8e674488d30b0a654a688af7ff4c1b607c2162b67e2097d99a91a3c6dfd4a68be76cf73ac949e9f650 SHA512 e9aa21246fc72e854191d47f787ddcfbedc4f144a0ad009a55f468489f6cbd2cee8440d8c6e8988f710dfba69ab4f8681ec4684928bc83eb295af4a3806c2cb7
DIST pycontrol4-1.2.0.tar.gz 17924 BLAKE2B 3a1a97e0326408a2e53dcb14e898b0979dc57d8ad8e0852886ea1fb233e9b360b0e7baa14485b4d302117230631577a4aebbcc5f334cc76c2e513a436f47f8c0 SHA512 d31edd086e488ae663bb7043414be5860bd21f507565967bb54d8e63d1fd96a1cd70b2c0d9b22cea041f911a63bd9f0ec234ac9a26afd89ab4357f485bd0ca6b
EBUILD pyControl4-1.1.0.ebuild 826 BLAKE2B d7e5281d8b2e40c39f07fe9bc93918ff72533e630622bd39b5d25fb89c05418c3b1c40c5e521c8f0f8b4882938fc748cd81d088fcc13a5fbbaae34104b829967 SHA512 3deeb70f36fc59defe2ca48d9c1e3ace79170d336df514cdf85581bc798df00efa283825789ad13e19089841dc63c36c56fed76908419fa177c0d9eca19b79d9
EBUILD pyControl4-1.2.0.ebuild 704 BLAKE2B 164333b88648419e03b54d0a16522def8a3d553941d08081c43404408c618ff5394c09562db147282d10ecb3361eb43a5b8f243b66bc3033abdd0439370b7baf SHA512 f7b02ff44dda26b46f8b999c042ee52267360d9e8e486a3d7fd2e278006bdfa7efb57521792bf2c383d0cb467d9511545f83e8a819d8b9e82975ea09aa83e922
MISC metadata.xml 518 BLAKE2B 5fe62f30270155723c2b6c484921bd87bbf758fa0087dece6cf2e11d1157a79cecbfc2ebc1a087a8ca9b2fa42bf2ab4bbeebdda1ba572aacebe7f747d9589594 SHA512 cfce36553cebe8dcd37e3966336919c37c3cbc29ac9697132b76eac9f5987341d5ef9c08ca728596ac72e29295148223ac447afbb40acaef354ebb07ee6cbf6f

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python 3 asyncio package for interacting with Control4 systems"
HOMEPAGE="https://github.com/lawtancool/pyControl4 https://pypi.org/project/pyControl4/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-socketio[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
distutils_enable_tests pytest