Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155403 - dev-python/pylons-0.9.4.1 (new ebuild)
Summary: dev-python/pylons-0.9.4.1 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://pylonshq.com
Whiteboard:
Keywords: EBUILD
: 146081 (view as bug list)
Depends on: 73788 129346 130866 141662 150699 150700 155370 155373 155374 155375 155379 159441
Blocks:
  Show dependency tree
 
Reported: 2006-11-16 11:47 UTC by brad walker
Modified: 2007-05-02 15:56 UTC (History)
2 users (show)

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


Attachments
dev-python/pylons-0.9.3.ebuild (pylons-0.9.3.ebuild,1.27 KB, text/plain)
2006-11-16 12:09 UTC, brad walker
Details
dev-python/pylons-0.9.4.ebuild (pylons-0.9.4.ebuild,1.20 KB, text/plain)
2006-12-29 20:06 UTC, brad walker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brad walker 2006-11-16 11:47:24 UTC
Pylons is a lightweight web framework emphasizing flexibility and rapid
development.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 11:57:19 UTC
*** Bug 146081 has been marked as a duplicate of this bug. ***
Comment 2 brad walker 2006-11-16 12:09:40 UTC
Created attachment 102147 [details]
dev-python/pylons-0.9.3.ebuild

be careful with flag "doc". pudge and buildutils are experimental and may cause build to fail
Comment 3 brad walker 2006-12-29 20:06:31 UTC
Created attachment 104969 [details]
dev-python/pylons-0.9.4.ebuild

Changes:
added optional genshi support via "genshi" USE flag
updated minimum requirements (paste-1.1.1, routes-1.6.1, beaker-0.6.2, nose-0.9.1)
Comment 4 brad walker 2007-01-08 04:24:41 UTC
pylons-0.9.3 -> >=pylons-0.9.4 migration note:
delete the directory of compiled myghty templates in any projects to allow pylons to recompile them. normally data/templates under a project's root directory holds the compiled templates. otherwise pylons will generate a "do_run_component takes 13 non-keyword arguments" error when rendering one.

pylons-0.9.4.1 has been released. it fixes two database errors and a paster shell problem. it also adds a RESTful controller template. the ebuild needs only changed depends (not the diapers :) -- >=dev-python/routes-1.6.2.
Comment 5 Tiziano Müller (RETIRED) gentoo-dev 2007-02-28 00:08:55 UTC
Done.
Comment 6 Ken Garland 2007-05-02 15:56:09 UTC
error during 0.9.4.1 ebuild - 

/var/tmp/portage/dev-python/pylons-0.9.4.1/work/Pylons-0.9.4.1/docs/pudge_template/common.py:342: SyntaxWarning: name 'top_level_module' is assigned to before global declaration
error: None

!!! ERROR: dev-python/pylons-0.9.4.1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3339:   Called src_compile
  pylons-0.9.4.1.ebuild, line 59:   Called die

as per note from brad walker i removed doc flag and it installed fine. was using pudge 0.1.3 during original attempt.