diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /app-vim | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 | ||||
-rw-r--r-- | app-vim/iris/iris-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/jedi/jedi-0.11.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/pydoc/pydoc-2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/splice/splice-1.1.0-r4.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 | ||||
-rw-r--r-- | app-vim/voom/voom-5.3-r1.ebuild | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild index 2c1a2f2402a7..b791897b38a4 100644 --- a/app-vim/gundo/gundo-2.6.2-r3.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit vim-plugin python-single-r1 vcs-snapshot diff --git a/app-vim/iris/iris-1.0.0.ebuild b/app-vim/iris/iris-1.0.0.ebuild index bac5a5b5b601..984316d0a73f 100644 --- a/app-vim/iris/iris-1.0.0.ebuild +++ b/app-vim/iris/iris-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit vim-plugin python-r1 diff --git a/app-vim/jedi/jedi-0.11.0.ebuild b/app-vim/jedi/jedi-0.11.0.ebuild index 3afb7b0cf9b7..e4a0197eb666 100644 --- a/app-vim/jedi/jedi-0.11.0.ebuild +++ b/app-vim/jedi/jedi-0.11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit edo vim-plugin python-single-r1 MY_PN="${PN}-vim" diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild index c762aabe1336..77ced46cdbdb 100644 --- a/app-vim/pydoc/pydoc-2.0-r2.ebuild +++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: integrates python documentation view and search tool" diff --git a/app-vim/splice/splice-1.1.0-r4.ebuild b/app-vim/splice/splice-1.1.0-r4.ebuild index 12c64c54cb3b..a035d2f8dd84 100644 --- a/app-vim/splice/splice-1.1.0-r4.ebuild +++ b/app-vim/splice/splice-1.1.0-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit vim-plugin python-single-r1 diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild index d029f5625a5d..4991f68077ed 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit vim-plugin python-single-r1 diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 08146d8bd75d..a83e1338cae7 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit vim-plugin python-single-r1 diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild index c816d1df2d79..b8cc20da21f7 100644 --- a/app-vim/voom/voom-5.3-r1.ebuild +++ b/app-vim/voom/voom-5.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 vim-plugin |