From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D238E138334 for ; Sat, 21 Jul 2018 15:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C854CE07D9; Sat, 21 Jul 2018 15:47:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9811AE07D9 for ; Sat, 21 Jul 2018 15:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48B28335D02 for ; Sat, 21 Jul 2018 15:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8363335C for ; Sat, 21 Jul 2018 15:47:50 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1532188050.6b864d7cf562d73703aef1797d56ecff890bb935.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild X-VCS-Directories: dev-python/nagiosplugin/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 6b864d7cf562d73703aef1797d56ecff890bb935 X-VCS-Branch: master Date: Sat, 21 Jul 2018 15:47:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 033f1461-0b84-4bb7-8e9a-918ba3fd0139 X-Archives-Hash: a9d270d10a042d2646d957091c1fa0ce commit: 6b864d7cf562d73703aef1797d56ecff890bb935 Author: Louis Sautier gentoo org> AuthorDate: Sat Jul 21 15:45:56 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Jul 21 15:47:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b864d7c dev-python/nagiosplugin: add Python 3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild index d605b5b0495..4afa3c4e1d1 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