diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
commit | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch) | |
tree | dd0f7da0455831dffb2cb662e7dae760f92e68ad /app-vim/vimpython | |
parent | 770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff) |
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r4.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/vimpython/Manifest b/app-vim/vimpython/Manifest index 627ba062044c..30246fc9e842 100644 --- a/app-vim/vimpython/Manifest +++ b/app-vim/vimpython/Manifest @@ -1,3 +1,4 @@ DIST vimpython-1.13.tar.bz2 4270 BLAKE2B 7973aea8ea397f3f2edcf8a2845ab47cad3015925dd9e42e37a7ada47f25073b68d6d8f8c378a86d90e39c0aae63aba784753679b4d04a5aad268db157400ae2 SHA512 467217ad160f02d3ecdc8c43e35966e496e6c5f99bef115bd4905795c0fd5b8f68f68bc8edd64ca1dbb1c6fbc088ef6ae996f524f0343943702f2a92dcc144ce EBUILD vimpython-1.13-r3.ebuild 443 BLAKE2B d0eb562d0d500fefdffb1a278e2bc6111534ab8a4f5310cd6f52d14b7b3a91edee1b9766af82a1874dddfd2655d349d8e49b29f41257844d289ffc836690ab8d SHA512 cd00fcc2f09e7ef3d80cb017155ce32199a8dabe2f4d8e25d354f75314a266abf0dfc427bb4781b875cf73a48d57ddd95ac9b946ab4cea80348207b90919860c +EBUILD vimpython-1.13-r4.ebuild 447 BLAKE2B 3bc0fbc6a052b03c1d7addca9d664cc56f18ce71a96e9e1e889f23e97408bd2763360307680590ac85b1a8663ea217d0a37b849d6ffe95b86bf1264df5fa092e SHA512 87fffa744a2f77e7e2e3ab886ea08e926bca0293077d49404dd4d63a12c63e32d619e5a0682fb61227b9b654b3e05297274aba7eacee61cf750db52b8e270a49 MISC metadata.xml 338 BLAKE2B b98778ace17c738519ead2de1d127d3a898b5e987f1beb5984e7cd5ae131f3cd50a158d90ff64f62cef6bf9f98a1034477923161ae4eaa050e880ded7ea6601f SHA512 abf893d3d7409564564dacfee0569c042a5be8b3865ec3f00e01c90bdf0c1bd8861171b1c256eb54b4d1f6f4e3d7214df0096958dcfa089b6d59fd9005af70a6 diff --git a/app-vim/vimpython/vimpython-1.13-r4.ebuild b/app-vim/vimpython/vimpython-1.13-r4.ebuild new file mode 100644 index 000000000000..bbee89cc1b46 --- /dev/null +++ b/app-vim/vimpython/vimpython-1.13-r4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) + +inherit vim-plugin python-single-r1 + +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" |