[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2018-06-27 Thread Pacho Ramos
commit: 9c18abb2b1c5970c827ae9fd03f4647960e0c291
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:26:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:24 2018 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: e3751aa7badec2f69d7950224de386c90b3262d1
Author: Horea Christian  yandex  com>
AuthorDate: Mon Oct 30 19:38:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 22:51:27 2017 +
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 000..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 000..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 000..e29e8e7eb84
--- /dev/null
+++ b/app-vim/jedi/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   Jedi-vim is a VIM binding to the autocompletion library Jedi.
+   Apart from that, jedi-vim provides a number of keybindings.
+   
+   
+   davidhalter/jedi-vim
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-10-30 Thread Patrice Clement
commit: 334c26df69518ce5c6a2c9f9010218c51aa16705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 30 23:50:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 30 23:51:00 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2017-12-14 Thread Patrice Clement
commit: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Dec 14 14:42:07 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 14 14:42:20 2017 +
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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: drop 0.10.0

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/26017
Signed-off-by: Joonas Niilola  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: Remove py2.7

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

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

app-vim/jedi: bump to python 3.9

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-08-29 Thread David Seifert
commit: 5d31ef070c8165cc8018f430138e10f63bd33a4b
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:57 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:57 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-12-29 Thread David Seifert
commit: 41fb9f13ada776c95decbdbae11e79eacb7de84a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2019-07-22 Thread Michał Górny
commit: 29ad6fa3084b68269f7f2296fd0edc2a330c3d19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 09:11:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 09:25:11 2019 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-12-31 Thread Michał Górny
commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:49:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

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

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-09-27 Thread Sam James
commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 27 16:27:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 27 16:27:51 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 26 08:12:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:52 2020 +
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  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 )"



[gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/

2020-04-26 Thread Joonas Niilola
commit: a0fd7451ba093ea6b39b84052e18149833436ee6
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Apr 20 04:43:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 08:39:51 2020 +
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  chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/15436
Signed-off-by: Joonas Niilola  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 000..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
+}



  1   2   >