[gentoo-commits] repo/gentoo:master commit in: app-vim/pytest/

2018-03-07 Thread Patrice Clement
commit: fe7deee142978ad9665c986cc3efaf43c41899df
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar  7 18:50:00 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar  7 22:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7deee1

app-vim/pytest: use HTTPS.

 app-vim/pytest/pytest-1.1.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/pytest/pytest-1.1.4.ebuild 
b/app-vim/pytest/pytest-1.1.4.ebuild
index 7cf34930210..f037f84ce11 100644
--- a/app-vim/pytest/pytest-1.1.4.ebuild
+++ b/app-vim/pytest/pytest-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ 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"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3424;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=18178 -> 
${P}.tar.gz"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-vim/pytest/

2016-06-11 Thread Patrice Clement
commit: a313dd67cabba65fd509512a974817f717535362
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 11 10:52:45 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 11 10:53:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a313dd67

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(+)

diff --git a/app-vim/pytest/Manifest b/app-vim/pytest/Manifest
new file mode 100644
index 000..304863f
--- /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 000..6c8987e
--- /dev/null
+++ b/app-vim/pytest/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+v...@gentoo.org
+Gentoo Vim Project
+  
+  
+monsie...@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 000..b76d80e
--- /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"