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-restless: flask-restless-0.11.0.ebuild ChangeLog
Date: Fri, 24 May 2013 06:01:25
Message-Id: 20130524060121.CE67B2171D@flycatcher.gentoo.org
1 patrick 13/05/24 06:01:21
2
3 Modified: ChangeLog
4 Added: flask-restless-0.11.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 dev-python/flask-restless/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 22 May 2013 05:37:48 -0000 1.2
24 +++ ChangeLog 24 May 2013 06:01:21 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/flask-restless
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.2 2013/05/22 05:37:48 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.3 2013/05/24 06:01:21 patrick Exp $
30 +
31 +*flask-restless-0.11.0 (24 May 2013)
32 +
33 + 24 May 2013; Patrick Lauer <patrick@g.o> +flask-restless-0.11.0.ebuild:
34 + Bump
35
36 *flask-restless-0.10.1 (22 May 2013)
37
38
39
40
41 1.1 dev-python/flask-restless/flask-restless-0.11.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flask-restless-0.11.0.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-restless/flask-restless-0.11.0.ebuild,v 1.1 2013/05/24 06:01:21 patrick Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
56 DISTUTILS_SRC_TEST="setup.py"
57
58 inherit distutils
59
60 DESCRIPTION="Flask extension for easy ReSTful API generation"
61 HOMEPAGE="http://packages.python.org/Flask-Restless/"
62 SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
63
64 LICENSE="|| ( AGPL-3 BSD )"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 # Can't build docs for now, missing deps
69 #IUSE="doc"
70 IUSE=""
71
72 RDEPEND=">=dev-python/flask-0.7
73 dev-python/flask-sqlalchemy
74 dev-python/sqlalchemy
75 dev-python/python-dateutil"
76 DEPEND="${RDEPEND}
77 dev-python/setuptools
78 test? ( dev-python/unittest2 )"
79
80 PYTHON_MODNAME="flask_restless"