Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 347770 Details for
Bug 469098
www-servers/uwsgi-1.9.6 should byte-compile uwsgidecorators.py
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild
uwsgi-1.9.6.ebuild-bytecompile.patch (text/plain), 483 bytes, created by
Chris Mayo
on 2013-05-08 19:02:20 UTC
(
hide
)
Description:
Patch to ebuild
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2013-05-08 19:02:20 UTC
Size:
483 bytes
patch
obsolete
>--- uwsgi-1.9.6.ebuild.orig >+++ uwsgi-1.9.6.ebuild >@@ -315,6 +315,8 @@ > use gevent && elog " '--plugins python${a/.},gevent${a/.}' for gevent support in python-${a}" > use erlang && elog " '--plugins python${a/.},erlang,pyerl${a/.}' for erlang support in python-${a}" > done >+ >+ python_mod_optimize uwsgidecorators.py > fi > > if use ruby ; then >@@ -326,3 +328,9 @@ > done > fi > } >+ >+pkg_postrm() { >+ if use python ; then >+ python_mod_cleanup uwsgidecorators.py >+ fi >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 469098
: 347770