dev-python/pysmappee: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 22:53:48 +01:00 committed by Andreas Billmeier
parent ae8f977899
commit 2a1dd91e01
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pysmappee-0.2.29.tar.gz 17208 BLAKE2B bfb9c4785ec316c28ebc7ba95b985be03fe8eb1a43a31956511ec03167f1cec34c1c55594a36d272e2c22754f7e13c0ab5ee14c00c63cf2ab251244e8aca05c2 SHA512 baa0798e3f7ddb8be3eb8c9f6a9cffcf644d70b808afab8a43592c22d949286fae7b9386cb37419021a03dd9df9dd72500e6ce9997f4f2156e88316a28ad4332
EBUILD pysmappee-0.2.29.ebuild 955 BLAKE2B ac9e1aeb0894f72ac14260699c1e7b1c203b473476d53f26f8619edde7458d2f7fee1b914b420a487e7d6c1e64665d8d36a04ac413d982a45ba970aba1539b4d SHA512 3ab7075d306a3d37d1ff4eac1eadbee011844784ec53f66d86bb983e31773d14bead777cadffe3be589a9119ada4397c2559964926c9c516aab07431c23c44a5
EBUILD pysmappee-0.2.29.ebuild 900 BLAKE2B 19ebfec6bf114e926d8a74996435ae3d08de2e9f38aa038ba0516a5772313e111908b6687febe720a331091af233d2f84fa4ad77763d22045e636b5776f43dba SHA512 7d507a1245a5735b448755b9738a3d635eff8bd6f89b007b6e059c66a162b8937e8309328edcf0ab89358ab660c544c53a2e45c28d574ed06f2425684e88407f
MISC metadata.xml 507 BLAKE2B 65f4d8b6d87ec0bdb3bcce6c8000f3785f5aae639fadf7656b06388f22fbad8e4b23017114f3da3f33ffa7b555141d46cce05cd9b45e4b4a81a4a26bdbd95107 SHA512 330d78430af57840dfc56247d43331697f1ddf7714bc0dd873a019ac513163426f4415765f9625974af0d4cdac39cefb86ffeb6792792e13e5287692f5d7a5ae

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="Offical Smappee dev API and MQTT python wrapper"
HOMEPAGE="https://github.com/smappee/pysmappee https://pypi.org/project/pysmappee/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -26,7 +25,6 @@ RDEPEND=">=dev-python/cachetools-4.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}]
>=dev-python/schedule-1.1.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"