Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
Date: Sun, 29 Jan 2017 14:20:58
Message-Id: 1485698832.24f489e50f945e31104580d596b579e71014a339.jlec@gentoo
1 commit: 24f489e50f945e31104580d596b579e71014a339
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 14:07:12 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 14:07:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24f489e5
7
8 dev-python/newrelic: QA fixes
9
10 Bump to EAPI 6
11 drop unknown dep
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 12 ++++++------
17 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 12 ++++++------
18 2 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
21 index 9d01966..56f2492 100644
22 --- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild
23 +++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 -EAPI=5
31 -PYTHON_COMPAT=( python{2_7,3_4} )
32 +EAPI=6
33 +
34 +PYTHON_COMPAT=( python{2_7,3_{4,5}} )
35
36 inherit distutils-r1
37
38 @@ -11,12 +12,12 @@ MY_PN="newrelic"
39
40 DESCRIPTION="New Relic Python Agent"
41 HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python"
42 -
43 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -KEYWORDS="~amd64"
45
46 LICENSE="newrelic"
47 SLOT="0"
48 +KEYWORDS="~amd64"
49 +IUSE=""
50
51 RDEPEND="
52 || (
53 @@ -24,7 +25,6 @@ RDEPEND="
54 dev-python/cherrypy[${PYTHON_USEDEP}]
55 dev-python/django[${PYTHON_USEDEP}]
56 dev-python/flask[${PYTHON_USEDEP}]
57 - dev-python/pylons[${PYTHON_USEDEP}]
58 dev-python/pyramid[${PYTHON_USEDEP}]
59 )"
60 #|| (
61
62 diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
63 index 0a58fdd..c0b2e68 100644
64 --- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild
65 +++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
66 @@ -1,9 +1,10 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2017 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 -EAPI=5
73 -PYTHON_COMPAT=( python{2_7,3_4} )
74 +EAPI=6
75 +
76 +PYTHON_COMPAT=( python{2_7,3_{4,5}} )
77
78 inherit distutils-r1
79
80 @@ -11,12 +12,12 @@ MY_PN="newrelic"
81
82 DESCRIPTION="New Relic Python Agent"
83 HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python"
84 -
85 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -KEYWORDS="~amd64"
87
88 LICENSE="newrelic"
89 SLOT="0"
90 +KEYWORDS="~amd64"
91 +IUSE=""
92
93 RDEPEND="
94 || (
95 @@ -24,7 +25,6 @@ RDEPEND="
96 dev-python/cherrypy[${PYTHON_USEDEP}]
97 dev-python/django[${PYTHON_USEDEP}]
98 dev-python/flask[${PYTHON_USEDEP}]
99 - dev-python/pylons[${PYTHON_USEDEP}]
100 dev-python/pyramid[${PYTHON_USEDEP}]
101 )"
102 #|| (