From 1632d5b06535a12223116ae0661259b80b8fc779 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 18 Jan 2016 11:59:53 +0100 Subject: dev-python/python-meteor: initial import; ebuild by me Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier --- .../python-meteor/python-meteor-0.1.6.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/python-meteor/python-meteor-0.1.6.ebuild (limited to 'dev-python/python-meteor/python-meteor-0.1.6.ebuild') diff --git a/dev-python/python-meteor/python-meteor-0.1.6.ebuild b/dev-python/python-meteor/python-meteor-0.1.6.ebuild new file mode 100644 index 000000000000..9c7cfa8a75f2 --- /dev/null +++ b/dev-python/python-meteor/python-meteor-0.1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="An event driven meteor client" +HOMEPAGE="https://pypi.python.org/pypi/python-meteor https://github.com/hharnisc/python-meteor" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-python/python-ddp[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3