guru/app-vim/python-syntax/python-syntax-20201215.ebuild
Anna (cybertailor) Vyalkova 0ce238ac47
app-vim/python-syntax: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-05-30 22:46:35 +05:00

19 lines
519 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
COMMIT="2cc00ba72929ea5f9456a26782db57fb4cc56a65"
DESCRIPTION="vim plugin: Enhanced Python syntax highlighting"
HOMEPAGE="https://github.com/vim-python/python-syntax"
SRC_URI="https://github.com/vim-python/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="python-syntax.txt"
DOCS=( AUTHORS README.md )