Skip to content

Commit 82318c9

Browse files
committed
dev-python/aiotractive: add 0.6.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3790 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f75699b commit 82318c9

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2105 Ebuilds in total, 2094 of them have in total 2121 (42 different) licenses assigned.
609+
There are 2107 Ebuilds in total, 2096 of them have in total 2123 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1218|
613+
|MIT|1220|
614614
|Apache-2.0|475|
615615
|GPL-3|128|
616616
|BSD|111|

dev-python/aiotractive/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aiotractive-0.5.6.tar.gz 7889 BLAKE2B c33491150adb67f90267a4e578274a65d8ede22443d1b003deddc5f6c36f7926ad343210ab02b42cff9012bf02c89818dd1005b1150ad9fba52917d411027499 SHA512 a00d78aeef1ceed58419a0bf67677b9561d68ff8f1c3fe0bd63bf5b1ea4b86d3370efecb26142fbaf4313e8d22b59a8cd75b4dfeb405ff45f648c0b0cabfb484
2-
EBUILD aiotractive-0.5.6.ebuild 704 BLAKE2B 2f240af87e06051ff84bd0aee5327dc7d09a1539c14681e2e809884e460366dd3328f89314343627b8b1c11b20edc766840fa30a5f03433b5819df4bf2bd055f SHA512 382836d200ee31c85fe7059ddca62c176b06500b6e85ce0d03970cd2066e3a83f26986b31c6c4308c0962683eae24ab80f47ef7b0cf95d5c87b3af6955177060
2+
DIST aiotractive-0.6.0.tar.gz 8352 BLAKE2B cbb65a89ecdbd45433d7ff266c22f332cfae55425279bcf6110acebd1921d5e50effa161e12d3b9be5d64a7fd2b453e072da61f45ba04222983cd84fb6f29090 SHA512 0647aedb7d1759749fd5303abb36e0e310c64d0f7816c4fe9539ee6715371d52d961bdfaf271e6e6191c01c22f324ca8876af3cc3e3982a90942718c63b6aff5
3+
EBUILD aiotractive-0.5.6.ebuild 704 BLAKE2B 56f4d72bf19c78b45dd803378e75b1f7e36391fdb6fd41504ae0c98850990918958cea92eabec59185f11f8add90bc5d39bc161faaacafe26c3aecbecbe4d0e6 SHA512 335351621e5ec9c255b09b2b68902b557ec418a759e43a717588c321c32adbffa423e1e1467f096391a2b2ffaa9b41f56e8882ac123a30d292cbe1f9900e679e
4+
EBUILD aiotractive-0.6.0.ebuild 602 BLAKE2B 0f4b04455208fe7c7ba7ea50669c6156fa0783af7454cbf1af834b3369a31cc7a358ddc10a013f017bbafe22b988b521bd6c918755fab1b66c9877be796895e6 SHA512 e24277c4aa05b6362d7202fa517b6831c378df7127f6fcede0c2b956528dce704c7cd7b3a60f923b4fd9a07e26aa8996373bf89516a0983fe39fbbed606c8499
35
MISC metadata.xml 520 BLAKE2B 1ca5d818732c951e3e9832d603b11788ceb58b9113633fda50cf1fbaae9a872770e65c0bcfbb699774a614f74a8522ca8b2d48cd3e4c0130feabd54265bc1053 SHA512 108561d6f06a0a0b6ebf1492878d0764022b2ab40898bc67590243e15679ff84dc56d57f53cff1f55c040892ad00332e3dd19271633288d2f2e11bc0da2d777e

dev-python/aiotractive/aiotractive-0.5.6.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99
DESCRIPTION="Asynchronous Python client for the Tractive REST API"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Asynchronous Python client for the Tractive REST API"
10+
HOMEPAGE="https://github.com/zhulik/aiotractive https://pypi.org/project/aiotractive/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
21+
>=dev-python/yarl-1.7.2[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)