1 |
# Copyright 1999-2015 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.3.ebuild,v 1.4 2015/04/08 08:05:15 mgorny Exp $ |
4 |
|
5 |
EAPI=5 |
6 |
|
7 |
PYTHON_COMPAT=( python2_7 ) |
8 |
|
9 |
inherit distutils-r1 |
10 |
|
11 |
DESCRIPTION="Websocket handler for the gevent pywsgi server" |
12 |
HOMEPAGE="http://pypi.python.org/pypi/gevent-websocket/" |
13 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
14 |
|
15 |
LICENSE="Apache-2.0" |
16 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
18 |
IUSE="" |
19 |
|
20 |
RDEPEND="dev-python/gevent[${PYTHON_USEDEP}]" |
21 |
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |