dev-python/arris-tg2492lg: add 2.2.0

Closes: #3239
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-11 19:14:34 +02:00
parent 39ac328995
commit 227296ed84
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -617,11 +617,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 1779 Ebuilds in total, 1768 of them have in total 1788 (42 different) licenses assigned.
There are 1780 Ebuilds in total, 1769 of them have in total 1789 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1014|
|MIT|1015|
|Apache-2.0|393|
|GPL-3|106|
|BSD|105|

View File

@ -1,3 +1,5 @@
DIST arris-tg2492lg-1.2.1.tar.gz 5028 BLAKE2B 44b52d50cb43bc281ea5ef0ba7ba92f5fb3c53c8ffdd8246d72d4d82cb6ae8a87cad16db441688f14d21fa1dde21c08600489d7df704512f3c5520931aaebcc4 SHA512 f8a519bf20c18916380434671cfd1d5d212f7f2d136ce236e8764cb56968849629097585cfaf3c72f8d2da45fc853a5e7b54aa45995be274b5f5b373fc58ecbe
EBUILD arris-tg2492lg-1.2.1.ebuild 667 BLAKE2B eac91f04092b1a29c84298e093f9d5d29643056e61c004bc9e41643bb3f2fcdd90865e141949352f85414a5c960fcc64215b36745359c0f7021e9baaeb43a0b1 SHA512 241436f298ea55c9ef857ec4a8e8431580e42336d89a23d453aead88afbfc0c2b9121dcfef620f950fe0f7de880fcb355dbc10953f287eac17c14fa7afb35074
DIST arris-tg2492lg-2.2.0.tar.gz 9157 BLAKE2B 2b48fc0212a195cb3547332abcb507c7697a6e938a594a588a8cee4b0d3fd65b44c7da73be216b0572cb2637b05a4b20856090d995828931a5482d0bc67eb4bf SHA512 9bd3ff407ff2d1854b751f5014fa46c18d59f18575e4e6b64156edfcd2b4e7bcac067165327b7da5dee65d320f9a2c71b7592fc44226cc3a7b94f452887c4d8b
EBUILD arris-tg2492lg-1.2.1.ebuild 667 BLAKE2B 65c3c520d777a2e4131c274b48dc4130b49918f5053a1710e7143e1bbe46ccced7f12185c0467999930b55a4c4c6f0ed0ee3929265e5d625b97ac71c7c9f50a6 SHA512 44c05bf9f0843f6a173627d85459ffbc09fd911c29c7eebbc97aee6b66cea1886187334ddaef61001e9df581422fb48f71b0f8cf85048104e835c055ec3178fb
EBUILD arris-tg2492lg-2.2.0.ebuild 564 BLAKE2B 0120956ce57376f4367d644002813fc9d6353c6e8502c066b83c821e34f49bc6a8799a32c2f8099ccb57f120f26c153de1363bd3dc5ddbb58c4d9192c5b3fedb SHA512 a52dc020f3a6b349eccbf057760116df4babb52be316b9a100acbee9c831a0322f48af64c725c55827686d61d24da19e4cd556b6f11c08ed730e14539f42ff0c
MISC metadata.xml 399 BLAKE2B 207c0dd576e577ec0faa78230d63e54e7ed04690b2474a397ab4200686e8e370df1248cb08a38d97eec5ff35e6cb5a427da12720311fe99cb972ef264ee14162 SHA512 82c27f051ef7339a62af48f02eaf5e607cdc29e9253523b788d91e3153116a1ec7cc55c1a1139d9c800a20e2c4bb5d0745c4673bfd69115faeaf9382643f6d18

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

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..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python client for the Arris TG2492LG"
HOMEPAGE="https://github.com/vanbalken/arris-tg2492lg https://pypi.org/project/arris-tg2492lg/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest