diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-vim/vimpython | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/Manifest | 2 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/vimpython/Manifest b/app-vim/vimpython/Manifest index 7f15cf98080f..e202b7701060 100644 --- a/app-vim/vimpython/Manifest +++ b/app-vim/vimpython/Manifest @@ -1,3 +1,3 @@ DIST vimpython-1.13.tar.bz2 4270 BLAKE2B 7973aea8ea397f3f2edcf8a2845ab47cad3015925dd9e42e37a7ada47f25073b68d6d8f8c378a86d90e39c0aae63aba784753679b4d04a5aad268db157400ae2 SHA512 467217ad160f02d3ecdc8c43e35966e496e6c5f99bef115bd4905795c0fd5b8f68f68bc8edd64ca1dbb1c6fbc088ef6ae996f524f0343943702f2a92dcc144ce -EBUILD vimpython-1.13-r2.ebuild 478 BLAKE2B 93c7b579f0eb40c4efebc18617b769a37f5ed28ce3dbe3b1c8107179648abe85ce3a134cef15c27b361d034a53b1662ae7cedd60e1f72a1b1450c858e3872ab4 SHA512 aa200dcc46fb2000448622d083833c19295eacffe9bfabdeeb1bf9226effb60acaf4486c5d89ae39daca8fcc57791e880ace22df37479768813590c585e96d6a +EBUILD vimpython-1.13-r2.ebuild 474 BLAKE2B 30147c16acb089cc641f722276ddcbba0f40dfc95a66ae3228c040b82afbc9641fa298729e98836ab02d1c62141ed61a45ede88830fc9655d80e368783555be5 SHA512 acdc7283f598b07c894b7de3ff3fabc84027a27bba00c88b2636f96dbc2fae4ae8516dff4930a88926dc08cd28026d999512a559379749062abdbf8f37081024 MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild index 6631841a4fea..9d7ea68bb944 100644 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit vim-plugin python-single-r1 |