* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.17.2.ebuild ChangeLog gunicorn-0.17.0.ebuild
@ 2013-01-11 1:12 Rafael Martins (rafaelmartins)
0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2013-01-11 1:12 UTC (permalink / raw
To: gentoo-commits
rafaelmartins 13/01/11 01:12:15
Modified: ChangeLog
Added: gunicorn-0.17.2.ebuild
Removed: gunicorn-0.17.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Revision Changes Path
1.27 www-servers/gunicorn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 29 Dec 2012 04:39:39 -0000 1.26
+++ ChangeLog 11 Jan 2013 01:12:15 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for www-servers/gunicorn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.26 2012/12/29 04:39:39 rafaelmartins Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.27 2013/01/11 01:12:15 rafaelmartins Exp $
+
+*gunicorn-0.17.2 (11 Jan 2013)
+
+ 11 Jan 2013; Rafael G. Martins <rafaelmartins@gentoo.org>
+ -gunicorn-0.17.0.ebuild, +gunicorn-0.17.2.ebuild:
+ Version bump.
*gunicorn-0.17.0 (29 Dec 2012)
1.1 www-servers/gunicorn/gunicorn-0.17.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.2.ebuild?rev=1.1&content-type=text/plain
Index: gunicorn-0.17.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.17.2.ebuild,v 1.1 2013/01/11 01:12:15 rafaelmartins Exp $
EAPI="5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils eutils
DESCRIPTION="A WSGI HTTP Server for UNIX"
HOMEPAGE="http://gunicorn.org http://pypi.python.org/pypi/gunicorn"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="doc test"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools
doc? ( dev-python/sphinx )
test? ( dev-python/pytest )"
DOCS="README.rst"
src_prepare() {
# these tests requires an already installed version of gunicorn
rm tests/test_003-config.py
}
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
cd docs
sphinx-build -b html source build || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
use doc && dohtml -r docs/build/
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-11 1:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 1:12 [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.17.2.ebuild ChangeLog gunicorn-0.17.0.ebuild Rafael Martins (rafaelmartins)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox