Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/
Date: Sun, 27 Mar 2016 14:14:06
Message-Id: 1459087731.5ec294c6e6d71871e3ae5f0d11a36df051794897.alunduil@gentoo
1 commit: 5ec294c6e6d71871e3ae5f0d11a36df051794897
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:08:51 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 14:08:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec294c6
7
8 dev-python/monotonic: add version 1.0
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/monotonic/monotonic-1.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/monotonic/monotonic-1.0.ebuild b/dev-python/monotonic/monotonic-1.0.ebuild
16 index ce59739..7dd2152 100644
17 --- a/dev-python/monotonic/monotonic-1.0.ebuild
18 +++ b/dev-python/monotonic/monotonic-1.0.ebuild
19 @@ -3,8 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -
24 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
25 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
26
27 inherit distutils-r1