dev-python/solaredge: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:34:09 +01:00 committed by Andreas Billmeier
parent f7adecfba7
commit 87d4d0e5b4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST solaredge-0.0.2.tar.gz 6695 BLAKE2B ab58e0cd32a8a6dcdf7316d33c42d6cbca7acc4690e9930339f2c9871cc03b19b1b781feafe3812622db45b539619d6274c1c23dcfdf215280d7802c50519e53 SHA512 fc69a992fd31f94644f2be293c7e0ed043dc9f946a9bd456e5dfbf18cc511e087b3487481407dba207a53467e33bf4957e76b30d181562dfc4bf442f83536551
EBUILD solaredge-0.0.2.ebuild 712 BLAKE2B b40fb4ca538b875d61a8717f03bad7c6d5517adbd90702731d5f7c2fe28bc544f72c0c14944bd3b5d0802df0a75bc8c50f753c35ef4e630408d7a5093b0bcb10 SHA512 24e8d23919e8963a65b02d69704542a5eadc15c326b163711479f296563ae479e7c6405e0ca6e86e0e7f3479dfd478e442996b43e1b253041a3e3114aaa5218e
EBUILD solaredge-0.0.2.ebuild 656 BLAKE2B 75dae7493b1e186a644b0af70bf18773c4fca1e2156270ef29eb4c232bdb8101d8aac1c99cbb179b3b260884bb03c99e72b0f294947c364cc3d00746273e0137 SHA512 b4e18de4a435c28412f6f7e22587fe7ef057310398fae47625b22f3498fb8e4e324aded30c65f29dc4a673b89dfc081e8c336b4c1419732abc32ecd5631bc6de
MISC metadata.xml 524 BLAKE2B 1b4b68e65cb9621d12937644eefb659ea964cb8c6a40d70a294656e1ac4f72b5ec687fdc7d12e02ec250808b922d99d7abbfe211bcfcad12261228ffd6596854 SHA512 28498671c89882388d6ab509d45600aab2e288771c83b4bf3dddb4a2b1179405228f43a9b159c03f397a25214152f7b0abbfadffaa90a44743e322ffad6f50b2

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="A python API wrapper for Solaredge monitoring service"
HOMEPAGE="https://github.com/bertouttier/solaredge https://pypi.org/project/solaredge/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"