Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pythondialog: ChangeLog pythondialog-3.2.2.ebuild pythondialog-3.3.0.ebuild pythondialog-3.2.1.ebuild
Date: Sat, 04 Jul 2015 01:31:25
Message-Id: 20150704013116.61AA874D@oystercatcher.gentoo.org
1 idella4 15/07/04 01:31:16
2
3 Modified: ChangeLog pythondialog-3.2.2.ebuild
4 Added: pythondialog-3.3.0.ebuild
5 Removed: pythondialog-3.2.1.ebuild
6 Log:
7 correction to deps, bump
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.32 dev-python/pythondialog/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.32&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.32&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?r1=1.31&r2=1.32
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
21 retrieving revision 1.31
22 retrieving revision 1.32
23 diff -u -r1.31 -r1.32
24 --- ChangeLog 9 Jun 2015 16:56:35 -0000 1.31
25 +++ ChangeLog 4 Jul 2015 01:31:16 -0000 1.32
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/pythondialog
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.31 2015/06/09 16:56:35 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.32 2015/07/04 01:31:16 idella4 Exp $
31 +
32 +*pythondialog-3.3.0 (04 Jul 2015)
33 +
34 + 04 Jul 2015; Ian Delaney <idella4@g.o> +pythondialog-3.3.0.ebuild,
35 + -pythondialog-3.2.1.ebuild, pythondialog-3.2.2.ebuild:
36 + correction to deps, bump
37
38 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
39 Updating remote-id in metadata.xml
40
41
42
43 1.2 dev-python/pythondialog/pythondialog-3.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild?r1=1.1&r2=1.2
48
49 Index: pythondialog-3.2.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- pythondialog-3.2.2.ebuild 24 Apr 2015 08:45:32 -0000 1.1
56 +++ pythondialog-3.2.2.ebuild 4 Jul 2015 01:31:16 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v 1.1 2015/04/24 08:45:32 idella4 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v 1.2 2015/07/04 01:31:16 idella4 Exp $
62
63 EAPI=5
64 PYTHON_COMPAT=( python{3_3,3_4} pypy3 )
65 @@ -16,9 +16,8 @@
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
67 IUSE="doc examples"
68
69 -DEPEND="dev-util/dialog
70 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
71 -RDEPEND="${DEPEND}"
72 +RDEPEND="dev-util/dialog"
73 +DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
74
75 python_prepare_all() {
76 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
77
78
79
80 1.1 dev-python/pythondialog/pythondialog-3.3.0.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.3.0.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.3.0.ebuild?rev=1.1&content-type=text/plain
84
85 Index: pythondialog-3.3.0.ebuild
86 ===================================================================
87 # Copyright 1999-2015 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.3.0.ebuild,v 1.1 2015/07/04 01:31:16 idella4 Exp $
90
91 EAPI=5
92 PYTHON_COMPAT=( python{3_3,3_4} pypy3 )
93
94 inherit distutils-r1
95
96 DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
97 HOMEPAGE="http://pythondialog.sourceforge.net/"
98 SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
99
100 LICENSE="LGPL-2"
101 SLOT="0"
102 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
103 IUSE="doc examples"
104
105 RDEPEND="dev-util/dialog"
106 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
107
108 python_prepare_all() {
109 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
110 distutils-r1_python_prepare_all
111 }
112
113 python_compile_all() {
114 use doc && emake -C doc html
115 }
116
117 python_install_all() {
118 use examples && local EXAMPLES=( examples/. )
119 use doc && local HTML_DOCS=( doc/_build/html/. )
120
121 distutils-r1_python_install_all
122 }