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 AF530139085 for ; Sun, 29 Jan 2017 14:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069A7142DE; Sun, 29 Jan 2017 14:20:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C98C5142DE for ; Sun, 29 Jan 2017 14:20:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157C43413AA for ; Sun, 29 Jan 2017 14:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E4339E3 for ; Sun, 29 Jan 2017 14:20:49 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485698832.24f489e50f945e31104580d596b579e71014a339.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/newrelic/newrelic-2.44.0.36.ebuild dev-python/newrelic/newrelic-2.50.0.39.ebuild X-VCS-Directories: dev-python/newrelic/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 24f489e50f945e31104580d596b579e71014a339 X-VCS-Branch: master Date: Sun, 29 Jan 2017 14:20:49 +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: 5ec845dd-a5b3-448b-92ce-687eb8382a1d X-Archives-Hash: c3b387c0af2e8ba98aaeb9d2eb576291 commit: 24f489e50f945e31104580d596b579e71014a339 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 14:07:12 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 14:07:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24f489e5 dev-python/newrelic: QA fixes Bump to EAPI 6 drop unknown dep Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/newrelic/newrelic-2.44.0.36.ebuild | 12 ++++++------ dev-python/newrelic/newrelic-2.50.0.39.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild index 9d01966..56f2492 100644 --- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild +++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit distutils-r1 @@ -11,12 +12,12 @@ MY_PN="newrelic" DESCRIPTION="New Relic Python Agent" HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="newrelic" SLOT="0" +KEYWORDS="~amd64" +IUSE="" RDEPEND=" || ( @@ -24,7 +25,6 @@ RDEPEND=" dev-python/cherrypy[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] - dev-python/pylons[${PYTHON_USEDEP}] dev-python/pyramid[${PYTHON_USEDEP}] )" #|| ( diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild index 0a58fdd..c0b2e68 100644 --- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild +++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit distutils-r1 @@ -11,12 +12,12 @@ MY_PN="newrelic" DESCRIPTION="New Relic Python Agent" HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="newrelic" SLOT="0" +KEYWORDS="~amd64" +IUSE="" RDEPEND=" || ( @@ -24,7 +25,6 @@ RDEPEND=" dev-python/cherrypy[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] - dev-python/pylons[${PYTHON_USEDEP}] dev-python/pyramid[${PYTHON_USEDEP}] )" #|| (