blob: cfb775825e4178688e47961f9211898b2b62f6c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=install postinst postrm
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: run tests with py.test from within vim
EAPI=6
HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=3424
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
LICENSE=MIT
RDEPEND=dev-python/pytest || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=http://www.vim.org/scripts/download_script.php?src_id=18178 -> pytest-1.1.4.tar.gz
_eclasses_=vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 573d7d5bb2611785411d2e993f727454
_md5_=cff9a5f19b48c0bf4bd878e2ff8cd794
|