dev-python/python-hpilo: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:45:50 +01:00 committed by Andreas Billmeier
parent 062474fb4c
commit d11e586330
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-hpilo-4.3.tar.gz 139977 BLAKE2B c4594955de314b47267b60b3f37a1d8c5f5344a47ace137099fe2e6f366d81119086b8d63dc77fef028fe3468d49eb14ad6f701d337548692503988645abb0e3 SHA512 1dd89c032eb19c96075b8ea96c8a7efbed968e555547316131e933eccd73109f93ef95f51b4e5fb9a9eba18e0db2f2e7393ea25338906574512dca85c1293a53
EBUILD python-hpilo-4.3.ebuild 665 BLAKE2B 7f704faf3d01b1b57404806618bb8c190ee454c6a13cb83528aad83721d3123c06481af0eecbda095f1287aea22c88987563aec25dd5c583098166ca25942912 SHA512 ed0e009559cfe616aa8bac4e0b090fbcf9bdaa8e53dc0b77d478a32407f9d31d1e2b0f1fe5c1e9bea32778a8bd5a5b37e1ce830cb07c7df1768c3f7d8230b355
EBUILD python-hpilo-4.3.ebuild 630 BLAKE2B d109487db84638a9285a31c6f40c63d8c8eaf80595f2dff0bcd6cce33210c771bef0b34150871040d970dc9d80875059e987b44b1e58ba31402288166779c9a1 SHA512 ee6cc78a29af0cd2390c6a852c703e909d30b82a0f0ad9e4e9e581c6b9cc6cededfab95bba0047824e90260e73a84371389085d77ee415077fd470438978d7e5
MISC metadata.xml 526 BLAKE2B 19f3c44476e9be17ede69d7a95f0577ed716cdbbb58f7cd9e9612a386310c539eed0481d167e823afcbecbf8bb8f793e74a96f962475f92b1fcaf54de1133f23 SHA512 5a0652db1ae87d1b46fed4760e02f57a4f3bcb61983cfb1acff303ab9b075ac9bced24cd17d209a97c94af0f193dd3ca2e364e020120ba98446c19183165139f

View File

@ -1,15 +1,15 @@
# 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="Accessing the HP iLO XML interface from python"
HOMEPAGE="https://github.com/seveas/python-hpilo https://pypi.org/project/python-hpilo/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"