Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 491872

Summary: dev-python/flask-sqlalchemy-1.0 - add python3.3 support
Product: Gentoo Linux Reporter: Kai <kai.scorpio>
Component: [OLD] DevelopmentAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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