Skip to content

Commit 0486ca0

Browse files
committed
dev-python/aiosteamist: enable py3.13 and disable py3.10
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3763 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ca0c9c4 commit 0486ca0

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
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 2245 Ebuilds in total, 2231 of them have in total 2269 (42 different) licenses assigned.
609+
There are 2246 Ebuilds in total, 2232 of them have in total 2270 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1273|
613+
|MIT|1274|
614614
|Apache-2.0|519|
615615
|GPL-3|143|
616616
|BSD|123|

dev-python/aiosteamist/Manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DIST aiosteamist-0.3.2.tar.gz 8815 BLAKE2B b65a9822f7b32c17a9700819164d849ec89bb8c940d12a432a7fd5714f18e3308495b9ee854e6fc0a222373e71a23284d0e26ea44493d6864863e9dc6678b00a SHA512 c5078e1e7a2cd016c18c79103b320238870b0f51a8701b59424f4b78b361d3f0fbeede1b9b9c980bd6ba4375c221fe9cf7326d00929dec76eed4b0cc099305b5
22
DIST aiosteamist-1.0.0.tar.gz 8174 BLAKE2B adf59729e15ddc60c4abbe01d3912e67071b2247bae0deb3710e363a3ecc9986abad5eda72cf979550aa7bb911322d56a2439c9457ac9855168a98e3837d0935 SHA512 6ffd96999d6cf9756f3b9b78f2c3d666ad2747017ab90d509593c7d88edd2061c72200af926d702dd330e51fa7573e36c9eab8b895c7f0bd05efa129b61fbc30
3-
EBUILD aiosteamist-0.3.2.ebuild 733 BLAKE2B 4b7dd9e357e5753364400d94805435fe27a111278f2a5b76602f168fb158096e7781619251b0b703b2b52946a3e57907c1ee070519c454fa662053c63e419f7c SHA512 75a3dff69b7dd4beb6dbc8b8f03ea68dfc41501cff01ee65f353ce4aab66bcb1e21866c110a3e6be1a49ff02377ec37d53239234850b8e30fdae1dd8d6d81058
4-
EBUILD aiosteamist-1.0.0.ebuild 733 BLAKE2B 4b7dd9e357e5753364400d94805435fe27a111278f2a5b76602f168fb158096e7781619251b0b703b2b52946a3e57907c1ee070519c454fa662053c63e419f7c SHA512 75a3dff69b7dd4beb6dbc8b8f03ea68dfc41501cff01ee65f353ce4aab66bcb1e21866c110a3e6be1a49ff02377ec37d53239234850b8e30fdae1dd8d6d81058
3+
EBUILD aiosteamist-0.3.2.ebuild 733 BLAKE2B 9aab4ca2a98f191e106414d1b48543e97c2a0aa6e90e7937baf16447ad06d411459962d227f5d676d6f7476f42eb10529dd72d7b6fd7d0cba9f73f7a0b3c76e1 SHA512 b3bc029e3aeaeafd0ca76af1fab2d4eb96f8c848de8292cbdd4b5349464d4cc4d15860e6e662850a8ae1c440fd489472d28632bc00bffbfd6bb8a03d30cc16fd
4+
EBUILD aiosteamist-1.0.0.ebuild 654 BLAKE2B aa583f2e32171b32df98becb65c63df6f604fa75af5c77339fd98811208b69e0a7665615cdd9818c9f66464713e271e761bb576906b691f4fad8e90939caf42e SHA512 144ea48c0f3433e559d36350ac5b6bd0c43bda0e8ce6fdafbe85fb6bd7cd6c0c58cf02d97e153c35b56168f28ef89d7791e17032426a2388efd0eaefdc40a452
55
MISC metadata.xml 513 BLAKE2B 82a2d45af3ea1d0f5498faea9d98f1e7449139f7ef4b945aacde7b8029fc46ce3a69ee27b377e7076f480ae40d6f39e36789a97662af82d01c41f499084764d8 SHA512 8df1adef8d5fd53517bd7ebeef8f6bc451ad672df440380c42ac904240e1dda7aec1402ef301cf4e07b1ece960e6eb462d404895c64125a18778703984b19e7c

dev-python/aiosteamist/aiosteamist-0.3.2.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=poetry
88
inherit distutils-r1 pypi
99
DESCRIPTION="Control Steamist steam systems"
Lines changed: 3 additions & 8 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=poetry
88
inherit distutils-r1 pypi
99
DESCRIPTION="Control Steamist steam systems"
@@ -17,16 +17,11 @@ RESTRICT="!test? ( test )"
1717

1818
DOCS="README.md"
1919

20-
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
20+
RDEPEND=">=dev-python/aiohttp-3.9.1[${PYTHON_USEDEP}]
2121
>=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]"
2222
BDEPEND="
2323
test? (
24-
dev-python/pytest[${PYTHON_USEDEP}]
2524
dev-python/pytest-cov[${PYTHON_USEDEP}]
2625
)"
2726

28-
python_test() {
29-
py.test -v -v || die
30-
}
31-
3227
distutils_enable_tests pytest

0 commit comments

Comments
 (0)