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

Bug 303649

Summary: www-servers/gunicorn (New ebuild)
Product: Gentoo Linux Reporter: Johan Bergström <bugs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://github.com/benoitc/gunicorn
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gunicorn-0.4.1.ebuild
gunicorn-0.4.1.ebuild

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.