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/flask-openid: flask-openid-1.2.3.ebuild flask-openid-1.2.4.ebuild ChangeLog
Date: Fri, 31 Oct 2014 04:03:49
Message-Id: 20141031040343.A5BE891DA@oystercatcher.gentoo.org
1 idella4 14/10/31 04:03:43
2
3 Modified: flask-openid-1.2.3.ebuild ChangeLog
4 Added: flask-openid-1.2.4.ebuild
5 Log:
6 add missed doc install, bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/flask-openid/flask-openid-1.2.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild?r1=1.1&r2=1.2
16
17 Index: flask-openid-1.2.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- flask-openid-1.2.3.ebuild 26 Oct 2014 05:18:03 -0000 1.1
24 +++ flask-openid-1.2.3.ebuild 31 Oct 2014 04:03:43 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild,v 1.1 2014/10/26 05:18:03 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.3.ebuild,v 1.2 2014/10/31 04:03:43 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -19,7 +19,8 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="doc examples"
36
37 -RDEPEND=">=dev-python/flask-0.3[${PYTHON_USEDEP}]
38 +RDEPEND="
39 + >=dev-python/flask-0.3[${PYTHON_USEDEP}]
40 >=dev-python/python-openid-2.0[${PYTHON_USEDEP}]
41 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
42 DEPEND="${RDEPEND}
43 @@ -35,10 +36,11 @@
44 }
45
46 python_compile_all() {
47 - use doc && emake -C docs html
48 + use doc && esetup.py build_sphinx
49 }
50
51 python_install_all() {
52 use examples && local EXAMPLES=( example/. )
53 + use doc && local HTML_DOCS=( docs/_build/html/. )
54 distutils-r1_python_install_all
55 }
56
57
58
59 1.10 dev-python/flask-openid/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.10&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.10&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?r1=1.9&r2=1.10
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v
68 retrieving revision 1.9
69 retrieving revision 1.10
70 diff -u -r1.9 -r1.10
71 --- ChangeLog 26 Oct 2014 05:18:03 -0000 1.9
72 +++ ChangeLog 31 Oct 2014 04:03:43 -0000 1.10
73 @@ -1,6 +1,12 @@
74 # ChangeLog for dev-python/flask-openid
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.9 2014/10/26 05:18:03 idella4 Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.10 2014/10/31 04:03:43 idella4 Exp $
78 +
79 +*flask-openid-1.2.4 (31 Oct 2014)
80 +
81 + 31 Oct 2014; Ian Delaney <idella4@g.o> +flask-openid-1.2.4.ebuild,
82 + flask-openid-1.2.3.ebuild:
83 + add missed doc install, bump
84
85 *flask-openid-1.2.3 (26 Oct 2014)
86
87
88
89
90 1.1 dev-python/flask-openid/flask-openid-1.2.4.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.4.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.4.ebuild?rev=1.1&content-type=text/plain
94
95 Index: flask-openid-1.2.4.ebuild
96 ===================================================================
97 # Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.4.ebuild,v 1.1 2014/10/31 04:03:43 idella4 Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python2_7 )
103
104 inherit distutils-r1
105
106 MY_PN="Flask-OpenID"
107 MY_P="${MY_PN}-${PV}"
108
109 DESCRIPTION="OpenID support for Flask"
110 HOMEPAGE="http://pypi.python.org/pypi/Flask-OpenID"
111 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
112
113 LICENSE="BSD"
114 SLOT="0"
115 KEYWORDS="~amd64 ~x86"
116 IUSE="doc examples"
117
118 RDEPEND="
119 >=dev-python/flask-0.3[${PYTHON_USEDEP}]
120 >=dev-python/python-openid-2.0[${PYTHON_USEDEP}]
121 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
122 DEPEND="${RDEPEND}
123 dev-python/setuptools[${PYTHON_USEDEP}]"
124
125 S="${WORKDIR}/${MY_P}"
126
127 python_prepare_all() {
128 # Prevent un-needed d'loading
129 sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/conf.py || die
130
131 distutils-r1_python_prepare_all
132 }
133
134 python_compile_all() {
135 use doc && esetup.py build_sphinx
136 }
137
138 python_install_all() {
139 use examples && local EXAMPLES=( example/. )
140 use doc && local HTML_DOCS=( docs/_build/html/. )
141 distutils-r1_python_install_all
142 }