Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/
Date: Fri, 10 Mar 2017 12:43:37
Message-Id: 1489149784.a6402ff7bead3a378370f31adc9af640ffc8d7bb.soap@gentoo
1 commit: a6402ff7bead3a378370f31adc9af640ffc8d7bb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 11:58:50 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 12:43:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6402ff7
7
8 dev-python/docutils-glep: Add py3.5 and 3.6 support
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild | 13 ++++++++-----
13 1 file changed, 8 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild b/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild
16 index a7b483de137..3fc69600a5d 100644
17 --- a/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild
18 +++ b/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild
19 @@ -1,11 +1,11 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
28
29 -inherit eutils python-r1
30 +inherit python-r1
31
32 MY_P=${PF/docutils-/}
33
34 @@ -17,13 +17,16 @@ LICENSE="public-domain"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 IUSE=""
38 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39
40 -RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]"
41 +RDEPEND="
42 + ${PYTHON_DEPS}
43 + >=dev-python/docutils-0.10[${PYTHON_USEDEP}]"
44
45 S=${WORKDIR}/${MY_P}
46
47 src_prepare() {
48 - epatch_user
49 + default
50
51 # It's easier to move them around now.
52 # TODO: add python_newmodule?