diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest index 67a5e5caa19b6..f48b1e01bda82 100644 --- a/dev-python/nagiosplugin/Manifest +++ b/dev-python/nagiosplugin/Manifest @@ -1 +1,2 @@ DIST nagiosplugin-1.3.3.tar.gz 3119586 BLAKE2B e1aecd6f69fc7afe5cbba259191d2ae540efa513ea8f61a263a453ac2b1f6a5d91bbb209d01fc83c72080b54540f7661c04b3485b5cc6c1f9aab44ee2e8fba67 SHA512 edff09b689fd767b9c8ee2ffab30fc63cb740234c830f2f8fef5054e5bc44e945c69858e2374257433b758fb33943a8b148c023a8fde75edbc188da7424a00b6 +DIST nagiosplugin-1.4.0.tar.gz 44709 BLAKE2B 0a33c17bc629b2613581f27374b550ddf40c6d28c5ccc2c86e5e41780c021f51f5d25efadb0b9ff86dd01f1550d0b27cfbc127501e241cc8c1dce9079e2003ca SHA512 19d8c7490790c7b8975c911cdea7b2f6b58bc96e85af5f3e64c753467b80b9a6686c34a87ed5d955253fec60bb9ae08269b75232b7259124e7a5926a282078e4 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.4.0.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.4.0.ebuild new file mode 100644 index 0000000000000..b9af95147baa2 --- /dev/null +++ b/dev-python/nagiosplugin/nagiosplugin-1.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A class library for writing nagios-compatible plugins" +HOMEPAGE=" + https://github.com/mpounsett/nagiosplugin/ + https://nagiosplugin.readthedocs.io/ + https://pypi.org/project/nagiosplugin/ +" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests pytest