Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406669 - www-servers/gunicorn-0.14.0 version bump
Summary: www-servers/gunicorn-0.14.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Rafael Martins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 22:47 UTC by Johan Bergström
Modified: 2012-03-04 01:27 UTC (History)
1 user (show)

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


Attachments
gunicorn-0.14.0.ebuild (gunicorn-0.14.0.ebuild,801 bytes, text/plain)
2012-03-02 22:47 UTC, Johan Bergström
Details
gunicorn-0.14.0-noegg.patch (gunicorn-0.14.0-noegg.patch,1.72 KB, patch)
2012-03-02 22:48 UTC, Johan Bergström
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.