From b8e8108ae07f7cd0a96bba0f8f4d275f61bf276d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 18 Jan 2016 11:59:17 +0100 Subject: dev-python/python-ddp: initial import; ebuild by me Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier --- dev-python/python-ddp/Manifest | 1 + dev-python/python-ddp/metadata.xml | 13 +++++++++++++ dev-python/python-ddp/python-ddp-0.1.5.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-python/python-ddp/Manifest create mode 100644 dev-python/python-ddp/metadata.xml create mode 100644 dev-python/python-ddp/python-ddp-0.1.5.ebuild (limited to 'dev-python/python-ddp') diff --git a/dev-python/python-ddp/Manifest b/dev-python/python-ddp/Manifest new file mode 100644 index 000000000000..13def8a45e20 --- /dev/null +++ b/dev-python/python-ddp/Manifest @@ -0,0 +1 @@ +DIST python-ddp-0.1.5.tar.gz 6032 SHA256 1420f23e89c4ac378ba2f4b311ddcd032e0f0af4f79f8b0829cfad972d2e588f SHA512 25200624a4a2145d3189646c00ba023f1e55010ca1756eb36505f85b6faa24da8a505f2784b8c445232ed471d5d402b4c0f487b3c9460c948295cda74faa7fbb WHIRLPOOL a3c4f3a1570fd4e9c4e30efd11954d6d927bf22beaa47adb4772b43e4bf8f88e42079a263b3ce72647628308bf52e19681cb390041a14cfb9529f74a2cef679c diff --git a/dev-python/python-ddp/metadata.xml b/dev-python/python-ddp/metadata.xml new file mode 100644 index 000000000000..fdf80408a99b --- /dev/null +++ b/dev-python/python-ddp/metadata.xml @@ -0,0 +1,13 @@ + + + + python + + aballier@gentoo.org + Alexis Ballier + Python team can take the package if they wish. + + + python-ddp + + diff --git a/dev-python/python-ddp/python-ddp-0.1.5.ebuild b/dev-python/python-ddp/python-ddp-0.1.5.ebuild new file mode 100644 index 000000000000..8a9c1faed5b1 --- /dev/null +++ b/dev-python/python-ddp/python-ddp-0.1.5.ebuild @@ -0,0 +1,25 @@ +# 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 ddp client" +HOMEPAGE="https://pypi.python.org/pypi/python-ddp https://github.com/hharnisc/python-ddp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-python/pyee[${PYTHON_USEDEP}] + dev-python/ws4py[${PYTHON_USEDEP}] + dev-python/meteor-ejson[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3