Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH 4/5] dev-lang/python-exec: Fake-bump for testing
Date: Sun, 15 Nov 2015 13:13:39
Message-Id: 1447593202-27536-5-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] [PATCHES] Ebuild patches for python-exec wrapping of dev-lang/python by "Michał Górny"
1 ---
2 dev-lang/python-exec/Manifest | 1 +
3 dev-lang/python-exec/python-exec-2.1.ebuild | 39 ++++++++++++++++++++++++++
4 dev-lang/python-exec/python-exec-2.9999.ebuild | 5 ++--
5 3 files changed, 43 insertions(+), 2 deletions(-)
6 create mode 100644 dev-lang/python-exec/python-exec-2.1.ebuild
7
8 diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
9 index e9da272..7d18187 100644
10 --- a/dev-lang/python-exec/Manifest
11 +++ b/dev-lang/python-exec/Manifest
12 @@ -1,2 +1,3 @@
13 DIST python-exec-2.0.1.tar.bz2 80965 SHA256 3eddcb0d6c682a5c182c62578bb8d6ce1140a009873747e9ba1bf9de72ed7efd SHA512 0396e2617c759a66b16e57b0ca60b57e03f3c8096ae4a7f2e402eafcbee4ffd839bf0c6e4d259c6ba90940f9ba7e3f191125e395080cce3ef82e5f52053d0462 WHIRLPOOL 50c0cac1c7e2b5d2a21125647874c83caeabee293b87ef01926474d492b79b7837754c2d26173282977e9d00024559bb070f8d76bb5227df1776e937cd280c32
14 DIST python-exec-2.0.2.tar.bz2 82217 SHA256 c411638fe94953c1e8ff57e7b66f601a817633fbc9cb7d410982778042051bb0 SHA512 96198dda88a73b902d617a32f10ddf2ac981b1871fb5eaf5003d77453df8a0aacf299c39c6e49ebaa620994a30e57ee7a1128fb4ba41aa4f503031fa2addef7f WHIRLPOOL 603b494c7b87f0f3f0cfba35378e1a2e231879a01b730657e09ecf798957fa4dfd54a6d852074c2aa9ae3c15e5d1d3203584b8a120e5dd0dee2117319706a5ce
15 +DIST python-exec-2.1.tar.bz2 7929 SHA256 e6843bec2cf1eb1d85936c1e2fd9d57f7ce50a62ddd09760202bee0747603b9c SHA512 f923633c0ceff70bb3e87f777be645f08bf7dbd32d1ebdd80a778ef5bb75d018c82ff70d48341238e823401028d4e520bc8f06204638cd1f18635a681a9d833e WHIRLPOOL e73d8140778c0bbae2b1549c41cda9192889310093426919c164d53fffd93ecabbd6a29935fda2db176fbf5073eb8d22ba1d97f5dd2e2dd7635b3a38caaa7839
16 diff --git a/dev-lang/python-exec/python-exec-2.1.ebuild b/dev-lang/python-exec/python-exec-2.1.ebuild
17 new file mode 100644
18 index 0000000..02897d1
19 --- /dev/null
20 +++ b/dev-lang/python-exec/python-exec-2.1.ebuild
21 @@ -0,0 +1,39 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +# Kids, don't do this at home!
29 +inherit python-utils-r1
30 +PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
31 +AUTOTOOLS_AUTORECONF=1
32 +
33 +inherit autotools-utils python-r1 vcs-snapshot
34 +
35 +DESCRIPTION="Python script wrapper"
36 +HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
37 +SRC_URI="https://bitbucket.org/mgorny/python-exec/get/a928d67bff12.tar.bz2 -> ${P}.tar.bz2"
38 +
39 +LICENSE="BSD-2"
40 +SLOT="2"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 +IUSE=""
43 +
44 +RDEPEND="!<dev-python/python-exec-10000
45 + !<app-eselect/eselect-python-20151115"
46 +
47 +src_configure() {
48 + local pyimpls i EPYTHON
49 + for i in "${PYTHON_COMPAT[@]}"; do
50 + python_export "${i}" EPYTHON
51 + pyimpls+=" ${EPYTHON}"
52 + done
53 +
54 + local myeconfargs=(
55 + --with-eprefix="${EPREFIX}"
56 + --with-python-impls="${pyimpls}"
57 + )
58 +
59 + autotools-utils_src_configure
60 +}
61 diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild b/dev-lang/python-exec/python-exec-2.9999.ebuild
62 index c141673..af7df93 100644
63 --- a/dev-lang/python-exec/python-exec-2.9999.ebuild
64 +++ b/dev-lang/python-exec/python-exec-2.9999.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 +# Copyright 1999-2015 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Id$
70
71 @@ -27,7 +27,8 @@ SLOT="2"
72 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
73 IUSE=""
74
75 -RDEPEND="!<dev-python/python-exec-10000"
76 +RDEPEND="!<dev-python/python-exec-10000
77 + !<app-eselect/eselect-python-20151115"
78
79 #if LIVE
80 KEYWORDS=
81 --
82 2.6.3