dev-python/pylgnetcast: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:01:23 +02:00 committed by Andreas Billmeier
parent cec5fc6f50
commit 7067b9020a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pylgnetcast-0.3.7.tar.gz 6141 BLAKE2B 06cac67dc624e40be205d3c131d567731ddf8de8c59193e6c7664c3fc00dbddc5cbdf7c0616b40021922193d4fcb94c4cb5609c4ba537aa21676cc30bf58492d SHA512 528069a0c9c7c68f5206fe79b7899829ff6e93c8a0dd3102f9cd89a04f0f3b69bdca435f6b123c2c93498a06121e62a3efb70bbf11e0c2a6e1461708816dbec3
EBUILD pylgnetcast-0.3.7.ebuild 715 BLAKE2B 933e6dccdc160cee5f4431e8a04017c3125d20756f2d18cada82d4c1fb8a970cf76e2914cd2662774c80988b47a3f5d6bc80fbea99688e8e540f22d1a0dffb1d SHA512 c6f2dde80039bd14a3087d615e211ed41d4b972ab3662fda7897f5b5265cc8f42acf314bee69f589197c32c649e1632833dc0f8cdc8bc8298bb98abfdf81ccff
EBUILD pylgnetcast-0.3.7.ebuild 558 BLAKE2B fd445b2490333ab645adfd707a0e93df5e84410950ed99cac57d51f091214914f38dd616b785a01d040b1bb0beb4af61fe1e3c60da73a35283ad8c9172e17d3b SHA512 3931d21ca51facff9ca66b1e49edee50b69adec9c0f5cbbeb59e8ad94cb5c613be09f2547bd889899746157fb47182b12949fb0c643ff45e8e9ee20d01e43285
MISC metadata.xml 520 BLAKE2B de574832ee23671cc723df1bd421c8e2e355df3742f61c99efd13306ee2ad86b8b47e8e6d9b404671382a1cd55d763a06da009215eb38b207bb14319debe227a SHA512 a9a9de997f44473565ed31603ba181d6307549109705816133cfe299cb28a924f75eef396bcf198bdf8dfd0660fd2fca8aa5641d83074b5ccbbd2ebb9d83398e

View File

@ -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
inherit distutils-r1 pypi
DESCRIPTION="Client for the LG Smart TV running NetCast 3 or 4."
HOMEPAGE="https://github.com/Drafteed/python-lgnetcast https://pypi.org/project/pylgnetcast/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest