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 044FA138350 for ; Sat, 28 Mar 2020 18:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D21E0B58; Sat, 28 Mar 2020 18:49:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 041FAE0B47 for ; Sat, 28 Mar 2020 18:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B46034FA92 for ; Sat, 28 Mar 2020 18:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342B91C5 for ; Sat, 28 Mar 2020 18:49:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585421327.06c29c5e48d51d6e557fb71749b68203c8df8ec3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-pylint/Manifest dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild X-VCS-Directories: dev-python/pytest-pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06c29c5e48d51d6e557fb71749b68203c8df8ec3 X-VCS-Branch: master Date: Sat, 28 Mar 2020 18:49:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fce9659c-3768-4f68-9a21-0c0cd953557b X-Archives-Hash: b02b042e4417bc91e0515afc722f5a91 commit: 06c29c5e48d51d6e557fb71749b68203c8df8ec3 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 18:41:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 18:48:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c29c5e dev-python/pytest-pylint: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-pylint/Manifest | 1 - .../pytest-pylint/pytest-pylint-0.7.1.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/pytest-pylint/Manifest b/dev-python/pytest-pylint/Manifest index 55fbdf4eb1f..0c5391f7428 100644 --- a/dev-python/pytest-pylint/Manifest +++ b/dev-python/pytest-pylint/Manifest @@ -1,2 +1 @@ DIST pytest-pylint-0.14.1.tar.gz 8144 BLAKE2B d78892e3e606ec588b48a252db447e1cc76e27e45606670da3a3acddf040485004a7af84474732b044fdbf80ad760c07fda5e35030b9b2c9e5ce89f4809529c2 SHA512 697cd40e8e4c3722e382c7fd2dbebcb1728675e35b60396628576ec09735595af56431a2c080f29a2f35f304d912c80e4afdf0f8bd21a3adeae3156b9e58c751 -DIST pytest-pylint-0.7.1.tar.gz 5648 BLAKE2B 0baf011d9bbcfc5e66b8ea2c4fd95c8a3f8bbeedca15e2ec35d36b372b410d87ba619b0938acb26c667750c2f81d4bb09ca688731f9e184877fd999be04b6f26 SHA512 e2a7802f90ea25a909094e8bc67570eb631d6ab6dc130bb5cca1738ae09d069b4fa6c3c1349d9d62188a924138e832a3a37c8c5c8964290c95d69eecbadbd09f diff --git a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild deleted file mode 100644 index b9736d3679c..00000000000 --- a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="pytest plugin to check source code with pylint" -HOMEPAGE="https://github.com/carsongee/pytest-pylint" -SRC_URI="https://github.com/carsongee/pytest-pylint/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-pep8[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - # pytest grabs the options from tox.ini automatically - # but setup.py does not declare pytest-pep8 as a dep, - # so it's missing from env created by distutils_install_for_testing - sed -i -e 's:--pep8::' tox.ini || die - distutils-r1_python_prepare_all -} - -python_test() { - distutils_install_for_testing - py.test -v || die "Tests fail with ${EPYTHON}" -}