public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
Date: Wed, 22 Jun 2022 11:29:41 +0000 (UTC)	[thread overview]
Message-ID: <1655897350.2953b1cbee93d912eaa2489f6fc7dfd1e4502e31.juippis@gentoo> (raw)

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

app-vim/jedi: drop 0.10.0

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

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

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

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


             reply	other threads:[~2022-06-22 11:29 UTC|newest]

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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1655897350.2953b1cbee93d912eaa2489f6fc7dfd1e4502e31.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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