Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypax/
Date: Mon, 28 Jan 2019 20:11:49
Message-Id: 1548680696.8490e56685653b7d5a8eb616992ea3ff9816152b.blueness@gentoo
1 commit: 8490e56685653b7d5a8eb616992ea3ff9816152b
2 Author: Philipp Ammann <philipp.ammann <AT> posteo <DOT> de>
3 AuthorDate: Mon Jan 28 11:28:25 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 13:04:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8490e566
7
8 dev-python/pypax: PYTHON_TARGETS+="python3_7"
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Philipp Ammann <philipp.ammann <AT> posteo.de>
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 dev-python/pypax/pypax-0.9.2.ebuild | 4 ++--
15 dev-python/pypax/pypax-0.9.3.ebuild | 4 ++--
16 dev-python/pypax/pypax-0.9.4.ebuild | 2 +-
17 dev-python/pypax/pypax-9999.ebuild | 4 ++--
18 4 files changed, 7 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild
21 index 322214eba63..fe86fc29cdc 100644
22 --- a/dev-python/pypax/pypax-0.9.2.ebuild
23 +++ b/dev-python/pypax/pypax-0.9.2.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
32 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
33
34 inherit distutils-r1
35
36
37 diff --git a/dev-python/pypax/pypax-0.9.3.ebuild b/dev-python/pypax/pypax-0.9.3.ebuild
38 index 1c9cc20d064..89e7b5ec9bc 100644
39 --- a/dev-python/pypax/pypax-0.9.3.ebuild
40 +++ b/dev-python/pypax/pypax-0.9.3.ebuild
41 @@ -1,9 +1,9 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
49 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
50
51 inherit distutils-r1
52
53
54 diff --git a/dev-python/pypax/pypax-0.9.4.ebuild b/dev-python/pypax/pypax-0.9.4.ebuild
55 index e0682223fc5..fe86fc29cdc 100644
56 --- a/dev-python/pypax/pypax-0.9.4.ebuild
57 +++ b/dev-python/pypax/pypax-0.9.4.ebuild
58 @@ -3,7 +3,7 @@
59
60 EAPI=6
61
62 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
63 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
64
65 inherit distutils-r1
66
67
68 diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild
69 index 39846769a8c..21adeefc4ed 100644
70 --- a/dev-python/pypax/pypax-9999.ebuild
71 +++ b/dev-python/pypax/pypax-9999.ebuild
72 @@ -1,9 +1,9 @@
73 -# Copyright 1999-2018 Gentoo Foundation
74 +# Copyright 1999-2019 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 EAPI=6
78
79 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
80 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
81
82 inherit distutils-r1