From a313dd67cabba65fd509512a974817f717535362 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 11 Jun 2016 10:52:45 +0000 Subject: app-vim/pytest: Add pytest vimscript to the tree. Gentoo-Bug: https://bugs.gentoo.org/471734 Package-Manager: portage-2.2.28 --- app-vim/pytest/Manifest | 1 + app-vim/pytest/metadata.xml | 11 +++++++++++ app-vim/pytest/pytest-1.1.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 app-vim/pytest/Manifest create mode 100644 app-vim/pytest/metadata.xml create mode 100644 app-vim/pytest/pytest-1.1.4.ebuild (limited to 'app-vim') diff --git a/app-vim/pytest/Manifest b/app-vim/pytest/Manifest new file mode 100644 index 000000000000..304863f90bd2 --- /dev/null +++ b/app-vim/pytest/Manifest @@ -0,0 +1 @@ +DIST pytest-1.1.4.tar.gz 10550 SHA256 2e4096f6339c729b6812fd789e9baa7c9ac8dda2358a1b00cbd6fe3c431d4b55 SHA512 94240b763c332e5cd46169af86c6e775993a8ec48e5ad4138cda1dcc5798e2f40f61c484a04a91f9d7a351f3f583c72e56254bda9af8843b2a99aa451d1a8930 WHIRLPOOL 26bf7954aad6d70366e3d8df170759c8b81a64670eaea0e02b2a381aaa0e90ab6688ea3fff5f3e1ae878a3cb161928d39e34f4c1312252b85985e8a3ea534c5e diff --git a/app-vim/pytest/metadata.xml b/app-vim/pytest/metadata.xml new file mode 100644 index 000000000000..6c8987e6f46f --- /dev/null +++ b/app-vim/pytest/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + monsieurp@gentoo.org + + diff --git a/app-vim/pytest/pytest-1.1.4.ebuild b/app-vim/pytest/pytest-1.1.4.ebuild new file mode 100644 index 000000000000..b76d80eeed5e --- /dev/null +++ b/app-vim/pytest/pytest-1.1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: run 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="MIT" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="dev-python/pytest" + +S="${WORKDIR}/${PN}.vim" -- cgit v1.2.3-65-gdbad