butterfly ebuild ..
[mimi_vx_overlay.git] / www-apps / butterfly / butterfly-1.2.9.ebuild
blob6d673c671fee77dda545d608d6fbc7a3af524de4
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=5
7 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3})
8 DISTUTILS_SINGLE_IMPL=1
9 inherit distutils-r1
11 DESCRIPTION="A web terminal based on websocket and tornado"
12 HOMEPAGE="http://pypi.python.org/pypi/butterfly https://github.com/paradoxxxzero/butterfly"
13 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
15 LICENSE="GPL-3+ OFL-1.1"
16 SLOT="0"
17 KEYWORDS="~amd64"
18 IUSE=""
20 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
21 RDEPEND=">=www-servers/tornado-3.2[${PYTHON_USEDEP}]"