Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/
Date: Sun, 27 May 2018 09:04:19
Message-Id: 1527411830.4295027941a0975d0bf8e03742e0aacb62633ab4.mgorny@gentoo
1 commit: 4295027941a0975d0bf8e03742e0aacb62633ab4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 08:56:10 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 09:03:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42950279
7
8 dev-lang/python-exec: Bump -9999 to EAPI 6
9
10 dev-lang/python-exec/python-exec-9999.ebuild | 23 +++++++----------------
11 1 file changed, 7 insertions(+), 16 deletions(-)
12
13 diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild
14 index 98708bc4bed..6fc81aeeefa 100644
15 --- a/dev-lang/python-exec/python-exec-9999.ebuild
16 +++ b/dev-lang/python-exec/python-exec-9999.ebuild
17 @@ -1,13 +1,7 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -EAPI=5
23 -
24 -#if LIVE
25 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
26 -
27 -inherit autotools git-r3
28 -#endif
29 +EAPI=6
30
31 # Kids, don't do this at home!
32 inherit python-utils-r1
33 @@ -15,15 +9,16 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
34
35 # Inherited purely to have PYTHON_TARGET flags which will satisfy USE
36 # dependencies and trigger necessary rebuilds.
37 -inherit python-r1
38 +inherit autotools git-r3 python-r1
39
40 DESCRIPTION="Python script wrapper"
41 HOMEPAGE="https://github.com/mgorny/python-exec/"
42 -SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2"
43 +SRC_URI=""
44 +EGIT_REPO_URI="https://github.com/mgorny/python-exec.git"
45
46 LICENSE="BSD-2"
47 SLOT="2"
48 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 +KEYWORDS=""
50 IUSE=""
51
52 # eselect-python because of /usr/bin/python* collisions and new config
53 @@ -35,14 +30,10 @@ RDEPEND="
54 !<dev-lang/python-3.4.3-r4:3.4
55 !<dev-lang/python-3.5.0-r3:3.5"
56
57 -#if LIVE
58 -KEYWORDS=
59 -SRC_URI=
60 -
61 src_prepare() {
62 + default
63 eautoreconf
64 }
65 -#endif
66
67 src_configure() {
68 local pyimpls=() i EPYTHON