diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
| commit | 2db67a589e688ba866fce79132f608652bbc4cd8 (patch) | |
| tree | 108083d26ac33deecb9d884215c6f68864a69704 /dev-python/neovim-python-client | |
| parent | 04b17140f5801dc924927a418f43cfe765afc778 (diff) | |
| download | gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.gz gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.bz2 gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.zip | |
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/neovim-python-client')
| -rw-r--r-- | dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild index 5e5ba983bf68..e398f549249e 100644 --- a/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild +++ b/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6}} ) inherit distutils-r1 DESCRIPTION="Python client for Neovim" diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild index 52c62c1ef2dd..73b1be73f2cd 100644 --- a/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild +++ b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1 DESCRIPTION="Python client for Neovim" |
