public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/
Date: Mon,  8 Jan 2018 16:35:48 +0000 (UTC)	[thread overview]
Message-ID: <1515429333.5478eed17f8f821b19c796bb3bfe83983ba48621.monsieurp@gentoo> (raw)

commit:     5478eed17f8f821b19c796bb3bfe83983ba48621
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Dec 30 11:08:23 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 16:35:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5478eed1

dev-util/vint: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/vint/Manifest           |  1 -
 dev-util/vint/vint-0.3.16.ebuild | 47 ----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index 007d41de8a1..2d291a29f5d 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1,3 +1,2 @@
 DIST vint-0.3.13.tar.gz 91599 BLAKE2B 7cc9a6aca8cbd259d3ff79659c38e3d51b5f0ba75a7485872fd922543d75867fcc1689b0f7f8915e3195905b47bb0a467d9646bcb29082e9c04a1557e19b3717 SHA512 ef0b811df0250899e23e30ee4b240cf8b54e510231353ca86202661fd5f0826b9faeacc9268849e51bd6a1c71c1514498dec04a7a4ed79f00a5098811525e3d4
-DIST vint-0.3.16.tar.gz 94562 BLAKE2B 626c15cfa995df108b9ca085bbea9a81de6092bf8716fa2e55b5d475cae3c7ded8d2ba2169ec66bc979bd2a9b3a58c15079802b3fd6bd0fe7f091b4aff9f259c SHA512 53bc8077e710cea8356abc6cef06ceb9503db9d4a06b59f5fad724b6aebd3c97665e1e9454b1564f7f2b483e10f7cfcb5230cc679777ffeee1ce3d54a981ff6f
 DIST vint-0.3.17.tar.gz 95358 BLAKE2B 102840bc2311148af5c20499c65417459d1abcdcaae0b95bd0bbb3e1569f98f0f0abb30ccae653aff844750efa340fc38a0f8905ee70b3aec8fdc5a8fcc0a6f6 SHA512 c3df61d47b4adf68ecfb8903ea0c030acbba3e72ce95514ef25823a5321181ebbf783c1a76613de9927acefb088edd890a0a776b40888cca62b2063e436820e6

diff --git a/dev-util/vint/vint-0.3.16.ebuild b/dev-util/vint/vint-0.3.16.ebuild
deleted file mode 100644
index e7ba6712d64..00000000000
--- a/dev-util/vint/vint-0.3.16.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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
-}
-
-python_test() {
-	py.test -v || die "Test suite failed with ${EPYTHON}"
-}


             reply	other threads:[~2018-01-09  2:03 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-08 16:35 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 18:40 [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ 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
2017-11-20 22:51 Amy Liffey
2017-11-20 22:51 Amy Liffey
2017-09-29  9:21 Patrice Clement
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=1515429333.5478eed17f8f821b19c796bb3bfe83983ba48621.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