From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- app-vim/jedi/Manifest | 2 +- app-vim/jedi/jedi-0.10.0.ebuild | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'app-vim/jedi') diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest index 1bb451bba357..0d3e9a4cb858 100644 --- a/app-vim/jedi/Manifest +++ b/app-vim/jedi/Manifest @@ -1,3 +1,3 @@ DIST jedi-0.10.0.tar.gz 36820 BLAKE2B a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c SHA512 65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea -EBUILD jedi-0.10.0.ebuild 891 BLAKE2B d9586d6370d814223e3a4e76c5318a53b3f77fabadd07b5910783216b0a9c428feb1642680fdd35ff5ed9ec5d33b072c6cb227b6fc6f0381a8c75b47608a8cc2 SHA512 5cfaa9478152f1f9f0e77a8f83c10e0d1a6a001bbb3cec6b5524bbd0462119e5bd8eb62ccef9ddfe93861336bb8fd799568daf40326f7a6e1b4ed6c7e2475bbf +EBUILD jedi-0.10.0.ebuild 833 BLAKE2B 2419296219ee6f21c4572edcd22bd11106478153297098a5e67b885797b28dc5d6f9cb36e33680a527852534c927307577d5c420b134cd2402913c913f408c4e SHA512 8857a9a90b5bb354147f66f8ea0dd5d31622a3436fad9dcb34b06d9b2b8e0a9fd5f43871fd666943bc83209f42fc3841a2d0b5c86ad76a1581551455d54f33bf MISC metadata.xml 765 BLAKE2B 18bf7233db72f6301ebe3a4b5e13b747299ce71686b6d230463c6b6e5758255843bef176160821038cf129bbbb45d070e232cbdde0b866fbb1e3c13629a0b28b SHA512 aece590777da00e80f991f372d0fb264f1973ce5f814f56eaeda95c476d0ad9949cec6acfc7ed2aa6c98f29add4f954066470a4bff72b86bae33e9911099179b diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild index ef127090588c..7b566e307035 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 } -- cgit v1.2.3