dev-python/python-ecobee-api: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:37:05 +01:00 committed by Andreas Billmeier
parent bb0178a007
commit 71a941deb3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-ecobee-api-0.2.14.tar.gz 7615 BLAKE2B eba7c721714fe9f31ef47968352cffbe689d57dc342f13a5042d9cbdf196522208e141fbfab8095d296538a12284b8844af97f7b0b799d42ffdbdecbd92fc1e9 SHA512 0d3e3a5e186109eeb57e912b0fd1ec61d57ab64580527262f5b0ac863fde8115f16dda1b43796acc83e75e0b8c9417435fdcdf0914d74e3d48a4f20d15b2e44e
EBUILD python-ecobee-api-0.2.14.ebuild 723 BLAKE2B bd0704dd6f8eb8e61be1313358732d6eec1cd66cc413362cf3a5f4c5165f9dd6bf9db84d634420d25a045e78c2e417d8f141f4499c0c2d1fef04513e39b87a32 SHA512 9d1bf3254f59886c8614623a063f0de1539c6ee21a332184847aa00fe87677f1da5693233193cdd2158b94a430db54f5a4f6d5b17fb05ad485d60265598225a4
EBUILD python-ecobee-api-0.2.14.ebuild 688 BLAKE2B a43cc56eef819b807cad894f67c9f7e74e45ee9f9fe488920bc48f7ee257c18d0f11e7b3011cdae22461999b03a59a1971531cbd377557fa79976fe6846ed7b8 SHA512 165f53335513daa8f6ca9d9f5b86c0e4b2cc09dfceb710a1feee9caa97eb01ffd2d22921aebec254fb35045f1290329356ab5865f78bbbb333cb593d22e2037b
MISC metadata.xml 528 BLAKE2B 9650171bd192dc611e4d20599d425ba61d32cca314a9ec8872ffb2af3c786efeb08bc10f250c339408e680c812240396569ee00c53ce74023b340f3b7fde1f53 SHA512 93bf741bf8069f4ade534aebd66c90be14572eacb9f74bd9eb25f38b4e309319ef2477613cf4d29b29155c1525b192a527a417e6eacc7f7a641bd98062e87c07

View File

@ -1,15 +1,15 @@
# 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 API for talking to Ecobee thermostats"
HOMEPAGE="https://github.com/nkgilley/python-ecobee-api https://pypi.org/project/python-ecobee-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.25[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"