Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1287
Signed-off-by: Ian Delaney <idella4@gentoo.org>
diff -ur Flask-SQLAlchemy-1.0.orig/docs/conf.py Flask-SQLAlchemy-1.0/docs/conf.py
---- docs/conf.py 2013-01-27 08:57:36.000000000 +0800
-+++ docs/conf.py 2014-04-03 18:08:34.772268079 +0800
+--- a/docs/conf.py 2013-01-27 08:57:36.000000000 +0800
++++ b/docs/conf.py 2014-04-03 18:08:34.772268079 +0800
@@ -224,9 +224,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
</maintainer>
<upstream>
<remote-id type="pypi">Flask-SQLAlchemy</remote-id>
+ <remote-id type="github">mitsuhiko/flask-sqlalchemy</remote-id>
+ <bugs-to>https://github.com/mitsuhiko/flask-sqlalchemy/issues</bugs-to>
</upstream>
+ <longdescription lang="en">
+ Flask-SQLAlchemy is a Flask microframework extension which adds
+ support for the SQLAlchemy SQL toolkit/ORM.
+ </longdescription>
</pkgmetadata>