public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: metadata.xml ChangeLog gunicorn-0.11.2.ebuild
@ 2010-12-12 20:37 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2010-12-12 20:37 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    10/12/12 20:37:18

  Added:                metadata.xml ChangeLog gunicorn-0.11.2.ebuild
  Log:
  Initial commit. Thanks to Johan Bergström (bug #303649)
  
  (Portage version: 2.2.0_alpha7/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-servers/gunicorn/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>no-herd</herd>
  <maintainer>
    <email>rafaelmartins@gentoo.org</email>
    <name>Rafael G. Martins</name>
  </maintainer>
  <longdescription lang="en">
    Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
    pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
    server is broadly compatible with various web frameworks, simply
    implemented, light on server resources, and fairly speedy. 
  </longdescription>
</pkgmetadata>



1.1                  www-servers/gunicorn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for www-servers/gunicorn
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.1 2010/12/12 20:37:18 rafaelmartins Exp $

*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)




1.1                  www-servers/gunicorn/gunicorn-0.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.11.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.11.2.ebuild?rev=1.1&content-type=text/plain

Index: gunicorn-0.11.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.11.2.ebuild,v 1.1 2010/12/12 20:37:18 rafaelmartins Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="A WSGI HTTP Server for UNIX, fast clients and nothing else"
HOMEPAGE="http://gunicorn.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
IUSE="doc examples test"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools
	test? ( dev-python/nose )"

RESTRICT_PYTHON_ABIS="3.*"
DOCS="README.rst"

src_install() {
	distutils_src_install
	use doc && dohtml -r doc/htdocs/*
	insinto "/usr/share/doc/${PF}"
	use examples && doins -r examples
}

src_test() {
	# distutils_src_test doesn't works if gunicorn isn't installed yet
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" \
			setup.py test || die 'test failed.'
	}
	python_execute_function testing
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-12 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-12 20:37 [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: metadata.xml ChangeLog gunicorn-0.11.2.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