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.10.1.ebuild ChangeLog
Date: Wed, 22 May 2013 05:37:51
Message-Id: 20130522053748.61D0A2171D@flycatcher.gentoo.org
1 patrick 13/05/22 05:37:48
2
3 Modified: ChangeLog
4 Added: flask-restless-0.10.1.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.2 dev-python/flask-restless/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 4 May 2013 22:51:10 -0000 1.1
24 +++ ChangeLog 22 May 2013 05:37:48 -0000 1.2
25 @@ -1,10 +1,14 @@
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.1 2013/05/04 22:51:10 rafaelmartins Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.2 2013/05/22 05:37:48 patrick Exp $
30 +
31 +*flask-restless-0.10.1 (22 May 2013)
32 +
33 + 22 May 2013; Patrick Lauer <patrick@g.o> +flask-restless-0.10.1.ebuild:
34 + Bump
35
36 *flask-restless-0.10.0 (04 May 2013)
37
38 04 May 2013; Rafael G. Martins <rafaelmartins@g.o>
39 +flask-restless-0.10.0.ebuild, +metadata.xml:
40 Initial commit
41 -
42
43
44
45 1.1 dev-python/flask-restless/flask-restless-0.10.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.10.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.10.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: flask-restless-0.10.1.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.10.1.ebuild,v 1.1 2013/05/22 05:37:48 patrick Exp $
55
56 EAPI="3"
57 PYTHON_DEPEND="2"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
60 DISTUTILS_SRC_TEST="setup.py"
61
62 inherit distutils
63
64 DESCRIPTION="Flask extension for easy ReSTful API generation"
65 HOMEPAGE="http://packages.python.org/Flask-Restless/"
66 SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
67
68 LICENSE="|| ( AGPL-3 BSD )"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71
72 # Can't build docs for now, missing deps
73 #IUSE="doc"
74 IUSE=""
75
76 RDEPEND=">=dev-python/flask-0.7
77 dev-python/flask-sqlalchemy
78 dev-python/sqlalchemy
79 dev-python/python-dateutil"
80 DEPEND="${RDEPEND}
81 dev-python/setuptools
82 test? ( dev-python/unittest2 )"
83
84 PYTHON_MODNAME="flask_restless"