public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
Date: Sun, 29 Jan 2017 14:20:49 +0000 (UTC)	[thread overview]
Message-ID: <1485698832.24f489e50f945e31104580d596b579e71014a339.jlec@gentoo> (raw)

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	other threads:[~2017-01-29 14:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 14:20 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26  9:13 [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/ Horea Christian
2015-06-03 10:21 Justin Lecher
2015-03-03 12:26 git@oystercatcher mirror+tproxy
2015-03-03 12:26 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485698832.24f489e50f945e31104580d596b579e71014a339.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox