Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask-login: flask-login-0.2.7.ebuild ChangeLog
Date: Mon, 02 Sep 2013 03:50:00
Message-Id: 20130902034955.E71542004C@flycatcher.gentoo.org
1 patrick 13/09/02 03:49:55
2
3 Modified: ChangeLog
4 Added: flask-login-0.2.7.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.9 dev-python/flask-login/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 25 Jul 2013 05:43:31 -0000 1.8
24 +++ ChangeLog 2 Sep 2013 03:49:55 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/flask-login
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.8 2013/07/25 05:43:31 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.9 2013/09/02 03:49:55 patrick Exp $
30 +
31 +*flask-login-0.2.7 (02 Sep 2013)
32 +
33 + 02 Sep 2013; Patrick Lauer <patrick@g.o> +flask-login-0.2.7.ebuild:
34 + Bump
35
36 *flask-login-0.2.6 (25 Jul 2013)
37
38
39
40
41 1.1 dev-python/flask-login/flask-login-0.2.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flask-login-0.2.7.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.7.ebuild,v 1.1 2013/09/02 03:49:55 patrick Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7} )
54
55 inherit distutils-r1
56
57 MY_PN="Flask-Login"
58 MY_P="${MY_PN}-${PV}"
59
60 DESCRIPTION="Login session support for Flask"
61 HOMEPAGE="http://pypi.python.org/pypi/Flask-Login"
62 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]"
70 DEPEND="${RDEPEND}
71 dev-python/setuptools[${PYTHON_USEDEP}]"
72
73 S="${WORKDIR}/${MY_P}"