Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303649 - www-servers/gunicorn (New ebuild)
Summary: www-servers/gunicorn (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: Default Assignee for New Packages
URL: http://github.com/benoitc/gunicorn
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-02-05 23:06 UTC by Johan Bergström
Modified: 2010-12-12 20:41 UTC (History)
0 users

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


Attachments
gunicorn-0.4.1.ebuild (gunicorn-0.4.1.ebuild,615 bytes, text/plain)
2010-02-05 23:08 UTC, Johan Bergström
Details
gunicorn-0.4.1.ebuild (gunicorn-0.4.1.ebuild,846 bytes, text/plain)
2010-02-06 00:02 UTC, Johan Bergström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2010-02-05 23:06:33 UTC
Gunicorn is an awesome pure python http server designed after it's ruby correspondent: http://unicorn.bogomips.org
Comment 1 Johan Bergström 2010-02-05 23:08:10 UTC
Created attachment 218595 [details]
gunicorn-0.4.1.ebuild

Here's a stab at the ebuild. The git repo contains tests and examples but unfortunately not the tarball. Upstream is notified about this
Comment 2 Johan Bergström 2010-02-06 00:02:50 UTC
Created attachment 218605 [details]
gunicorn-0.4.1.ebuild

Updated ebuild. Remove the test/example use-flags I had during testing. Sloppy :(

Also, added two optional deps/use flags against django and paste since gunicorn has neat runners for those.
Comment 3 Rafael Martins (RETIRED) gentoo-dev 2010-12-12 20:41:59 UTC
+*gunicorn-0.11.2 (12 Dec 2010)
+
+  12 Dec 2010; Rafael G. Martins <rafaelmartins@gentoo.org>
+  +gunicorn-0.11.2.ebuild, +metadata.xml:
+  Initial commit. Thanks to Johan Bergström (bug #303649)
+

I just commited www-servers/gunicorn-0.11.2, without the django and paste USE flags, because I think that servers shouldn't depend on web frameworks, and the people looking for gunicorn know what want to deploy with it :)

Additionally, I added tests, examples and docs.

Regards.