From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C52C9158094 for ; Wed, 22 Jun 2022 11:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C1C2E07B3; Wed, 22 Jun 2022 11:29:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74451E07B3 for ; Wed, 22 Jun 2022 11:29:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E0583414D2 for ; Wed, 22 Jun 2022 11:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC41550E for ; Wed, 22 Jun 2022 11:29:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655897350.2953b1cbee93d912eaa2489f6fc7dfd1e4502e31.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/jedi/Manifest app-vim/jedi/jedi-0.10.0.ebuild X-VCS-Directories: app-vim/jedi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2953b1cbee93d912eaa2489f6fc7dfd1e4502e31 X-VCS-Branch: master Date: Wed, 22 Jun 2022 11:29:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23bf67a2-cb8f-47de-af22-09f44089e7cb X-Archives-Hash: 445e6c8b87c5e7c443f8a07f5272d18c commit: 2953b1cbee93d912eaa2489f6fc7dfd1e4502e31 Author: Anna Vyalkova sysrq in> AuthorDate: Tue Jun 21 10:38:53 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 22 11:29:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2953b1cb app-vim/jedi: drop 0.10.0 Signed-off-by: Anna Vyalkova 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..000000000000 --- a/app-vim/jedi/jedi-0.10.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: binding to the autocompletion library jedi" -HOMEPAGE="https://github.com/davidhalter/jedi-vim" -SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/jedi[${PYTHON_USEDEP}]') - app-editors/vim[python]" -BDEPEND="${PYTHON_DEPS} - test? ( dev-python/pytest )" - -S="${WORKDIR}/jedi-vim-${PV}" - -# Tests are broken. -RESTRICT="test" - -# Makefile tries hard to call tests so let's silence this phase. -src_compile() { :; } - -src_test() { - epytest -}