dev-python/arris-tg2492lg: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST arris-tg2492lg-1.2.1.tar.gz 5028 BLAKE2B 44b52d50cb43bc281ea5ef0ba7ba92f5fb3c53c8ffdd8246d72d4d82cb6ae8a87cad16db441688f14d21fa1dde21c08600489d7df704512f3c5520931aaebcc4 SHA512 f8a519bf20c18916380434671cfd1d5d212f7f2d136ce236e8764cb56968849629097585cfaf3c72f8d2da45fc853a5e7b54aa45995be274b5f5b373fc58ecbe
|
||||
EBUILD arris-tg2492lg-1.2.1.ebuild 703 BLAKE2B 6a77d67eebe25964a2e94fa49f511a80fb35fed72b5c5cf59407ebcd30b5eee3e4936fa89120533eb7e457006208a2bb2dc82d7e2f8e0b3ca8de2aa9da811ab0 SHA512 4b842e40eb98a92bbf4120dbae2873bee8d56f71813653dcc7818e3fe586e5f94d6d492588bacfd02b77d1bbab6175905684d8ce7ffbf22fc51fed99f27594fc
|
||||
EBUILD arris-tg2492lg-1.2.1.ebuild 667 BLAKE2B eac91f04092b1a29c84298e093f9d5d29643056e61c004bc9e41643bb3f2fcdd90865e141949352f85414a5c960fcc64215b36745359c0f7021e9baaeb43a0b1 SHA512 241436f298ea55c9ef857ec4a8e8431580e42336d89a23d453aead88afbfc0c2b9121dcfef620f950fe0f7de880fcb355dbc10953f287eac17c14fa7afb35074
|
||||
MISC metadata.xml 399 BLAKE2B 207c0dd576e577ec0faa78230d63e54e7ed04690b2474a397ab4200686e8e370df1248cb08a38d97eec5ff35e6cb5a427da12720311fe99cb972ef264ee14162 SHA512 82c27f051ef7339a62af48f02eaf5e607cdc29e9253523b788d91e3153116a1ec7cc55c1a1139d9c800a20e2c4bb5d0745c4673bfd69115faeaf9382643f6d18
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..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/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -21,7 +20,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user