dev-python/rokuecp: add 0.19.0

Closes: #2847
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:58:40 +01:00
parent e776ba86b7
commit f22bb23898
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 deletions

View File

@ -617,11 +617,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 1744 Ebuilds in total, 1733 of them have in total 1752 (42 different) licenses assigned.
There are 1745 Ebuilds in total, 1734 of them have in total 1753 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|994|
|MIT|995|
|Apache-2.0|381|
|GPL-3|116|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST rokuecp-0.18.1.tar.gz 12404 BLAKE2B 89be1ef16889a074fa5b6e46d37c92b8470586f8e201f381565186ad700021be814d5c5fe0306c96e5b93d019eb2ca91f0bd90a18f9eda06d6c36ea9e25e58a3 SHA512 2f25f3e7a8b8fc28c05be395db5f3dfd3245d250c6eabb04e567039ee5a8fd7f5e926240a37a62c48acacb88718dbb40a09d76eeca5f2e7125a0eda28131031f
EBUILD rokuecp-0.18.1.ebuild 973 BLAKE2B 93338da49da34fabc90541ea0a804fe45531b05f4e64456fe2cb0e9384539d5e4c8e7b2ed0d82a93711d850710e3e4aedef19af0b997ce969ddb009296a92b70 SHA512 1ed003f09a924271b2d877549b327e5fab4453ee2d8a4202ccb4f7411d09409038cdb46376ba8cc2fdf196f05d095762b2d030b0e3df1529e62d27e66b601b47
DIST rokuecp-0.19.0.tar.gz 12622 BLAKE2B d4a70f146b0149f8ac97da55ed90eca3927f526e60cf39703b7cfb4663e02739dea8299e426e6494a987dbe3bc0817c2184365bd581bc90936fbf44f053286c4 SHA512 7210289e764146a8693f098a2774d517f0d497824d2686bba64f2169364819a88c7818f7ef47bcac2cc3cdf36e6ba8cf3091f40c4e036f30785a274d99bb8ac5
EBUILD rokuecp-0.18.1.ebuild 973 BLAKE2B e8767f7aff09f9a4a1367dfc697919ea4beff73b04062463fe99b852d7d22cd4896008fc9e8bbf539335fa05e94f2fdaa8e2fe801a9c94449a5bb61d56275de9 SHA512 342e5c05720429069a4319853c8343daa1a95dd396ab03bd159f8ed473e080afc3b88cade592df5f9071062231e73ab63a724daf70ac0b523dc08bffae6c858c
EBUILD rokuecp-0.19.0.ebuild 894 BLAKE2B a556ea10d4a64c2cccbe4b0f008b6aa725bd09de72189a1a210f407e22b67c77f523d3ece76a46e43a826005b9a4934842899387b7629b95df97fc5bcc3e7fb0 SHA512 ec18d93aab02dbd187c9952231f8e3c960247a51e943df9e74cf082ab922206cf77125aad3744d263e707e55168f30c975d7569be44136b79d2c45cc33859933
MISC metadata.xml 528 BLAKE2B f2ce13c95c3feb62b377aacb51e32c42c7b17e9f4dfc9f060213311663c56d312cf49a3adaa7b5a923f4dd2ed87e330aa981cecfff2a32caacbaf7cd3911b8f7 SHA512 3fcf5301a24ece1f277d711fd54b858ed4fb59e527a258552e139641d9f11f5c79bb32cc56e491bedf92ac26739d80b028ce4ab47ccbb03261c3c5cb09919fac

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,33 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Roku (ECP)"
HOMEPAGE="https://github.com/ctalkington/python-rokuecp https://pypi.org/project/rokuecp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}]
>=dev-python/backoff-2.2.0[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest