From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1764139085 for ; Mon, 9 Jan 2017 20:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2625321C06B; Mon, 9 Jan 2017 20:26:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB8E1E0CD9 for ; Mon, 9 Jan 2017 20:26:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796DE341398 for ; Mon, 9 Jan 2017 20:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A9B261B for ; Mon, 9 Jan 2017 20:26:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1483993065.2a2b1cc40e1c309b097e372e72821da429d23dac.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vint/Manifest dev-util/vint/metadata.xml dev-util/vint/vint-0.3.11.ebuild X-VCS-Directories: dev-util/vint/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2a2b1cc40e1c309b097e372e72821da429d23dac X-VCS-Branch: master Date: Mon, 9 Jan 2017 20:26:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff4d0767-e63c-41d2-8cea-7a39206af9e1 X-Archives-Hash: e71304472bc3018369fc9619476e04aa commit: 2a2b1cc40e1c309b097e372e72821da429d23dac Author: Ilya Tumaykin gmail com> AuthorDate: Sun Jan 8 11:01:20 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 9 20:17:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2b1cc4 dev-util/vint: new package Lint tool for Vim script language. Natively supported by app-vim/syntastic. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3377 dev-util/vint/Manifest | 1 + dev-util/vint/metadata.xml | 16 ++++++++++++++++ dev-util/vint/vint-0.3.11.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest new file mode 100644 index 00000000..672c9f1 --- /dev/null +++ b/dev-util/vint/Manifest @@ -0,0 +1 @@ +DIST vint-0.3.11.tar.gz 90545 SHA256 33fc2178b9244d3058669984735a3e20f82fd0e927b31387fc910336614d671f SHA512 4e85192c9489fc1f4345d5d1e8e351182d73583d051705bc6655a054511764721ac334135dbeb6d4ba98af1e1c698e852fff720d01e323b279d4157997769c9a WHIRLPOOL cd6f2d69aa8401bd44a6dbe025fa084d1f12620da931fb91b4fbf22d0d02392cf9b0398f44210a623e135ac6571756b6ec8d1e573be1abfbc5996077431a93a7 diff --git a/dev-util/vint/metadata.xml b/dev-util/vint/metadata.xml new file mode 100644 index 00000000..dfa77de --- /dev/null +++ b/dev-util/vint/metadata.xml @@ -0,0 +1,16 @@ + + + + + itumaykin+gentoo@gmail.com + Coacher + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Kuniwak/vint + vim-vint + + diff --git a/dev-util/vint/vint-0.3.11.ebuild b/dev-util/vint/vint-0.3.11.ebuild new file mode 100644 index 00000000..9d08556 --- /dev/null +++ b/dev-util/vint/vint-0.3.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Lint tool for Vim script language" +HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.python.org/pypi/vim-vint/" +SRC_URI="https://github.com/Kuniwak/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}] + >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] + virtual/python-pathlib[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}] + >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] + >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) + ) +" + +python_test() { + py.test -v || die "Test suite failed with ${EPYTHON}" +}