Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
Date: Thu, 26 Jan 2017 22:35:58
Message-Id: 1485470136.f9c532ae16bb19a2da9e024d0fc87bed0dc511cf.mgorny@gentoo
1 commit: f9c532ae16bb19a2da9e024d0fc87bed0dc511cf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 22:30:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 22:35:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c532ae
7
8 virtual/python-singledispatch: Enable python3.6
9
10 virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
14 index 46c5bbe..9107e51 100644
15 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
16 +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
17 @@ -4,11 +4,11 @@
18
19 EAPI=5
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
23
24 inherit python-r1
25
26 -DESCRIPTION="A virtual for the Python functools.singledispatch module"
27 +DESCRIPTION="A virtual for the Python functools.singledispatch function"
28 HOMEPAGE=""
29 SRC_URI=""