Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Mon, 20 Nov 2017 22:51:24
Message-Id: 1511218257.5ad4828dd47da86e497f09517376730809c6df66.amynka@gentoo
1 commit: 5ad4828dd47da86e497f09517376730809c6df66
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 19 07:18:51 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 22:50:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad4828d
7
8 dev-util/vint: remove old
9
10 Closes:#6232
11 Package-Manager: Portage-2.3.14, Repoman-2.3.6
12
13 dev-util/vint/Manifest | 1 -
14 dev-util/vint/vint-0.3.14.ebuild | 51 ----------------------------------------
15 2 files changed, 52 deletions(-)
16
17 diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
18 index b1923ac3f66..89cb8ad6ec9 100644
19 --- a/dev-util/vint/Manifest
20 +++ b/dev-util/vint/Manifest
21 @@ -1,3 +1,2 @@
22 DIST vint-0.3.13.tar.gz 91599 SHA256 7cb00bf3d83a093857db9a9bcc7d316a9fa52704cbeff991130eb34ed2d27df5 SHA512 ef0b811df0250899e23e30ee4b240cf8b54e510231353ca86202661fd5f0826b9faeacc9268849e51bd6a1c71c1514498dec04a7a4ed79f00a5098811525e3d4 WHIRLPOOL 0c0a12c8a17ac2a4ab664b8aee03597a5e77b8a6b03458d4767c841d3adc03955bcbb0f876de09b2c4e194a94c9ab1d162a1902b6e49b146c4d8493ffe750e2d
23 -DIST vint-0.3.14.tar.gz 92565 SHA256 4e0792cf83ef65ca83e09d6b3fe715cd397d635bc8380eb42302fb05d542014e SHA512 61509320e11d410cad56368fcc92d7596bd3e090dfb3950ba01886c37c3b83af69c168a71aeeb0e3221a9802a8e878a4b04a5aa6069189c5027ec1ad7070799b WHIRLPOOL 98bbf8ad3b1572a25fc6c22fad9a1b16bdfae6bfe915a30fb0f765f8a8dca2c854660a779bedf137cdd641d919cff910f38a9ccaa0879863507b5e2796601b8e
24 DIST vint-0.3.16.tar.gz 94562 SHA256 1710dd4a8f363c8beca47206178eb1076e2a8e42cbaac61a6749c027a2f1534c SHA512 53bc8077e710cea8356abc6cef06ceb9503db9d4a06b59f5fad724b6aebd3c97665e1e9454b1564f7f2b483e10f7cfcb5230cc679777ffeee1ce3d54a981ff6f WHIRLPOOL 93521b25497045f6710903419bd66d1066811f9648e591fa0742c7f4b1727aa56b0f491563f2363be825a79ed63f558cf006b4b5273a5747e713315dc0c1fdee
25
26 diff --git a/dev-util/vint/vint-0.3.14.ebuild b/dev-util/vint/vint-0.3.14.ebuild
27 deleted file mode 100644
28 index a64b9b75463..00000000000
29 --- a/dev-util/vint/vint-0.3.14.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Lint tool for Vim script language"
42 -HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.python.org/pypi/vim-vint/"
43 -SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
52 - >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
53 - >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
54 - virtual/python-enum34[${PYTHON_USEDEP}]
55 - virtual/python-pathlib[${PYTHON_USEDEP}]
56 - virtual/python-typing[${PYTHON_USEDEP}]
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 -"
59 -DEPEND="${RDEPEND}
60 - test? (
61 - >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
62 - >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
63 - >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
64 - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
65 - )
66 -"
67 -
68 -python_prepare_all() {
69 - distutils-r1_python_prepare_all
70 -
71 - # Don't try to use an installed vint executable.
72 - # See https://github.com/Kuniwak/vint/issues/22
73 - sed -i -e "s|'vint'|'bin/vint'|" test/acceptance/test_cli{,_vital}.py || die
74 -
75 - # Don't blindly require typing. It's already shipped with Python>=3.5.
76 - # See https://github.com/Kuniwak/vint/issues/238
77 - sed -i -e '/typing/d' requirements.txt || die
78 -}
79 -
80 -python_test() {
81 - py.test -v || die "Test suite failed with ${EPYTHON}"
82 -}