dev-python/tellduslive: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST tellduslive-0.10.11.tar.gz 7335 BLAKE2B faf2d3e938528e53771358ac5d477c114240e31f8148faa9bf695bb7b542ba38d1fac6232a3ed13733e564c86372a91af307309bbb299a6449f06eb60424cb99 SHA512 52853a5125f367fb6043fa3ce057eb65dc2661c9f61d1702bac513a3ca267df2141b07778786cacef56334a3972835890cffbee3d7cc64cb5b3910f1536a1b6a
EBUILD tellduslive-0.10.11.ebuild 727 BLAKE2B 4d4acae392491952010b9a4f78e0522fe9528808266d7a0095302dcfce623baf5a929aa3aec208393cba40db7983f6b9f98a86dca4adb00fc70f0a3770fc3938 SHA512 7ee6f8c870cc9e8fb4c2ace12505c8c243021f2ab026ba5f429d08bacfb99cb23b17f5086176e9910130067626ba47a9d7926c35316e92e8bd38f405ce6d4da4
EBUILD tellduslive-0.10.11.ebuild 671 BLAKE2B bd41a112b2afa10e98940fd0ad07c53758083c91f78b4e4cc5ca7f00e9778ddf539274cd02d3a2ea1d6d2a2643a98a6f55f16b6b161defff1abb277ee44cb630 SHA512 b8a5a3027a6c0621f90f13daa7b9a773bf65c2d41de3112337cbc8aa99dce1c41b40a4e1fcfbc2d70a0fa00bf688ac923534fe810e2e73f635d4b319114afe06
MISC metadata.xml 517 BLAKE2B bccaaf4af210bfd75c4c4492f254f5117601d90c7df7ecd023db80dd125fbc7127e80ba247fb02375300ae1708e4099a04b6c535a2eb3b82d2a7807f893f3af2 SHA512 c5a0fd0ce2ea91728efabcb20fa3cfb347c386513a2b648206410aba34bac36997a392e7d85c52154f141e7df91059a279f5929475b4af1d81419b4428d2c67b

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="Communicate with Telldus Live"
HOMEPAGE="https://github.com/molobrakos/tellduslive https://pypi.org/project/tellduslive/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"