Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: metadata.xml ChangeLog gunicorn-0.17.4.ebuild gunicorn-0.15.0.ebuild gunicorn-0.16.1.ebuild gunicorn-0.14.6.ebuild gunicorn-0.13.4.ebuild
Date: Thu, 02 May 2013 04:05:17
Message-Id: 20130502040509.0403E2171D@flycatcher.gentoo.org
1 rafaelmartins 13/05/02 04:05:08
2
3 Modified: metadata.xml ChangeLog
4 Added: gunicorn-0.17.4.ebuild
5 Removed: gunicorn-0.15.0.ebuild gunicorn-0.16.1.ebuild
6 gunicorn-0.14.6.ebuild gunicorn-0.13.4.ebuild
7 Log:
8 Version bump. Remove old. Removed proxy-maint.
9
10 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.6 www-servers/gunicorn/metadata.xml
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.6&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.6&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?r1=1.5&r2=1.6
18
19 Index: metadata.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/metadata.xml,v
22 retrieving revision 1.5
23 retrieving revision 1.6
24 diff -u -r1.5 -r1.6
25 --- metadata.xml 17 Mar 2013 17:44:34 -0000 1.5
26 +++ metadata.xml 2 May 2013 04:05:08 -0000 1.6
27 @@ -1,7 +1,6 @@
28 <?xml version="1.0" encoding="UTF-8"?>
29 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 <pkgmetadata>
31 - <herd>proxy-maintainers</herd>
32 <maintainer>
33 <email>rafaelmartins@g.o</email>
34 <name>Rafael G. Martins</name>
35
36
37
38 1.31 www-servers/gunicorn/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.31&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.31&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.30&r2=1.31
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
47 retrieving revision 1.30
48 retrieving revision 1.31
49 diff -u -r1.30 -r1.31
50 --- ChangeLog 26 Mar 2013 11:42:29 -0000 1.30
51 +++ ChangeLog 2 May 2013 04:05:08 -0000 1.31
52 @@ -1,6 +1,13 @@
53 # ChangeLog for www-servers/gunicorn
54 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.30 2013/03/26 11:42:29 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.31 2013/05/02 04:05:08 rafaelmartins Exp $
57 +
58 +*gunicorn-0.17.4 (02 May 2013)
59 +
60 + 02 May 2013; Rafael G. Martins <rafaelmartins@g.o>
61 + -gunicorn-0.13.4.ebuild, -gunicorn-0.14.6.ebuild, -gunicorn-0.15.0.ebuild,
62 + -gunicorn-0.16.1.ebuild, +gunicorn-0.17.4.ebuild, metadata.xml:
63 + Version bump. Remove old. Removed proxy-maint.
64
65 26 Mar 2013; Agostino Sarubbo <ago@g.o> gunicorn-0.17.2.ebuild:
66 Stable for x86, wrt bug #463154
67
68
69
70 1.1 www-servers/gunicorn/gunicorn-0.17.4.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.4.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.4.ebuild?rev=1.1&content-type=text/plain
74
75 Index: gunicorn-0.17.4.ebuild
76 ===================================================================
77 # Copyright 1999-2013 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.4.ebuild,v 1.1 2013/05/02 04:05:08 rafaelmartins Exp $
80
81 EAPI="5"
82 SUPPORT_PYTHON_ABIS="1"
83 RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython"
84 DISTUTILS_SRC_TEST="nosetests"
85
86 inherit distutils eutils
87
88 DESCRIPTION="A WSGI HTTP Server for UNIX"
89 HOMEPAGE="http://gunicorn.org http://pypi.python.org/pypi/gunicorn"
90 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91
92 LICENSE="MIT"
93 SLOT="0"
94 IUSE="doc test"
95 KEYWORDS="~amd64 ~x86"
96
97 RDEPEND="dev-python/setproctitle"
98 DEPEND="dev-python/setuptools
99 doc? ( dev-python/sphinx )
100 test? ( dev-python/pytest )"
101
102 DOCS="README.rst"
103
104 src_prepare() {
105 # these tests requires an already installed version of gunicorn
106 rm tests/test_003-config.py
107 }
108
109 src_compile() {
110 distutils_src_compile
111
112 if use doc; then
113 einfo "Generation of documentation"
114 cd docs
115 sphinx-build -b html source build || die "Generation of documentation failed"
116 fi
117 }
118
119 src_install() {
120 distutils_src_install
121
122 use doc && dohtml -r docs/build/
123 }