Skip to content

Commit 227296e

Browse files
committed
dev-python/arris-tg2492lg: add 2.2.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3239 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 39ac328 commit 227296e

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
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1779 Ebuilds in total, 1768 of them have in total 1788 (42 different) licenses assigned.
620+
There are 1780 Ebuilds in total, 1769 of them have in total 1789 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1014|
624+
|MIT|1015|
625625
|Apache-2.0|393|
626626
|GPL-3|106|
627627
|BSD|105|

dev-python/arris-tg2492lg/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST arris-tg2492lg-1.2.1.tar.gz 5028 BLAKE2B 44b52d50cb43bc281ea5ef0ba7ba92f5fb3c53c8ffdd8246d72d4d82cb6ae8a87cad16db441688f14d21fa1dde21c08600489d7df704512f3c5520931aaebcc4 SHA512 f8a519bf20c18916380434671cfd1d5d212f7f2d136ce236e8764cb56968849629097585cfaf3c72f8d2da45fc853a5e7b54aa45995be274b5f5b373fc58ecbe
2-
EBUILD arris-tg2492lg-1.2.1.ebuild 667 BLAKE2B eac91f04092b1a29c84298e093f9d5d29643056e61c004bc9e41643bb3f2fcdd90865e141949352f85414a5c960fcc64215b36745359c0f7021e9baaeb43a0b1 SHA512 241436f298ea55c9ef857ec4a8e8431580e42336d89a23d453aead88afbfc0c2b9121dcfef620f950fe0f7de880fcb355dbc10953f287eac17c14fa7afb35074
2+
DIST arris-tg2492lg-2.2.0.tar.gz 9157 BLAKE2B 2b48fc0212a195cb3547332abcb507c7697a6e938a594a588a8cee4b0d3fd65b44c7da73be216b0572cb2637b05a4b20856090d995828931a5482d0bc67eb4bf SHA512 9bd3ff407ff2d1854b751f5014fa46c18d59f18575e4e6b64156edfcd2b4e7bcac067165327b7da5dee65d320f9a2c71b7592fc44226cc3a7b94f452887c4d8b
3+
EBUILD arris-tg2492lg-1.2.1.ebuild 667 BLAKE2B 65c3c520d777a2e4131c274b48dc4130b49918f5053a1710e7143e1bbe46ccced7f12185c0467999930b55a4c4c6f0ed0ee3929265e5d625b97ac71c7c9f50a6 SHA512 44c05bf9f0843f6a173627d85459ffbc09fd911c29c7eebbc97aee6b66cea1886187334ddaef61001e9df581422fb48f71b0f8cf85048104e835c055ec3178fb
4+
EBUILD arris-tg2492lg-2.2.0.ebuild 564 BLAKE2B 0120956ce57376f4367d644002813fc9d6353c6e8502c066b83c821e34f49bc6a8799a32c2f8099ccb57f120f26c153de1363bd3dc5ddbb58c4d9192c5b3fedb SHA512 a52dc020f3a6b349eccbf057760116df4babb52be316b9a100acbee9c831a0322f48af64c725c55827686d61d24da19e4cd556b6f11c08ed730e14539f42ff0c
35
MISC metadata.xml 399 BLAKE2B 207c0dd576e577ec0faa78230d63e54e7ed04690b2474a397ab4200686e8e370df1248cb08a38d97eec5ff35e6cb5a427da12720311fe99cb972ef264ee14162 SHA512 82c27f051ef7339a62af48f02eaf5e607cdc29e9253523b788d91e3153116a1ec7cc55c1a1139d9c800a20e2c4bb5d0745c4673bfd69115faeaf9382643f6d18

dev-python/arris-tg2492lg/arris-tg2492lg-1.2.1.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..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
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..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
DESCRIPTION="Python client for the Arris TG2492LG"
11+
HOMEPAGE="https://github.com/vanbalken/arris-tg2492lg https://pypi.org/project/arris-tg2492lg/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)