public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2017-10-30 22:51 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2017-10-30 22:51 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2017-10-30 23:51 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2017-10-30 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     334c26df69518ce5c6a2c9f9010218c51aa16705
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 23:50:55 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 23:51:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334c26df

app-vim/jedi: archive name is ${P}.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/jedi/Manifest                  | 2 +-
 app-vim/jedi/jedi-0.8_p20171015.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index 326df8ed36b..c7817dd7bbf 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1 +1 @@
-DIST 77924398bd594e238766153cec97ace62650f082.zip 43567 SHA256 a120fc6c611f4ee37771d6deb4b871a2d40ca7125231e6f262aa28772eb06880 SHA512 d69fa77ada22b0c75b7ec4ad1765035454312707ffb0f8a0bb0de4928e5fd21b08e39ab28b3f0ff9b37c8eb5389bc44c507fa2a08c0322510a57a91d7de028e6 WHIRLPOOL 150efcb21de8cd8fe523116f67999a99ae28438779eba40a1d8889896000ceebbd1fc9c8a22d0bfacd1619ad36d3ef60df2d97d254075c3a82b2f091e5d93d55
+DIST jedi-0.8_p20171015.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
index e991f5795bf..f1f7ea7d458 100644
--- a/app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild
@@ -12,7 +12,7 @@ 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"
+SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip -> ${P}.zip"
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2017-12-14 14:42 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2017-12-14 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 14:42:07 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 14:42:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ed06f

app-vim/jedi: enable python3_5.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/jedi/jedi-0.8_p20171015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild
index f1f7ea7d458..da57a94f10e 100644
--- a/app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit vim-plugin python-r1 python-utils-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2018-06-27 19:29 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2018-06-27 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:26:10 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c18abb2

app-vim/jedi: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-vim/jedi/jedi-0.8_p20171015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild
index da57a94f10e..f72dd11f583 100644
--- a/app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit vim-plugin python-r1 python-utils-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2019-07-22  9:25 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2019-07-22  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 09:11:31 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 09:25:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ad6fa3

app-vim/jedi: Add missing PYTHON_{DEPS,REQUIRED_USE}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../jedi/{jedi-0.8_p20171015.ebuild => jedi-0.8_p20171015-r1.ebuild}  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
similarity index 88%
rename from app-vim/jedi/jedi-0.8_p20171015.ebuild
rename to app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
index b536cedbf3e..654cb4c957e 100644
--- a/app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
@@ -16,8 +16,10 @@ SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip -> ${P}.z
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]"
+RDEPEND="${PYTHON_DEPS}
+	dev-python/jedi[${PYTHON_USEDEP}]"
 DEPEND="app-editors/vim[python]"
 
 S="${WORKDIR}/jedi-vim-${COMMIT}"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2019-08-29 11:39 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5d31ef070c8165cc8018f430138e10f63bd33a4b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:57 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d31ef07

app-vim/jedi: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-vim/jedi/Manifest                     | 2 +-
 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index 82b36858d49..40f7e9fe206 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1 +1 @@
-DIST jedi-0.8_p20171015.zip 43567 BLAKE2B 6065e2df567159054d99ec502ddb8ec8103e0892c9f78f6bbc2e72cad6cb3fe37d86882a72135f238fd47a747e03275aa82edee9d954459194940e8a69e1a775 SHA512 d69fa77ada22b0c75b7ec4ad1765035454312707ffb0f8a0bb0de4928e5fd21b08e39ab28b3f0ff9b37c8eb5389bc44c507fa2a08c0322510a57a91d7de028e6
+DIST jedi-0.8_p20171015.tar.gz 31593 BLAKE2B a34fc7a7d8211cefbaef0012b801bc2dec2b447d34a1d3c338ed37306d36262694f0d8e771042e899959d04bed8925c5beee32803cb7f56add7a83ceb4bf27d9 SHA512 e4238c745d509d9d7e8c0593a46935f1de3c0cdf8e3893deb156110be53e2c9012d98379a6ca747a0bdab77f1def2a88dd46ce5c7d3936f01f0d9ab597f14182

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
index 654cb4c957e..af6d75f78f4 100644
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
@@ -12,7 +12,7 @@ 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 -> ${P}.zip"
+SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2019-12-29  9:56 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2019-12-29  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     41fb9f13ada776c95decbdbae11e79eacb7de84a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 09:55:16 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 09:55:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fb9f13

app-vim/jedi: [QA] Remove explicit python-utils-r1 inherit

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
index af6d75f78f4..d1518a70f5d 100644
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
-inherit vim-plugin python-r1 python-utils-r1
+inherit vim-plugin python-r1
 
 # Commit Date: Sun Oct 15 20:51:54 2017 +0200
 COMMIT="77924398bd594e238766153cec97ace62650f082"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2020-04-26  8:40 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-04-26  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a0fd7451ba093ea6b39b84052e18149833436ee6
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fd7451

app-vim/jedi: version bump 0.10.0, bug #718262

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/jedi/Manifest           |  1 +
 app-vim/jedi/jedi-0.10.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index 40f7e9fe206..ccfc208c404 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1 +1,2 @@
+DIST jedi-0.10.0.tar.gz 36820 BLAKE2B a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c SHA512 65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea
 DIST jedi-0.8_p20171015.tar.gz 31593 BLAKE2B a34fc7a7d8211cefbaef0012b801bc2dec2b447d34a1d3c338ed37306d36262694f0d8e771042e899959d04bed8925c5beee32803cb7f56add7a83ceb4bf27d9 SHA512 e4238c745d509d9d7e8c0593a46935f1de3c0cdf8e3893deb156110be53e2c9012d98379a6ca747a0bdab77f1def2a88dd46ce5c7d3936f01f0d9ab597f14182

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
new file mode 100644
index 00000000000..947862ab0a9
--- /dev/null
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit vim-plugin python-any-r1
+
+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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
+	"
+RDEPEND="app-editors/vim[python]"
+BDEPEND="test? ( dev-python/pytest )"
+
+S="${WORKDIR}/jedi-vim-${PV}"
+
+# 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
+}
+
+src_test() {
+	pytest -vv || die
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2020-04-26  8:40 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-04-26  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 08:12:07 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cfa0a3

app-vim/jedi: switch 0.10.0 to python-single-r1 instead

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/jedi/jedi-0.10.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index 3c05067b9c6..b30e03db852 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit vim-plugin python-any-r1
+inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
 HOMEPAGE="https://github.com/davidhalter/jedi-vim"
@@ -15,9 +15,11 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 RDEPEND="
 	${PYTHON_DEPS}
-	$(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
+	$(python_gen_cond_dep 'dev-python/jedi[${PYTHON_MULTI_USEDEP}]')
 	app-editors/vim[python]"
 BDEPEND="${PYTHON_DEPS}
 	test? ( dev-python/pytest )"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2020-04-26  8:40 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-04-26  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     63c6d485ee3f6b492616b670ffc487234054bb59
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 07:18:57 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c6d485

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/jedi/jedi-0.10.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index 947862ab0a9..3c05067b9c6 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit vim-plugin python-any-r1
 
@@ -15,12 +15,12 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND="
+RDEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
-	"
-RDEPEND="app-editors/vim[python]"
-BDEPEND="test? ( dev-python/pytest )"
+	app-editors/vim[python]"
+BDEPEND="${PYTHON_DEPS}
+	test? ( dev-python/pytest )"
 
 S="${WORKDIR}/jedi-vim-${PV}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2020-05-07 13:18 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2020-05-07 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     19bf7aabcf994699019dc6d3d6e5170250f1fb52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 13:12:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  7 13:18:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf7aab

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
index 6533a387cb4..23aaa1f5ca3 100644
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2020-09-27 16:28 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-09-27 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 16:27:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 16:27:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7dd8ff

app-vim/jedi: Keyword 0.10.0 arm64, #744085

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-vim/jedi/jedi-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index b30e03db852..73fbc6110e0 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/davidhalter/jedi-vim"
 SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2021-01-01  0:53 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2021-01-01  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     accd4f0372277f9abfbeae4c52d40453dcbe4460
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 00:49:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 00:49:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

app-vim/jedi: Remove old (py3.6)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/jedi/Manifest                     |  1 -
 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index ccfc208c404..294f4292ce8 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1,2 +1 @@
 DIST jedi-0.10.0.tar.gz 36820 BLAKE2B a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c SHA512 65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea
-DIST jedi-0.8_p20171015.tar.gz 31593 BLAKE2B a34fc7a7d8211cefbaef0012b801bc2dec2b447d34a1d3c338ed37306d36262694f0d8e771042e899959d04bed8925c5beee32803cb7f56add7a83ceb4bf27d9 SHA512 e4238c745d509d9d7e8c0593a46935f1de3c0cdf8e3893deb156110be53e2c9012d98379a6ca747a0bdab77f1def2a88dd46ce5c7d3936f01f0d9ab597f14182

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
deleted file mode 100644
index 23aaa1f5ca3..00000000000
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit vim-plugin python-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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-	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
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2021-05-24 18:52 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2021-05-24 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0687b878a88268793695044fbd754ff8988b1fe6
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon May 24 08:36:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 24 18:52:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0687b878

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/jedi/jedi-0.10.0.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index ef127090588..7b566e30703 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit vim-plugin python-single-r1
 
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}
-	$(python_gen_cond_dep 'dev-python/jedi[${PYTHON_MULTI_USEDEP}]')
+	$(python_gen_cond_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
 	app-editors/vim[python]"
 BDEPEND="${PYTHON_DEPS}
 	test? ( dev-python/pytest )"
@@ -32,10 +32,6 @@ RESTRICT="test"
 # Makefile tries hard to call tests so let's silence this phase.
 src_compile() { :; }
 
-src_install() {
-	vim-plugin_src_install
-}
-
 src_test() {
-	pytest -vv || die
+	epytest
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2022-06-22 11:29 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-06-22 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2953b1cbee93d912eaa2489f6fc7dfd1e4502e31
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jun 21 10:38:53 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:29:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2953b1cb

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/jedi/Manifest           |  1 -
 app-vim/jedi/jedi-0.10.0.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index d2964f694ff5..c833cf4de1e5 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1,2 +1 @@
-DIST jedi-0.10.0.tar.gz 36820 BLAKE2B a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c SHA512 65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea
 DIST jedi-0.11.0.tar.gz 41606 BLAKE2B 146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7 SHA512 a151fdf4d58adc36dbe9ede8e091ae00c8bd8237b66c512b4addfb6e7e436651848da2b3a0dbcbbef615bcc394e7e28a6e127e53f2205dc61f4d46a2ff0faa12

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
deleted file mode 100644
index 7b566e307035..000000000000
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit vim-plugin python-single-r1
-
-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/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
-	app-editors/vim[python]"
-BDEPEND="${PYTHON_DEPS}
-	test? ( dev-python/pytest )"
-
-S="${WORKDIR}/jedi-vim-${PV}"
-
-# Tests are broken.
-RESTRICT="test"
-
-# Makefile tries hard to call tests so let's silence this phase.
-src_compile() { :; }
-
-src_test() {
-	epytest
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2023-08-31  4:09 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-08-31  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     06e74cf585f68018aee321ef74dee8fe1310bd53
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 31 02:50:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 04:06:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e74cf5

app-vim/jedi: add 0.11.2

Adds python3_11 support. In order to pass tests on python 3.11, the
minimum version of dev-python/jedi must be bumped to 0.19.

Due to mysterious reasons, the upstream version tag is now prefixed with
a "v", so the download url must adapt. While we are at it, naming the
distfile as "jedi" is simply wrong, since that could clash with
dev-python/jedi's distfiles if the version numbers ever collided. Use
MY_PN instead.

Closes: https://bugs.gentoo.org/882821
Closes: https://bugs.gentoo.org/896654
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32538
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-vim/jedi/Manifest           |  1 +
 app-vim/jedi/jedi-0.11.2.ebuild | 80 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index c833cf4de1e5..57a9de5d8e3c 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1 +1,2 @@
 DIST jedi-0.11.0.tar.gz 41606 BLAKE2B 146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7 SHA512 a151fdf4d58adc36dbe9ede8e091ae00c8bd8237b66c512b4addfb6e7e436651848da2b3a0dbcbbef615bcc394e7e28a6e127e53f2205dc61f4d46a2ff0faa12
+DIST jedi-vim-0.11.2.tar.gz 42704 BLAKE2B 375cdf4742eb6328f5dc601b7a0b529a3d18b70711f93ab860e2827275f36454281c9d4ec85de0cfe280115fadde3a45f1bf74bfb4a4f1036b603eaa6051bf56 SHA512 b5711a963bcd61e03af0ad9936de37bf0391fcf1edd5b881b45612469e573cfc91bd012e7f12c5a9c8e51242dd26381bfa08bbc7853fbfd4a30897eeefbadb7c

diff --git a/app-vim/jedi/jedi-0.11.2.ebuild b/app-vim/jedi/jedi-0.11.2.ebuild
new file mode 100644
index 000000000000..521b71e674d7
--- /dev/null
+++ b/app-vim/jedi/jedi-0.11.2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit edo vim-plugin python-single-r1
+
+MY_PN="${PN}-vim"
+DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
+HOMEPAGE="https://github.com/davidhalter/jedi-vim"
+SRC_URI="https://github.com/davidhalter/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep '>=dev-python/jedi-0.19[${PYTHON_USEDEP}]')
+	|| (
+		app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
+		app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
+	)
+"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		app-vim/vspec
+	)
+"
+
+DOCS=( AUTHORS.txt CONTRIBUTING.md README.rst )
+
+src_prepare() {
+	vim-plugin_src_prepare
+
+	rm doc/logotype-a.svg || die
+	rmdir pythonx/{jedi,parso} || die
+
+	# Disable failing tests
+	sed -i test/vspec/signatures.vim \
+		-e "/it 'highlights correct argument'/a SKIP 'fail'" || die
+}
+
+# Makefile tries hard to call tests so let's silence this phase.
+src_compile() { :; }
+
+src_test() {
+	local bindir="${S}"/venv/bin
+	local sitedir="${S}"/venv/lib/${EPYTHON}/site-packages
+
+	mkdir -p "${bindir}" || die
+	mkdir -p "${sitedir}" || die
+	ln -s "${PYTHON}" "${bindir}/${EPYTHON}" || die
+	ln -s "${EPYTHON}" "${bindir}/python3" || die
+	ln -s "${EPYTHON}" "${bindir}/python" || die
+	cat > "${bindir}"/pyvenv.cfg <<-EOF || die
+		include-system-site-packages = false
+	EOF
+
+	ln -s "$(python_get_sitedir)"/parso "${sitedir}"/parso || die
+	cp -r "$(python_get_sitedir)"/parso-*.dist-info "${sitedir}" || die
+
+	ln -s "$(python_get_sitedir)"/jedi "${sitedir}"/jedi || die
+	cp -r "$(python_get_sitedir)"/jedi-*.dist-info "${sitedir}" || die
+
+	export PATH="${bindir}:${PATH}"
+	unset PYTHONPATH
+
+	edo prove-vspec -d "${S}" test/vspec
+}
+
+src_install() {
+	vim-plugin_src_install pythonx
+	python_optimize "${ED}"/usr/share/vim/vimfiles/pythonx
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
@ 2024-06-02 21:16 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-06-02 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     cea0160d5490a3fbeb043e9e0a16631a2c2662d2
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Jun  2 16:19:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 21:15:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea0160d

app-vim/jedi: enable py3.12

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-vim/jedi/jedi-0.11.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/jedi-0.11.2.ebuild b/app-vim/jedi/jedi-0.11.2.ebuild
index 521b71e674d7..0bd6e02ec6c7 100644
--- a/app-vim/jedi/jedi-0.11.2.ebuild
+++ b/app-vim/jedi/jedi-0.11.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit edo vim-plugin python-single-r1
 
 MY_PN="${PN}-vim"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-06-02 21:16 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox