Skip to content

Commit

Permalink
app-vim/iris: enable py3.10, py3.9 and disable py3.7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/832241
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Sep 7, 2022
1 parent 48cb156 commit 74fa6ef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app-vim/iris/iris-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python{3_7,3_8} )
PYTHON_COMPAT=( python3_{8..10} )

inherit vim-plugin python-r1

Expand All @@ -13,17 +13,16 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="vim plugin: mail client for vim"
HOMEPAGE="https://github.com/soywod/iris.vim"
SRC_URI="https://github.com/soywod/iris.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
KEYWORDS="~amd64 ~x86"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
dev-python/imapclient
${PYTHON_DEPS}"

S="${WORKDIR}/${MY_P}"
RDEPEND="${PYTHON_DEPS}
dev-python/imapclient[${PYTHON_USEDEP}]
"

DOCS=( README.md CHANGELOG.md )

Expand Down

0 comments on commit 74fa6ef

Please sign in to comment.