dev-python/batinfo: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 15:16:39 +02:00 committed by Andreas Billmeier
parent 2be16e64a6
commit 75f13a4412
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST batinfo-0.4.2.tar.gz 6497 BLAKE2B 24efbd63f25bbd743e02ea04bf656d24b3132b6ce7e2754359a84648c357fb40967c3bb2a0aa27a3938489f2fb64c9b712718c8a5ede0869f83a19eaa82a74e1 SHA512 c45232cdd79d2d10d814019bbfc167ef54c3d970c74320a5a007d3b603e62fbdfeaf53f88074cf53a7865293181707e2e63e5a565219c094a77be2adc5d53876
EBUILD batinfo-0.4.2.ebuild 662 BLAKE2B fbb7d9acb6de6cab07b01c2a0c95592501c727c383c9376fb3aef25b0d7386b60b2f27df0023a3ee7c64505fff5c8b42e696f29b79e15df589c596a3d3cb3975 SHA512 73c60024fd4677cfca340bd6bd013161ca056a8e0685c15ffcf27f11b3eb171608dfb8c448a2be46b1a584541a2d0945646ed849ac4adf4b514e95a7e4db7982
EBUILD batinfo-0.4.2.ebuild 503 BLAKE2B 1351040d31ae0a2ed1f4f83c5693ae2e36f0f88a4e88d54414c81cf4c4767c2d95c575f00ab6d8e49b189be28c1c7cc1c95cfa98e7805681a6bc3a319443a167 SHA512 7528ad0ef0cbca417eacdef4ddb78589fd6bcf07a2ddc497c2d80fae00326ac206a2d24b1441cb2b328445e64792eabbaab126120e54efeb0216593c7e05cf26
MISC metadata.xml 515 BLAKE2B fa5f96547bfd0dd898fd014f34841abf09e364a1f433fb75506be0ff38d69edc1f93402003edd5e00006fcc0c73fc0de10ff4c24a534d3baeb6586ec71c4ecd2 SHA512 78a12519594d29aee687f4c7d0e631bd9d09789b71428392fd497aa6c5d6dcf5ddce3e477bb5de978f3ba69f7c79f7359fd292932d0586f6b6585c7db21b7e22

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 simple Python module to retrieve battery information"
HOMEPAGE="https://github.com/nicolargo/batinfo https://pypi.org/project/batinfo/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
@ -19,14 +17,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest