dev-python/python-juicenet: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:48:39 +01:00 committed by Andreas Billmeier
parent 973b1977dc
commit baf889b58c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST python-juicenet-1.1.0.tar.gz 3979 BLAKE2B ab25d7eb14b5647b78157ae4bb7facc7cbd4bdba03b529aa97f0c1d678cc4acd17b6e27a7e0eb214ebeba1d2e853c73c2a57cf7969bbebfa56457d52f83f9d42 SHA512 93c153eaf13cec1c6db152bea1bc4470426b650f467f8e804ea85171595f81cf7994b38c4e37f0fb9137851a36cd16314cddf89356165f3b33b37cb0316607a4
EBUILD python-juicenet-1.1.0.ebuild 715 BLAKE2B 1142c19cf7ae4c82df927bf29855218b38a36ae78d32b08dca3a2060a30675b31a2a7ecc9bf49f5d45b350985351302526e908a927e65ce9bfbd7d855d15a85f SHA512 e4c7e4eee7296710a7435eda6b365193fba8528eb0059c75c789e5c6a684e20ba3ce1593cc9eff669cba3f57865e942f92c43f57e1f042f4f2a780646288740f
EBUILD python-juicenet-1.1.0.ebuild 679 BLAKE2B 403bbab4928a0704f83307bec42b1685043d1ed4abff19c2f76489189d6724cd3014d2af1e4d8d9ff66ed3cb5383ae15264f8c99692ba158152b00f512e58c0d SHA512 16e657b8eaf22960e550f6883fb6e6d43f0bc5a4780a0f60f5344907327ca021c2f62e0a839d7b83488ea3c330069e207b6d5d60b4f96eab3aae4308df3467b5
MISC metadata.xml 402 BLAKE2B 864e0d2955230f37418f9558947d2cf14ab2cf071e2d8d777e009e4c0ba49879fb7649aef78c8b398e8553a05868c0aa2e68646e18bf69ab4c23d5d9b7a5d5c4 SHA512 90fed055de0c5ba2f30fe9debdff838904383c2ca3029e175966adf40b603e3df2ebc6c05debfd802393167680e73e9e366e83bc271c4491279d691e8bd4d255

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Read and control Juicenet/Juicepoint/Juicebox based EVSE devices"
HOMEPAGE="https://github.com/jesserockz/python-juicenet https://pypi.org/project/python-juicenet/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"