Skip to content

Commit

Permalink
net-analyzer/check_esxi_hardware & Dependencies: add python3.12 support
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fischl <[email protected]>
  • Loading branch information
antonfischl1980 committed Aug 17, 2024
1 parent a71b1ce commit 22ee763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions dev-python/pywbem/pywbem-1.7.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1 pypi

Expand All @@ -17,8 +17,6 @@ KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

RDEPEND=">=dev-python/ply-3.10[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/six-1.14.0[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion dev-python/yamlloader/yamlloader-1.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517="setuptools"

inherit distutils-r1 pypi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A nagios/icinga plugin for checking VMWare ESX server health"
HOMEPAGE="https://www.claudiokuenzler.com/monitoring-plugins/check_esxi_hardware.php"
SRC_URI="https://github.com/Napsty/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
RDEPEND="<dev-python/pywbem-1.6"
RDEPEND="dev-python/pywbem"

LICENSE="GPL-2+"
SLOT="0"
Expand Down

0 comments on commit 22ee763

Please sign in to comment.