Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyqtgraph/
Date: Mon, 25 Nov 2013 18:48:29
Message-Id: 1385383742.ca8e33fbbd443dbc076bf47e46a6a641d5a7a42a.jlec@gentoo
1 commit: ca8e33fbbd443dbc076bf47e46a6a641d5a7a42a
2 Author: Guillaume Poulin <poulin.guillaume <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 25 12:49:02 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 12:49:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ca8e33fb
7
8 Update PyQtGraph to 0.9.8. Support of python 3.3
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 dev-python/pyqtgraph/ChangeLog | 6 ++++++
14 .../pyqtgraph/{pyqtgraph-0.9.7.ebuild => pyqtgraph-0.9.8.ebuild} | 2 +-
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/pyqtgraph/ChangeLog b/dev-python/pyqtgraph/ChangeLog
18 index bac3994..417792d 100644
19 --- a/dev-python/pyqtgraph/ChangeLog
20 +++ b/dev-python/pyqtgraph/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*pyqtgraph-0.9.8 (25 Nov 2013)
26 +
27 + 25 Nov 2013; Guillaume Poulin <poulin.guillaume@×××××.com>
28 + +pyqtgraph-0.9.8.ebuild, -pyqtgraph-0.9.7.ebuild:
29 + Update PyQtGraph to 0.9.8. Support of python 3.3
30 +
31 07 Sep 2013; Guillaume Poulin <poulin.guillaume@×××××.com>
32 pyqtgraph-0.9.7.ebuild:
33 remove untested keywords
34
35 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.7.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.8.ebuild
36 similarity index 95%
37 rename from dev-python/pyqtgraph/pyqtgraph-0.9.7.ebuild
38 rename to dev-python/pyqtgraph/pyqtgraph-0.9.8.ebuild
39 index b5325d2..f413626 100644
40 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.7.ebuild
41 +++ b/dev-python/pyqtgraph/pyqtgraph-0.9.8.ebuild
42 @@ -3,7 +3,7 @@
43 # $Header: $
44
45 EAPI=5
46 -PYTHON_COMPAT=( python{2_6,2_7,3_2} )
47 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
48
49 inherit distutils-r1