Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306065 - dev-python/jinja2 version bump and ebuild updates
Summary: dev-python/jinja2 version bump and ebuild updates
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-20 14:59 UTC by Priit Laes (IRC: plaes)
Modified: 2010-02-21 11:35 UTC (History)
0 users

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


Attachments
jinja2-2.3.1.ebuild (jinja2-2.3.1.ebuild,1.61 KB, text/plain)
2010-02-20 15:02 UTC, Priit Laes (IRC: plaes)
Details
jinja2-2.3.1.ebuild (jinja2-2.3.1.ebuild,1.66 KB, text/plain)
2010-02-20 18:17 UTC, Priit Laes (IRC: plaes)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2010-02-20 14:59:44 UTC
Jinja2-2.3.1 has been released, fixing at least one crasher bug.

Also, current 2.3 ebuild is using dev-python/nose for testing, but in 2.3 Jinja2 changed test platform back to Unittest.
Comment 1 Priit Laes (IRC: plaes) 2010-02-20 15:02:29 UTC
Created attachment 220481 [details]
jinja2-2.3.1.ebuild

Updated ebuild that picks up the whole testsuite.

There's one issue though - ebuild fails to recognize PYTHON_ABI variable, which should come from distutils eclass:
[snip]
>>> Source compiled.
dir: cannot access build-/lib.*: No such file or directory
[/snip]
Comment 2 Priit Laes (IRC: plaes) 2010-02-20 18:17:05 UTC
Created attachment 220521 [details]
jinja2-2.3.1.ebuild

Fixed the previous issue.
Comment 3 Patrick Lauer gentoo-dev 2010-02-21 11:35:37 UTC
+  21 Feb 2010; Patrick Lauer <patrick@gentoo.org> +jinja2-2.3.1.ebuild:
+  Bump for #306065, thanks to Priit Laes for the test fixes