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/hypothesis/
Date: Sat, 17 Feb 2018 21:51:32
Message-Id: 1518904246.5aee4a2ba253e3efab9b661e235434f76f4cc59a.monsieurp@gentoo
1 commit: 5aee4a2ba253e3efab9b661e235434f76f4cc59a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 17 19:46:31 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 21:50:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aee4a2b
7
8 dev-python/hypothesis: add ~amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-python/hypothesis/hypothesis-3.44.26.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/hypothesis/hypothesis-3.44.26.ebuild b/dev-python/hypothesis/hypothesis-3.44.26.ebuild
16 index 1ac95341c10..df6dfe53b33 100644
17 --- a/dev-python/hypothesis/hypothesis-3.44.26.ebuild
18 +++ b/dev-python/hypothesis/hypothesis-3.44.26.ebuild
19 @@ -14,17 +14,19 @@ SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.
20
21 LICENSE="MPL-2.0"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
25 IUSE=""
26
27 RDEPEND="
28 dev-python/attrs[${PYTHON_USEDEP}]
29 dev-python/coverage[${PYTHON_USEDEP}]
30 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
31 -DEPEND="${RDEPEND}
32 +
33 +DEPEND="
34 + ${RDEPEND}
35 dev-python/setuptools[${PYTHON_USEDEP}]"
36
37 -S=${WORKDIR}/${PN}-python-${PV}
38 +S="${WORKDIR}/${PN}-python-${PV}"
39
40 pkg_postinst() {
41 optfeature "datetime support" dev-python/pytz