Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-mock/
Date: Mon, 27 Feb 2017 05:29:08
Message-Id: 1488173075.2c35a3c2f6a9464a9566a6bc92c299662ecd91f8.zmedico@gentoo
1 commit: 2c35a3c2f6a9464a9566a6bc92c299662ecd91f8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:24:35 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:24:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c35a3c2
7
8 dev-python/requests-mock: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/requests-mock/requests-mock-1.0.0.ebuild | 4 ++--
13 dev-python/requests-mock/requests-mock-1.2.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/requests-mock/requests-mock-1.0.0.ebuild b/dev-python/requests-mock/requests-mock-1.0.0.ebuild
17 index 0db6fc279d..966f50485e 100644
18 --- a/dev-python/requests-mock/requests-mock-1.0.0.ebuild
19 +++ b/dev-python/requests-mock/requests-mock-1.0.0.ebuild
20 @@ -1,10 +1,10 @@
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 # $Id$
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/requests-mock/requests-mock-1.2.0.ebuild b/dev-python/requests-mock/requests-mock-1.2.0.ebuild
35 index b2a20c177f..78f9d3b56a 100644
36 --- a/dev-python/requests-mock/requests-mock-1.2.0.ebuild
37 +++ b/dev-python/requests-mock/requests-mock-1.2.0.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
43 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
44
45 inherit distutils-r1