dev-python/pyAtome: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6573c3e065
commit
a7b00f165f
@ -1,3 +1,3 @@
|
||||
DIST pyAtome-0.1.1.tar.gz 4495 BLAKE2B 22f43e62054bbc859110508337ebb27ea3aa4401bded1ba1481abd3270452ecb940745d9d188c598aa21732f2cc845db219434bd0d0eb9635a512b313dcf42cf SHA512 d6429be278c59f88aca56b5d714ef015c07a036e7e606c127c00b5e63b95b6fbf84bfb87583972457c4676a2e252ba03a59fe9fa3e757ac7d114930cbc01a51a
|
||||
EBUILD pyAtome-0.1.1.ebuild 748 BLAKE2B 43ac433186390084dab8bb2d81063f79b94e2ad77a091a00903e051258792f526cf984548526f0f47015eeacc88611d8a57b30798ab1bf496faafdb509ac7932 SHA512 699056f77b910784ad7150ddfc67e509d4254b63db44d37185d73907b81b1ec6b07a64cebdc6949505c982a2a3b3eb9ff7af4c5f5dd39bbeeefc8b29ab316401
|
||||
EBUILD pyAtome-0.1.1.ebuild 713 BLAKE2B e2c40ef09c82287e02893e9864caeb26f16c0ba738b5ec627a86bd6326f28d6c85516dae9b320b136ae1e7b1a7c132dc89c43dfacb80725bb921e94462105e2c SHA512 cda3385942d512d43fd57ffde2cb9fc4cdbfc3dd821e19054e34e96491470b8003fffed3de3d2f09eedc0b6692edba7d4418c7344ec074651064a677a8a48307
|
||||
MISC metadata.xml 512 BLAKE2B d93030a0714153818c9bfb00755ee84f2406b0851ad6c11b0f173edf28e3b15e9a8abc7e4948cf629c8c436c5fcb8d1c7404ece3f3cf2f4471b000a25e6ef227 SHA512 ea38410a7791aa6ba418017f52efa410bd4b57bc91d0cc3d7a9b00d6be94fefa243f8c9b1e3b9c25746d9277276fb710c88df8b0d4186baa6396fb41f7a6ddeb
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2021 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="Get your energy consumption from Atome Linky device"
|
||||
HOMEPAGE="https://github.com/baqs/pyAtome/ https://pypi.org/project/pyAtome/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -22,7 +22,6 @@ DOCS="README.md"
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user