Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Sat, 17 Feb 2018 21:51:39
Message-Id: 1518904275.3ec61ed666bf217fa06676455c9a2422c99fe994.monsieurp@gentoo
1 commit: 3ec61ed666bf217fa06676455c9a2422c99fe994
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 17 21:48:10 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 21:51:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec61ed6
7
8 dev-python/pytest: add ~amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-python/pytest/pytest-3.2.2.ebuild | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild
16 index 1bead6e0909..a8ed90ecf52 100644
17 --- a/dev-python/pytest/pytest-3.2.2.ebuild
18 +++ b/dev-python/pytest/pytest-3.2.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
31 IUSE="doc test"
32
33 # When bumping, please check setup.py for the proper py version
34 @@ -24,8 +24,8 @@ COMMON_DEPEND="
35 doc? (
36 dev-python/pyyaml[${PYTHON_USEDEP}]
37 dev-python/sphinx[${PYTHON_USEDEP}]
38 - )
39 -"
40 + )"
41 +
42 DEPEND="${COMMON_DEPEND}
43 dev-python/setuptools_scm[${PYTHON_USEDEP}]
44 test? (
45 @@ -34,11 +34,11 @@ DEPEND="${COMMON_DEPEND}
46 dev-python/nose[${PYTHON_USEDEP}]
47 dev-python/mock[${PYTHON_USEDEP}]
48 dev-python/requests[${PYTHON_USEDEP}]
49 - )
50 -"
51 -RDEPEND="${COMMON_DEPEND}
52 - !<dev-python/logilab-common-1.3.0
53 -"
54 + )"
55 +
56 +RDEPEND="
57 + ${COMMON_DEPEND}
58 + !<dev-python/logilab-common-1.3.0"
59
60 python_prepare_all() {
61 chmod o-w *egg*/* || die