diff options
Diffstat (limited to 'app-editors/pyvim/pyvim-3.0.2.ebuild')
-rw-r--r-- | app-editors/pyvim/pyvim-3.0.2.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-editors/pyvim/pyvim-3.0.2.ebuild b/app-editors/pyvim/pyvim-3.0.2.ebuild deleted file mode 100644 index 3c28440c51e1..000000000000 --- a/app-editors/pyvim/pyvim-3.0.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of Vim in Python" -HOMEPAGE="https://pypi.org/project/pyvim https://github.com/prompt-toolkit/pyvim" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ~riscv x86" - -RDEPEND=" - app-eselect/eselect-vi - dev-python/docopt[${PYTHON_USEDEP}] - dev-python/prompt-toolkit[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -eselect_vi_update() { - ebegin "Calling eselect vi update" - eselect vi update --if-unset - eend $? -} - -pkg_postinst() { - eselect_vi_update -} - -pkg_postrm() { - eselect_vi_update -} |