diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:05:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:05:03 +0100 |
commit | c67944c0bbafcc25c43004248a8dd4f74be6331b (patch) | |
tree | 1d2c217759d9c3a6132dd7ea8eabb9236a602d6c /dev-python/nagiosplugin | |
parent | package.deprecated: Deprecate dev-python/unittest2 (diff) | |
download | gentoo-c67944c0bbafcc25c43004248a8dd4f74be6331b.tar.gz gentoo-c67944c0bbafcc25c43004248a8dd4f74be6331b.tar.bz2 gentoo-c67944c0bbafcc25c43004248a8dd4f74be6331b.zip |
dev-python/nagiosplugin: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nagiosplugin')
-rw-r--r-- | dev-python/nagiosplugin/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest index c94c45498c63..37c503c200d6 100644 --- a/dev-python/nagiosplugin/Manifest +++ b/dev-python/nagiosplugin/Manifest @@ -1,2 +1 @@ -DIST nagiosplugin-1.2.4.tar.gz 38290 BLAKE2B 4ebf230122a68919f82da7519e920b485075530cbde235d9f0d7a0f22e65a37c85f3ffe84af100f94ba8cee0a8e350b848d2e35606616808baada75c5abfddd2 SHA512 42c7823445c0dc1f5fedc6b8bed6c5be4e2b5e4c14cfa2cfbd158ae43485baa0fc74b80f9dcbb89bfdb27b984d72201c8a7c330c71d837c0f822603a5f8f7ae3 DIST nagiosplugin-1.3.2.tar.gz 54262 BLAKE2B af2a8a876105a1ea26671b39d611beaa46303998544adadee3370c6d1b5096fa93160121f89412f3778a2bbc1c3e95606a49413b8f3f0880c9c9ca4e946fb1b8 SHA512 899650852397bffb66ad53843233adec2c91e96656674a9b21c5a02ed97ce4db69c1440d1b88c5799a54745e69b8c05f52188403b5a2fe9050acbd0067806d50 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild deleted file mode 100644 index 0455f63e3668..000000000000 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A class library for writing nagios-compatible plugins" -HOMEPAGE="https://github.com/mpounsett/nagiosplugin https://nagiosplugin.readthedocs.io" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="ZPL" -SLOT="0" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |