dev-python/radiotherm: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:12:47 +01:00 committed by Andreas Billmeier
parent 0f9d9cd26e
commit 9abe3f2ec3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST radiotherm-2.1.0.tar.gz 10381 BLAKE2B 273c454a746ceddf99a27a310be28e1612f0590e92b68d561f8af74d64882d3a85ce086ea0fb31d79edfdc01d3bb0774929899e80b063fa1a3522dbd54767b75 SHA512 b17f37d1238bf359b47d730765aad0ab69c848d940d4edbb259ae6d23cd4188a175cc31b49f4c0a028493d49c8d47386e96b189aa5078ad546437c668b0dba79
EBUILD radiotherm-2.1.0.ebuild 674 BLAKE2B b2fdc99da13d5651149955d5b633ceb35568f424d16ba9439e1864dd20ea9d3242232c3185920ef268d7c89106a8df70e1eacffa2ef689bafd403f78908287e8 SHA512 5b1ab35559b7fd25042b744fad9a9df796df9035953d3c252e46efd19ccfbebe7210f4c5673fa951ed99c3154e9587e0012b056dcb6895f67fb39a45ad79f177
EBUILD radiotherm-2.1.0.ebuild 618 BLAKE2B af34c52c107a94f2d7f3b76c72227655b3929efd3cbb7415f7f8e0a8d7e7707a7c534fee346bf4b6859f597ab9d155c43315d573622b6e3f14492012d5876eea SHA512 8bbc3a54284da8fcd065cc728dc428d8e3255a282fda47e18615227ee65901276abec68e9475e107d93f7908bbaffe4f3691580e6342feb435bb81a0313ab2f5
MISC metadata.xml 519 BLAKE2B 1857f0dd6bbcc6b818503cc4cae98eaf563726890bec75ec17abb2daeaee88bdb8e68022bab9f66ccd21e085c2e00584c3a88d490d38fedd758f20793e054bc3 SHA512 5fc1d3442abcb38d98e84575cfef7e99a4efc9b85fe7f72345c764303c98a5d8ceb60ed4a22691c3710459af055216312196618ef8662d5e8c74711c945ff27d

View File

@ -1,15 +1,13 @@
# 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 library for wifi thermostats sold by radiothermostat.com"
HOMEPAGE="https://github.com/mhrivnak/radiotherm https://pypi.org/project/radiotherm/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"