# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit vim-plugin DESCRIPTION="A simple way of running your tests (with py.test) from within VIM" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3424" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=18178 -> ${P}.tar.gz" LICENSE="as-is" KEYWORDS="~amd64" IUSE="" VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="dev-python/pytest" S="${WORKDIR}/${PN}.vim"