From 01a06b8b3d0a77fabbf1e04033464b1096854b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 20:25:08 +0200 Subject: [PATCH] dev-python/nagiosplugin: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/nagiosplugin/Manifest | 1 - .../nagiosplugin/nagiosplugin-1.3.3.ebuild | 23 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 dev-python/nagiosplugin/nagiosplugin-1.3.3.ebuild diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest index f48b1e01bda82..b3516f0907dc1 100644 --- a/dev-python/nagiosplugin/Manifest +++ b/dev-python/nagiosplugin/Manifest @@ -1,2 +1 @@ -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.3.3.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.3.3.ebuild deleted file mode 100644 index 90f3a67e6d860..0000000000000 --- a/dev-python/nagiosplugin/nagiosplugin-1.3.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 pypy3_11 python3_{10..13} ) - -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 -distutils_enable_sphinx doc dev-python/sphinx-rtd-theme