commit:     24f489e50f945e31104580d596b579e71014a339
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:07:12 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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}]
        )"
        #|| (

Reply via email to