dev-python/aiotractive: add 0.6.0

Closes: #3790
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 09:01:54 +02:00
parent f75699bb9a
commit 82318c9328
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 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 2105 Ebuilds in total, 2094 of them have in total 2121 (42 different) licenses assigned.
There are 2107 Ebuilds in total, 2096 of them have in total 2123 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1218|
|MIT|1220|
|Apache-2.0|475|
|GPL-3|128|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST aiotractive-0.5.6.tar.gz 7889 BLAKE2B c33491150adb67f90267a4e578274a65d8ede22443d1b003deddc5f6c36f7926ad343210ab02b42cff9012bf02c89818dd1005b1150ad9fba52917d411027499 SHA512 a00d78aeef1ceed58419a0bf67677b9561d68ff8f1c3fe0bd63bf5b1ea4b86d3370efecb26142fbaf4313e8d22b59a8cd75b4dfeb405ff45f648c0b0cabfb484
EBUILD aiotractive-0.5.6.ebuild 704 BLAKE2B 2f240af87e06051ff84bd0aee5327dc7d09a1539c14681e2e809884e460366dd3328f89314343627b8b1c11b20edc766840fa30a5f03433b5819df4bf2bd055f SHA512 382836d200ee31c85fe7059ddca62c176b06500b6e85ce0d03970cd2066e3a83f26986b31c6c4308c0962683eae24ab80f47ef7b0cf95d5c87b3af6955177060
DIST aiotractive-0.6.0.tar.gz 8352 BLAKE2B cbb65a89ecdbd45433d7ff266c22f332cfae55425279bcf6110acebd1921d5e50effa161e12d3b9be5d64a7fd2b453e072da61f45ba04222983cd84fb6f29090 SHA512 0647aedb7d1759749fd5303abb36e0e310c64d0f7816c4fe9539ee6715371d52d961bdfaf271e6e6191c01c22f324ca8876af3cc3e3982a90942718c63b6aff5
EBUILD aiotractive-0.5.6.ebuild 704 BLAKE2B 56f4d72bf19c78b45dd803378e75b1f7e36391fdb6fd41504ae0c98850990918958cea92eabec59185f11f8add90bc5d39bc161faaacafe26c3aecbecbe4d0e6 SHA512 335351621e5ec9c255b09b2b68902b557ec418a759e43a717588c321c32adbffa423e1e1467f096391a2b2ffaa9b41f56e8882ac123a30d292cbe1f9900e679e
EBUILD aiotractive-0.6.0.ebuild 602 BLAKE2B 0f4b04455208fe7c7ba7ea50669c6156fa0783af7454cbf1af834b3369a31cc7a358ddc10a013f017bbafe22b988b521bd6c918755fab1b66c9877be796895e6 SHA512 e24277c4aa05b6362d7202fa517b6831c378df7127f6fcede0c2b956528dce704c7cd7b3a60f923b4fd9a07e26aa8996373bf89516a0983fe39fbbed606c8499
MISC metadata.xml 520 BLAKE2B 1ca5d818732c951e3e9832d603b11788ceb58b9113633fda50cf1fbaae9a872770e65c0bcfbb699774a614f74a8522ca8b2d48cd3e4c0130feabd54265bc1053 SHA512 108561d6f06a0a0b6ebf1492878d0764022b2ab40898bc67590243e15679ff84dc56d57f53cff1f55c040892ad00332e3dd19271633288d2f2e11bc0da2d777e

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
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for the Tractive REST API"

View File

@ -0,0 +1,23 @@
# 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="Asynchronous Python client for the Tractive REST API"
HOMEPAGE="https://github.com/zhulik/aiotractive https://pypi.org/project/aiotractive/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.7.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest