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/beautifulsoup/
Date: Mon, 27 Feb 2017 01:07:53
Message-Id: 1488157662.41b8abe1951997b29bf74f2ac5b86224c5a88503.zmedico@gentoo
1 commit: 41b8abe1951997b29bf74f2ac5b86224c5a88503
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 00:57:30 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 01:07:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8abe1
7
8 dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 +-
13 dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
17 index cf50eb19f1..96ee4c1b69 100644
18 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
19 +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
31 index bf3702eca9..bedf725177 100644
32 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
33 +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
34 @@ -4,7 +4,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
39 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
40
41 inherit distutils-r1