dev-python/twitchAPI: add 4.2.1

Closes: #3795
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 20:31:55 +02:00
parent 177da19290
commit 958b806713
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -606,11 +606,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 2012 Ebuilds in total, 2001 of them have in total 2029 (42 different) licenses assigned.
There are 2013 Ebuilds in total, 2002 of them have in total 2030 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1163|
|MIT|1164|
|Apache-2.0|448|
|GPL-3|119|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST twitchAPI-4.0.0.tar.gz 95519 BLAKE2B 090d719778f23090e2f64b0f96619dc201e09b876d486ae985360120f488bcdbcaae054149a2a7527caa666ddbc2d76823e9c2e4b5fb7f11e0c3945ba30db3fe SHA512 a65a1d8267aa3e0fa20893d5c5a3d52f97afbc6c43f069694f1e524f2481af40486fb58e64fa8c1c57e83d45bd655a6ac605d69e3bb0766cd4775651e7a060c6
EBUILD twitchAPI-4.0.0.ebuild 801 BLAKE2B e6477334d0cef03734a7cfc3a66c2ffde0c92b7f936fe56037602a44f2c0b30c74f8f3278b192a11c27bb318a657d91a7bc3d6207557afb4314c8cafe1b83e00 SHA512 fc1184ca0bab9d7147ba8b827e62d8e227bbc6cfee2265f355226c0b7b7957e08e62a86d19ddedfe97a5eab2b4b22e8b7e294ce2e6935ae1fd2125d8fffb34fa
DIST twitchapi-4.2.1.tar.gz 101312 BLAKE2B f817db189dce658de8e2ce2299110918b8c014e1568e42e76e47be4b12ee906acb75fd256fb291dbbf682547d49e96100be7a4ca4bdd2abd1a9cc605bc3f4ac7 SHA512 08f0e38a6cf826a13333384c5e0611139b4b734a1d2b58f9dca2acc066fdf2268801e8c7c91f2ea986c305a3a579528a7ee12b0332747787a0eebef0e62f4f14
EBUILD twitchAPI-4.0.0.ebuild 801 BLAKE2B 8f1548b42298e61cf94c6cb7369f82dfb5cf9b05afcba8e4b5c6076ea3f1abc7509e2bfc3e9b46f51c16b4a894ce993a29033f74819698591dd0c5712d49fe3d SHA512 bff168ddb408f284bcd24b877de2583bf80e367f333e3aa71f040a5d0649247c0bcc1e4f0d3ffac36c057d27cb3bb4ccc1dabebb71cc16c398bb814a3c31d487
EBUILD twitchAPI-4.2.1.ebuild 679 BLAKE2B bfc760b10028dca2a6b1071f77db5fe168c39b29eb2433413f2ad5abcad9a89320fd0927260d7c7e2018886580e8bd526dd13f4389ef1f693c37e98887054193 SHA512 9f9ea6c10d60e24d499882f40cf1154ed2cf48c6e65503509a4304f7fb82c991f75e57d7e323c81cb13e4f884ba22cee0e35a21f8c529c826d961d361de594f1
MISC metadata.xml 519 BLAKE2B eb8737f55bea8ad0f2146471741a4c5a08332d7acdd43b1fb77ff92321c51a152b40f5c3716fbacc48c9e15d9a31d7c0450a3847c404d3e699d964265cbb6729 SHA512 751bf15ef337eb0bf9eb4862d8a015cfa2067ba4e9cd9ff53b484b3bb8f8a71ec0dcbd0ee6c3e5098cc59fe0a8dfb20095ae1c63753470c521947209c3a43d64

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..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# 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="A Python 3.7+ implementation of the Twitch Helix API, its Webhook, PubSub and EventSub"
HOMEPAGE="https://github.com/Teekeks/pyTwitchAPI https://pypi.org/project/twitchAPI/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
distutils_enable_tests pytest