Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491872 - dev-python/flask-sqlalchemy-1.0 - add python3.3 support
Summary: dev-python/flask-sqlalchemy-1.0 - add python3.3 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 14:16 UTC by Kai
Modified: 2014-04-03 10:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai 2013-11-21 14:16:37 UTC
The package flask-sqlalchemy supports python3.3 as of version 1.0. This can be enabled trivially by editing PYTHON_COMPAT to include 3_3.

One test fails under python3 and this issue has been raised upstream: https://github.com/mitsuhiko/flask-sqlalchemy/issues/160

I have used it for some simple projects and haven't encountered any problems.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-04-03 10:53:14 UTC
(In reply to Kai from comment #0)
> The package flask-sqlalchemy supports python3.3 as of version 1.0. This can
> be enabled trivially by editing PYTHON_COMPAT to include 3_3.
> 
> One test fails under python3 and this issue has been raised upstream:
> https://github.com/mitsuhiko/flask-sqlalchemy/issues/160
> 

and it still unanswered!!

> I have used it for some simple projects and haven't encountered any problems.

*flask-sqlalchemy-1.0-r1 (03 Apr 2014)

  03 Apr 2014; Ian Delaney <idella4@gentoo.org> +files/mapping.patch,
  +flask-sqlalchemy-1.0-r1.ebuild:
  revbump; add py3 support, IUSE doc, patch for doc build, update deps and all
  phases, fixes Bug #491872 by Kai