From 520a5b56dff7c24c9d42eafec142cb78b44f8e3e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Jul 2018 18:59:32 +0100 Subject: gentoo resync : 21.07.2018 --- dev-python/nagiosplugin/Manifest | 4 +--- dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild | 28 ----------------------- dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 13 ++++------- 3 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild (limited to 'dev-python/nagiosplugin') diff --git a/dev-python/nagiosplugin/Manifest b/dev-python/nagiosplugin/Manifest index 764a023ed7b0..cb439f67a315 100644 --- a/dev-python/nagiosplugin/Manifest +++ b/dev-python/nagiosplugin/Manifest @@ -1,5 +1,3 @@ -DIST nagiosplugin-1.2.3.tar.gz 37570 BLAKE2B a6862bde2215c624642a21886eda993f6d3a471bd10ed7c27374617adf7e5ca9d6f82890d21d432018234fe2d803bd01f6e5abf0fc02764f73564a74262eaad8 SHA512 3f3045db181acc144cb41871f2f67090a7b096d600c9cda7e4f9b86648d47319dca7c42b74670ba307c0bc60955eb33aefcde9c895e544bbb4c7ca1f80e8919d DIST nagiosplugin-1.2.4.tar.gz 38290 BLAKE2B 4ebf230122a68919f82da7519e920b485075530cbde235d9f0d7a0f22e65a37c85f3ffe84af100f94ba8cee0a8e350b848d2e35606616808baada75c5abfddd2 SHA512 42c7823445c0dc1f5fedc6b8bed6c5be4e2b5e4c14cfa2cfbd158ae43485baa0fc74b80f9dcbb89bfdb27b984d72201c8a7c330c71d837c0f822603a5f8f7ae3 -EBUILD nagiosplugin-1.2.3.ebuild 662 BLAKE2B 94d743f05c369efbbf26b78af3d44d63a4cf11ddf6a731f79517a6e2a6c86f6f1ec66ac9281c43b995ccbaded1120dfef405d32e7d262e99374d587b466a0943 SHA512 1fbc28e9c04f45744b000764571c85bb2bfac923f68df5fcd571ec7fd9af25480ccd614bc895985dc1751bb9d932877b25e74dfdaa0b028c0cd3a22b85b64dd1 -EBUILD nagiosplugin-1.2.4.ebuild 667 BLAKE2B b1a34aba501b963d9838054024b893bb203e1d2839f36b7959836970328ef008fa42ae14f995b063f1c4067d5034b37214a38cd42ec8a24cfe746af3eb3cf54f SHA512 cdba0c309f38289ca1c40e4a659fba19f8735d660b42d71aa60168130ca562032f883a7c3c9377aab12b2bd4266ad3a47e83afe036d43830502eb6b11a4f8518 +EBUILD nagiosplugin-1.2.4.ebuild 542 BLAKE2B bd81ad81f37265ddc6aa667c604251d1d9898816512aeae96b913aeaaff9a3175b58dbe6b0358fcfda1f2fec7fd9e2a928a6254657f957e31bae1f3e39712c5c SHA512 0fbd72a1e88838d0f13e4e6f7cab67e5df3d061a0e391e6b23ef9c996bc0facd301881b5e71cef08dfd7df4a1471ef716e7054c9a85fff1cca91b078a6a5b9e6 MISC metadata.xml 464 BLAKE2B b132f31c8611ba39b42c068d1efce0230f73aca04382ba1089bba09fa03e5f8c83ef8eebbbd74be55d113ece21890d93fdc07b211b538430a154169abe7edef8 SHA512 1476a7d2df7b50e0e908f970fdcfb7a63fa04f2014414e16c4dfa39659846fba26a6808949a741a1cc112edbaa500783db325b2ec5ab66ac72dc2e6152466c75 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild deleted file mode 100644 index 4b912f0d2fd0..000000000000 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A class library for writing nagios-compatible plugins" -HOMEPAGE="https://bitbucket.org/flyingcircus/nagiosplugin/ https://pypi.org/project/nagiosplugin/" -if [[ ${PV} == "9999" ]] ; then - inherit mercurial - EHG_REPO_URI="https://bitbucket.org/flyingcircus/nagiosplugin/" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="ZPL" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild index d605b5b04959..4afa3c4e1d13 100644 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild +++ b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild @@ -3,24 +3,19 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 DESCRIPTION="A class library for writing nagios-compatible plugins" HOMEPAGE="https://bitbucket.org/flyingcircus/nagiosplugin/ https://pypi.org/project/nagiosplugin/" -if [[ ${PV} == "9999" ]] ; then - inherit mercurial - EHG_REPO_URI="https://bitbucket.org/flyingcircus/nagiosplugin/" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" LICENSE="ZPL" SLOT="0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { esetup.py test -- cgit v1.2.3