dev-python/pynut2: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:23:27 +02:00 committed by Andreas Billmeier
parent a6dc8f3f29
commit c9ec9c73de
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 18 deletions

View File

@ -1,3 +1,3 @@
DIST pynut2-2.1.2.tar.gz 4468 BLAKE2B 1dcc758596bef0c82dc04f69f4d663c4aea606c3462620e695f628be67dae787dd08e1f2373e2fab635ced571cb2eb36cf4b7d68af544d1f2f87e5b9c8152c06 SHA512 48e00b16e2b9a692a3c546cb0410129bf47c69733535d686cd673a90a76514663ac20134ea0091b6a11c9d47c0cabcb0c73660b0d4e62165c66a814546402993
EBUILD pynut2-2.1.2.ebuild 657 BLAKE2B 9b451158265a3f6be4af8212b3b65e12aa06e68a76cac05dd73df7725038a8d1540fb94356130c0230defe2124087b8576cf6b8701392d4a37a2b3381fd9b0f2 SHA512 2b9a15fa19dcd7b20f7cb10da29b01a8b4a087fd8c2d9cf41a5159c0de03b5a6156889b7544bf8108de9e931c35afb376e9e9f126b82048181e02b84ccf81e8f
EBUILD pynut2-2.1.2.ebuild 480 BLAKE2B ffed66fa30a3dfb7da1752bdd2b050aae579bfd251809084a3cfea633b17a5e46870d4369864e0fd70f2c56d04188070a6f61b1a0093fb2b2295fb5e835c11cb SHA512 47b03f87f3561e0f578db2c5a9750d0f2b721d3da0e4349f51791694dad3eca64ca5c28a4bb382e14816f4064fef9094a63d9282ff398b80841179f5a0ef36ee
MISC metadata.xml 510 BLAKE2B eef8b8fa975407a7a9b4c9157cfa663a3d151d260d4e16432f103bd79a2f07f441ed810397a28e79cba8fcebb70c591d427219f19ffe85b13a37d7025cbc0b29 SHA512 2352c5932105989ec46a8e63d8cf97cd58c30ac68205537a8036051e246604a37cb7f27ae82e209f50939f7ef2c5eaf0017ed58eb349adc4874a78c64b3c6cc1

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="A Python abstraction class to access NUT servers."
HOMEPAGE="https://github.com/mezz64/python-nut2 https://pypi.org/project/pynut2/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -17,16 +16,4 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
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