diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-22 05:37:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-22 05:37:48 +0000 |
commit | ff43cd903c230186ae6c53293d37bec5add77557 (patch) | |
tree | 9bcedcda3f9d7ae4b7dd4e4134693d85d60474fe /dev-python/flask-restless | |
parent | Version bump. (diff) | |
download | gentoo-2-ff43cd903c230186ae6c53293d37bec5add77557.tar.gz gentoo-2-ff43cd903c230186ae6c53293d37bec5add77557.tar.bz2 gentoo-2-ff43cd903c230186ae6c53293d37bec5add77557.zip |
Bump
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/flask-restless')
-rw-r--r-- | dev-python/flask-restless/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/flask-restless/flask-restless-0.10.1.ebuild | 33 |
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-python/flask-restless/ChangeLog b/dev-python/flask-restless/ChangeLog index c7790cc4d0d5..c49168d622b1 100644 --- a/dev-python/flask-restless/ChangeLog +++ b/dev-python/flask-restless/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-python/flask-restless # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.1 2013/05/04 22:51:10 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.2 2013/05/22 05:37:48 patrick Exp $ + +*flask-restless-0.10.1 (22 May 2013) + + 22 May 2013; Patrick Lauer <patrick@gentoo.org> +flask-restless-0.10.1.ebuild: + Bump *flask-restless-0.10.0 (04 May 2013) 04 May 2013; Rafael G. Martins <rafaelmartins@gentoo.org> +flask-restless-0.10.0.ebuild, +metadata.xml: Initial commit - diff --git a/dev-python/flask-restless/flask-restless-0.10.1.ebuild b/dev-python/flask-restless/flask-restless-0.10.1.ebuild new file mode 100644 index 000000000000..15c1d23f7572 --- /dev/null +++ b/dev-python/flask-restless/flask-restless-0.10.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +DESCRIPTION="Flask extension for easy ReSTful API generation" +HOMEPAGE="http://packages.python.org/Flask-Restless/" +SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( AGPL-3 BSD )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Can't build docs for now, missing deps +#IUSE="doc" +IUSE="" + +RDEPEND=">=dev-python/flask-0.7 + dev-python/flask-sqlalchemy + dev-python/sqlalchemy + dev-python/python-dateutil" +DEPEND="${RDEPEND} + dev-python/setuptools + test? ( dev-python/unittest2 )" + +PYTHON_MODNAME="flask_restless" |