From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 94C401384B4 for ; Thu, 10 Dec 2015 23:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B82E0872; Thu, 10 Dec 2015 23:04:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CC39E0872 for ; Thu, 10 Dec 2015 23:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E22CB340662 for ; Thu, 10 Dec 2015 23:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59DCFAF3 for ; Thu, 10 Dec 2015 23:04:05 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1449788668.f80f071e74932cdf6a3407d1aed66863cda5c8be.tranquility@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/neovim-python-client/Manifest dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild X-VCS-Directories: dev-python/neovim-python-client/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: f80f071e74932cdf6a3407d1aed66863cda5c8be X-VCS-Branch: master Date: Thu, 10 Dec 2015 23:04:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51a0815f-7517-4531-a422-15346c78f329 X-Archives-Hash: ff3c9e025e5def9b133e5d330b6058b5 commit: f80f071e74932cdf6a3407d1aed66863cda5c8be Author: Ole Reifschneider gentoo org> AuthorDate: Thu Dec 10 23:04:28 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Thu Dec 10 23:04:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80f071e dev-python/neovim-python-client: Add version 0.1.0 Package-Manager: portage-2.2.26 dev-python/neovim-python-client/Manifest | 1 + .../neovim-python-client-0.1.0.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/neovim-python-client/Manifest b/dev-python/neovim-python-client/Manifest index 4d5137c..f9abd3b 100644 --- a/dev-python/neovim-python-client/Manifest +++ b/dev-python/neovim-python-client/Manifest @@ -1,2 +1,3 @@ DIST neovim-python-client-0.0.37.tar.xz 38008 SHA256 615120048e0bac403fe85dd9bc74a5b2fe92cc9d1dc7c65f92f8a2bf361e0ec9 SHA512 23c3557564a16f9d1c4561d6ebb6d546d52c1cdc0216f36e77edf4567f7143f30e6832296324a3897a1eb38992973c63f99c373d88e330650cd8de6e4ba665cd WHIRLPOOL d0099e8f149eea2b115129b226253d848aa1b5be2685bab5eff6cd2fa5c5c5d0de6f070ed2fca860d9bc8105a139bbb6bb9d7a4f02baef1bf337d13046803463 DIST neovim-python-client-0.0.38.tar.xz 38524 SHA256 40599735f14dc6f715fbdc3b8e91ec4e1dd7e4a184ee0b4c7f4d69e768b557dd SHA512 b6f912802a1807eef4353fb6c8f15f9f43b9a1cde449e2c23a031b099de448dd6a2856dc4545ee33094e7f9e8842fd1101008fe4272d21e3fcf6eb38a3c144df WHIRLPOOL 218d46cc61b8e8a7e386c61fe68958888f46cf0e8da96edcd926e67ad236371d80b2a58ed385cb20526440910488265e6661537f579a2fc37dd8d63d81e98096 +DIST neovim-python-client-0.1.0.tar.gz 43142 SHA256 2a9a1f07bd6d5617b1b85ee1772feed9aabd1f7a6ddb24664a48896c7db6121a SHA512 31d9c7ac32513871d7121a07269c643da97bba76469de0756aa3b71db3ff70b638d56b4da8b91d550ca41be6f53d2bd3e320e9c751ee5a6ce4e6230bd423b41a WHIRLPOOL 9192eff0dec934e949e201e425ee3bb316988078e9887290735b15b7c44f7a27a81556909f963e58414adf65e89354bcc26b9c7e7b1d372f73eff1d27cb6f901 diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild new file mode 100644 index 0000000..3429489 --- /dev/null +++ b/dev-python/neovim-python-client/neovim-python-client-0.1.0.ebuild @@ -0,0 +1,31 @@ +# 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_3,3_4} ) +inherit distutils-r1 + +DESCRIPTION="Python client for Neovim" +HOMEPAGE="https://github.com/neovim/python-client" +SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk" +REQUIRED_USE="gtk? ( python_targets_python2_7 )" # experimental gui only works with py2 + +DEPEND=" + >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] + virtual/python-greenlet[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3}) + gtk? ( + >=dev-python/click-3.0[${PYTHON_USEDEP}] + dev-python/pygobject:2 + dev-python/pygtk:2 + x11-libs/gtk+:2[introspection] + )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/python-client-${PV}"