Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypax/
Date: Fri, 05 May 2017 15:07:20
Message-Id: 1493996732.d69478e88c54f40c3f0693368f7aca7e3025fe7e.mrueg@gentoo
1 commit: d69478e88c54f40c3f0693368f7aca7e3025fe7e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 15:05:32 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 15:05:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69478e8
7
8 dev-python/pypax: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/pypax/pypax-0.9.2.ebuild | 10 +++++-----
13 dev-python/pypax/pypax-9999.ebuild | 6 +++---
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild
17 index 89223e34844..a9b84de4b0e 100644
18 --- a/dev-python/pypax/pypax-0.9.2.ebuild
19 +++ b/dev-python/pypax/pypax-0.9.2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="5"
26 +EAPI=6
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
30
31 inherit distutils-r1
32
33 @@ -34,7 +34,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
34 ${RDEPEND}"
35
36 src_compile() {
37 - cd scripts
38 + cd scripts || die
39 unset PTPAX
40 unset XTPAX
41 use ptpax && export PTPAX="yes"
42 @@ -43,6 +43,6 @@ src_compile() {
43 }
44
45 src_install() {
46 - cd scripts
47 + cd scripts || die
48 distutils-r1_src_install
49 }
50
51 diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild
52 index 2d86893885a..f2d9cbd356f 100644
53 --- a/dev-python/pypax/pypax-9999.ebuild
54 +++ b/dev-python/pypax/pypax-9999.ebuild
55 @@ -3,7 +3,7 @@
56
57 EAPI="5"
58
59 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
60 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
61
62 inherit distutils-r1
63
64 @@ -34,7 +34,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
65 ${RDEPEND}"
66
67 src_compile() {
68 - cd scripts
69 + cd scripts || die
70 unset PTPAX
71 unset XTPAX
72 use ptpax && export PTPAX="yes"
73 @@ -43,6 +43,6 @@ src_compile() {
74 }
75
76 src_install() {
77 - cd scripts
78 + cd scripts || die
79 distutils-r1_src_install
80 }