dev-python/eliqonline: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 20:38:02 +02:00 committed by Andreas Billmeier
parent 5d9612fbe3
commit 92514bcb5a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST eliqonline-1.2.2.tar.gz 4316 BLAKE2B a1e988f47d206bff0faa7aafe9060116269437c9bcef60594f5feff9333b4ff2426d26fda5d15381fd8885e0d3d7e51c4c85dbda87b2a3e617c4b19a8ae90dbb SHA512 0d4050e3febb3933d1cd5f8848c84e37f9656ee3af223249338bc88ca19c458e28e8e2e39d7fc28d9b59947e57a14ad294ea0305e0be53916360ee00a1735986
EBUILD eliqonline-1.2.2.ebuild 712 BLAKE2B b8ad45e185167d7f5ac5dd03fa62dc5120370074111bb6d88b511fd93ddee9221485bb100d41272bf1e7a28e6eee17a51478228537d6408738d8f2cd5dad3127 SHA512 1cde10d32b9cc18907af094f62bc74daac678c4959a025d3b9a19674fb1a478eb08592e2e80c5885674e232dbce6918d914089597e0dac908292fb5c137991c6
EBUILD eliqonline-1.2.2.ebuild 657 BLAKE2B 463e342ec253f1f471cbe2ab406e6c8fcdcbc70e3a0ec9d13f9dbcf189599248777874ef5747e99a1d928189f96f525bd2ceb1292a892a0adb45b83e0d70d1d4 SHA512 9372fa21ccfb2994822d23f93130f2d87a3dfc6780dc7246d4a49202ab0fbefb5543bd13283d996cc20757a78207e151bafffb66e9b71785105c7e56f36d2f17
MISC metadata.xml 380 BLAKE2B 417d86e435da3fdb3f71bae7d413a87ee097aa4cd22922c37cb54af5c2eaacece79469c48b9feb78a0a14c26de3617ab137dd4295939a38de638dfaa069bf0b7 SHA512 dbd1fefa8c66d169c6f9d519afbcbb8d802f7291acaa35bd0a66da0548d317b92d2ba9f45a60f840d264318e61934fdca1e4b991f45dd4061e5e55c027faa4b2

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="Eliq Online API Library"
HOMEPAGE="https://github.com/6d66/eliq/ https://pypi.org/project/eliqonline/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"