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/setproctitle/
Date: Mon, 13 Feb 2017 08:49:29
Message-Id: 1486975699.8e2652592d600a6c8a7330b916171eb46c521112.zmedico@gentoo
1 commit: 8e2652592d600a6c8a7330b916171eb46c521112
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:48:19 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:48:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e265259
7
8 dev-python/setproctitle: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/setproctitle/setproctitle-1.1.10.ebuild | 4 ++--
13 dev-python/setproctitle/setproctitle-1.1.8.ebuild | 4 ++--
14 dev-python/setproctitle/setproctitle-1.1.9.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/setproctitle/setproctitle-1.1.10.ebuild b/dev-python/setproctitle/setproctitle-1.1.10.ebuild
18 index d1dc91ba2e..62584e8139 100644
19 --- a/dev-python/setproctitle/setproctitle-1.1.10.ebuild
20 +++ b/dev-python/setproctitle/setproctitle-1.1.10.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28
29 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
31 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
32
33 inherit distutils-r1 toolchain-funcs
34
35
36 diff --git a/dev-python/setproctitle/setproctitle-1.1.8.ebuild b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
37 index 336149a935..84650808a7 100644
38 --- a/dev-python/setproctitle/setproctitle-1.1.8.ebuild
39 +++ b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
40 @@ -1,11 +1,11 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 EAPI=5
47
48 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
49 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
50 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
51
52 inherit distutils-r1 toolchain-funcs
53
54
55 diff --git a/dev-python/setproctitle/setproctitle-1.1.9.ebuild b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
56 index e2e59fa4d6..9f9af9f525 100644
57 --- a/dev-python/setproctitle/setproctitle-1.1.9.ebuild
58 +++ b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
59 @@ -1,11 +1,11 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Id$
64
65 EAPI=5
66
67 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
68 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
69 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
70
71 inherit distutils-r1 toolchain-funcs