Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/
Date: Mon, 16 May 2022 13:20:50
Message-Id: 1652707141.3829473a3c1e69223b13f80dba1199d0aaebfef8.mgorny@gentoo
1 commit: 3829473a3c1e69223b13f80dba1199d0aaebfef8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:19:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:19:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3829473a
7
8 dev-python/nagiosplugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nagiosplugin/Manifest | 1 -
13 dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest
17 index 9e3193b8720e..67a5e5caa19b 100644
18 --- a/dev-python/nagiosplugin/Manifest
19 +++ b/dev-python/nagiosplugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST nagiosplugin-1.3.2.tar.gz 54262 BLAKE2B af2a8a876105a1ea26671b39d611beaa46303998544adadee3370c6d1b5096fa93160121f89412f3778a2bbc1c3e95606a49413b8f3f0880c9c9ca4e946fb1b8 SHA512 899650852397bffb66ad53843233adec2c91e96656674a9b21c5a02ed97ce4db69c1440d1b88c5799a54745e69b8c05f52188403b5a2fe9050acbd0067806d50
22 DIST nagiosplugin-1.3.3.tar.gz 3119586 BLAKE2B e1aecd6f69fc7afe5cbba259191d2ae540efa513ea8f61a263a453ac2b1f6a5d91bbb209d01fc83c72080b54540f7661c04b3485b5cc6c1f9aab44ee2e8fba67 SHA512 edff09b689fd767b9c8ee2ffab30fc63cb740234c830f2f8fef5054e5bc44e945c69858e2374257433b758fb33943a8b148c023a8fde75edbc188da7424a00b6
23
24 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
25 deleted file mode 100644
26 index d547b7438f37..000000000000
27 --- a/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A class library for writing nagios-compatible plugins"
40 -HOMEPAGE="https://github.com/mpounsett/nagiosplugin https://nagiosplugin.readthedocs.io"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -LICENSE="ZPL"
45 -SLOT="0"
46 -
47 -distutils_enable_tests pytest
48 -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme