From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Fri, 29 Sep 2017 09:21:02 +0000 (UTC) [thread overview]
Message-ID: <1506676853.06ef2e25c2fd1dc537c3ace171a46e601dce73fd.monsieurp@gentoo> (raw)
commit: 06ef2e25c2fd1dc537c3ace171a46e601dce73fd
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Sep 15 17:04:28 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 09:20:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ef2e25
dev-util/vint: verbump to 0.3.14.
Closes: https://bugs.gentoo.org/628380
Closes: https://github.com/gentoo/gentoo/pull/5708
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-util/vint/Manifest | 1 +
dev-util/vint/vint-0.3.14.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index 6508b7832bf..127d1d211d4 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1 +1,2 @@
DIST vint-0.3.13.tar.gz 91599 SHA256 7cb00bf3d83a093857db9a9bcc7d316a9fa52704cbeff991130eb34ed2d27df5 SHA512 ef0b811df0250899e23e30ee4b240cf8b54e510231353ca86202661fd5f0826b9faeacc9268849e51bd6a1c71c1514498dec04a7a4ed79f00a5098811525e3d4 WHIRLPOOL 0c0a12c8a17ac2a4ab664b8aee03597a5e77b8a6b03458d4767c841d3adc03955bcbb0f876de09b2c4e194a94c9ab1d162a1902b6e49b146c4d8493ffe750e2d
+DIST vint-0.3.14.tar.gz 92565 SHA256 4e0792cf83ef65ca83e09d6b3fe715cd397d635bc8380eb42302fb05d542014e SHA512 61509320e11d410cad56368fcc92d7596bd3e090dfb3950ba01886c37c3b83af69c168a71aeeb0e3221a9802a8e878a4b04a5aa6069189c5027ec1ad7070799b WHIRLPOOL 98bbf8ad3b1572a25fc6c22fad9a1b16bdfae6bfe915a30fb0f765f8a8dca2c854660a779bedf137cdd641d919cff910f38a9ccaa0879863507b5e2796601b8e
diff --git a/dev-util/vint/vint-0.3.14.ebuild b/dev-util/vint/vint-0.3.14.ebuild
new file mode 100644
index 00000000000..a64b9b75463
--- /dev/null
+++ b/dev-util/vint/vint-0.3.14.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/vint/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}]
+ virtual/python-typing[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ 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_prepare_all() {
+ distutils-r1_python_prepare_all
+
+ # Don't try to use an installed vint executable.
+ # See https://github.com/Kuniwak/vint/issues/22
+ sed -i -e "s|'vint'|'bin/vint'|" test/acceptance/test_cli{,_vital}.py || die
+
+ # Don't blindly require typing. It's already shipped with Python>=3.5.
+ # See https://github.com/Kuniwak/vint/issues/238
+ sed -i -e '/typing/d' requirements.txt || die
+}
+
+python_test() {
+ py.test -v || die "Test suite failed with ${EPYTHON}"
+}
next reply other threads:[~2017-09-29 9:21 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-29 9:21 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 20:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ Michał Górny
2024-12-09 19:20 Arthur Zamarin
2024-05-28 18:40 Michał Górny
2023-03-07 9:23 Sam James
2023-03-07 9:23 Sam James
2021-10-01 12:25 Arthur Zamarin
2020-05-07 22:01 Mikle Kolyada
2020-03-17 8:08 Michał Górny
2020-03-16 18:55 Michał Górny
2020-02-27 13:54 Joonas Niilola
2020-02-27 13:54 Joonas Niilola
2020-02-03 20:46 Michał Górny
2018-10-26 1:17 Virgil Dupras
2018-07-06 21:48 Andreas Sturmlechner
2018-02-26 21:56 Patrice Clement
2018-02-26 14:25 Jason Zaman
2018-01-22 21:52 Patrice Clement
2018-01-22 21:52 Patrice Clement
2018-01-08 16:35 Patrice Clement
2018-01-08 16:35 Patrice Clement
2018-01-08 16:35 Patrice Clement
2017-11-20 22:51 Amy Liffey
2017-11-20 22:51 Amy Liffey
2017-07-08 19:43 Patrice Clement
2017-07-04 10:17 Agostino Sarubbo
2017-06-04 17:52 Michał Górny
2017-05-31 17:06 Patrice Clement
2017-05-15 9:09 Michał Górny
2017-02-09 14:37 Agostino Sarubbo
2017-01-09 20:26 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1506676853.06ef2e25c2fd1dc537c3ace171a46e601dce73fd.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox