public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
Date: Mon, 30 Oct 2017 22:51:30 +0000 (UTC)	[thread overview]
Message-ID: <1509403887.e3751aa7badec2f69d7950224de386c90b3262d1.monsieurp@gentoo> (raw)

commit:     e3751aa7badec2f69d7950224de386c90b3262d1
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Oct 30 19:38:45 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 22:51:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3751aa7

app-vim/jedi-vim: new ebuild.

Vim plugin to the autocompletion library Jedi.

Package-Manager: Portage-2.3.11, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6093

 app-vim/jedi/Manifest                  |  1 +
 app-vim/jedi/jedi-0.8_p20171015.ebuild | 33 +++++++++++++++++++++++++++++++++
 app-vim/jedi/metadata.xml              | 23 +++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
new file mode 100644
index 00000000000..326df8ed36b
--- /dev/null
+++ b/app-vim/jedi/Manifest
@@ -0,0 +1 @@
+DIST 77924398bd594e238766153cec97ace62650f082.zip 43567 SHA256 a120fc6c611f4ee37771d6deb4b871a2d40ca7125231e6f262aa28772eb06880 SHA512 d69fa77ada22b0c75b7ec4ad1765035454312707ffb0f8a0bb0de4928e5fd21b08e39ab28b3f0ff9b37c8eb5389bc44c507fa2a08c0322510a57a91d7de028e6 WHIRLPOOL 150efcb21de8cd8fe523116f67999a99ae28438779eba40a1d8889896000ceebbd1fc9c8a22d0bfacd1619ad36d3ef60df2d97d254075c3a82b2f091e5d93d55

diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild
new file mode 100644
index 00000000000..e991f5795bf
--- /dev/null
+++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit vim-plugin python-r1 python-utils-r1
+
+# Commit Date: Sun Oct 15 20:51:54 2017 +0200
+COMMIT="77924398bd594e238766153cec97ace62650f082"
+
+DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
+HOMEPAGE="https://github.com/davidhalter/jedi-vim"
+SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]"
+DEPEND="app-editors/vim[python]"
+
+S="${WORKDIR}/jedi-vim-${COMMIT}"
+
+# Tests are broken.
+RESTRICT="test"
+
+# Makefile tries hard to call tests so let's silence this phase.
+src_compile() { :; }
+
+src_install() {
+	vim-plugin_src_install
+}

diff --git a/app-vim/jedi/metadata.xml b/app-vim/jedi/metadata.xml
new file mode 100644
index 00000000000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>vim@gentoo.org</email>
+		<name>Gentoo Vim Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Jedi-vim is a VIM binding to the autocompletion library Jedi.
+		Apart from that, jedi-vim provides a number of keybindings.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">davidhalter/jedi-vim</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-10-30 22:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30 22:51 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-10-30 23:51 [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/ Patrice Clement
2017-12-14 14:42 Patrice Clement
2018-06-27 19:29 Pacho Ramos
2019-07-22  9:25 Michał Górny
2019-08-29 11:39 David Seifert
2019-12-29  9:56 David Seifert
2020-04-26  8:40 Joonas Niilola
2020-04-26  8:40 Joonas Niilola
2020-04-26  8:40 Joonas Niilola
2020-05-07 13:18 Michał Górny
2020-09-27 16:28 Sam James
2021-01-01  0:53 Michał Górny
2021-05-24 18:52 Michał Górny
2022-06-22 11:29 Joonas Niilola
2023-08-31  4:09 Sam James
2024-06-02 21:16 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509403887.e3751aa7badec2f69d7950224de386c90b3262d1.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox