From 5d0c5245d7d575dd35f9bc32992cbc0050a9e7a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20S=C3=BAkup=20=28mimi=5Fvx=29?= Date: Sun, 9 Mar 2014 20:17:27 +0100 Subject: [PATCH] butterfly ebuild .. --- www-apps/butterfly/butterfly-1.2.9.ebuild | 21 +++++++++++++++++++++ www-apps/butterfly/metadata.xml | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 www-apps/butterfly/butterfly-1.2.9.ebuild create mode 100644 www-apps/butterfly/metadata.xml diff --git a/www-apps/butterfly/butterfly-1.2.9.ebuild b/www-apps/butterfly/butterfly-1.2.9.ebuild new file mode 100644 index 0000000..6d673c6 --- /dev/null +++ b/www-apps/butterfly/butterfly-1.2.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3}) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +DESCRIPTION="A web terminal based on websocket and tornado" +HOMEPAGE="http://pypi.python.org/pypi/butterfly https://github.com/paradoxxxzero/butterfly" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=www-servers/tornado-3.2[${PYTHON_USEDEP}]" diff --git a/www-apps/butterfly/metadata.xml b/www-apps/butterfly/metadata.xml new file mode 100644 index 0000000..cc3fe24 --- /dev/null +++ b/www-apps/butterfly/metadata.xml @@ -0,0 +1,7 @@ + + + + + maintainer-wanted@gentoo.org + + -- 2.11.4.GIT