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

Bug 406669

Summary: www-servers/gunicorn-0.14.0 version bump
Product: Gentoo Linux Reporter: Johan Bergström <bugs>
Component: New packagesAssignee: Rafael Martins (RETIRED) <rafaelmartins>
Status: RESOLVED FIXED    
Severity: enhancement CC: orzel
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gunicorn-0.14.0.ebuild
gunicorn-0.14.0-noegg.patch

Description Johan Bergström 2012-03-02 22:47:18 UTC
Created attachment 304039 [details]
gunicorn-0.14.0.ebuild

Version bump. Minor changes include:

- description
- use nosetests for testing (which we already did, basically)
- don't restrict tests
- skip the tests that assume there's an egg available to choose workers from (note: this is the "randomness" last committer commented about)

I would also like to remove USE=examples. We install a couple of python packages in there (examples/frameworks) including lots of compiled python files and other things. There's not much useful in there, to be honest.

I didn't remove it from the ebuild though, it's up to the maintainer.

Finally, feel free to add me as proxy maintainer :-)

Maintainer info here: http://euscan.iksaif.net/maintainers/149/
Comment 1 Johan Bergström 2012-03-02 22:48:21 UTC
Created attachment 304041 [details, diff]
gunicorn-0.14.0-noegg.patch
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2012-03-04 01:27:37 UTC
+*gunicorn-0.14.0 (04 Mar 2012)
+
+  04 Mar 2012; Rafael G. Martins <rafaelmartins@gentoo.org>
+  -gunicorn-0.12.2.ebuild, +gunicorn-0.14.0.ebuild,
+  +files/gunicorn-0.14.0-noegg.patch, metadata.xml:
+  Version bump, removed old. Removed 'examples' use flag. Added Johan as 
+  Co-Maintainer. Bug #406669
+

Thanks Johan.