dev-python/neurio: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 18:51:39 +02:00 committed by Andreas Billmeier
parent ac3a43858b
commit 91133e225a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 9 deletions

View File

@ -1,3 +1,3 @@
DIST neurio-0.3.1.tar.gz 4387 BLAKE2B 31caa2c19e1bf8cb90372b03055839a482dd8a027976a3c264eafe9150ca825022701b7c25c11cf2145970d51cdcd9c967a8594765f1a2a85d75245be8cbbdb4 SHA512 48aa1eca88b0256f22213b00e561c8ae336ba21db816dea6a1db4b8e4c1d3df0a396a095678fdd63821fa18a0c40028c2e3ac1e6133fc44e60d89734dcf6965b
EBUILD neurio-0.3.1.ebuild 721 BLAKE2B 062d2b47f748e69d7484c290ab683000d8244bfdd4326cebf990f8986928200a1d8935fbcf4220bab477b256d02fe3c9f84d7ad7a1c3da80c081496f25acece7 SHA512 ac2689251d79e93507bdbea77ead5370c6e7ddfd56b5cf1748ab900a0626933b6aa402100572c26fe65dcce52ebad4abf7c9d767ad373134412285c7abcf5952
EBUILD neurio-0.3.1.ebuild 647 BLAKE2B dc193c7949e0dc96b01a10d4f1c0d0d7dd5689af1196e5e04edeb6cf39f210e0268cb3d27141c51263a4db2e5626b5783079a78153bd4cbc6ae0bbcbded3b2f2 SHA512 1dd4cec367816a4459f3fb2a4acc433cb02bb616ee4069c326c0b4279a5d1592ac4dfad4ee548e7ac72aca486314e8fe09df3f3defe8c968446a327bef846710
MISC metadata.xml 518 BLAKE2B e52219a15e14ec2845c0056ffd1308ac6d916a920222c1741cd91a97b2e538e1724952bf1175f8f8c02663f4df2fc83121236dfe57106f39c98ef1d031643370 SHA512 a69b6cef4560055dd9f9240761e70b299159118aa95cdc90882fc5b3f06c068d365296e3792fe7e9072414b88dbc2e1e56e2b84ca8b115f1c972edae937e64e8

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="Neurio energy sensor and appliance automation API library"
HOMEPAGE="https://github.com/jordanh/neurio-python https://pypi.org/project/neurio/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -17,11 +16,8 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"