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 4857B138350 for ; Sat, 28 Mar 2020 09:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095ABE0DA6; Sat, 28 Mar 2020 09:21:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E63A7E0DA6 for ; Sat, 28 Mar 2020 09:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DFCFD34F9F6 for ; Sat, 28 Mar 2020 09:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6271BC for ; Sat, 28 Mar 2020 09:20:59 +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: <1585386937.6a604e6386177b8110a286b5dd79c74a943baf52.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose-exclude/Manifest dev-python/nose-exclude/nose-exclude-0.4.1.ebuild X-VCS-Directories: dev-python/nose-exclude/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a604e6386177b8110a286b5dd79c74a943baf52 X-VCS-Branch: master Date: Sat, 28 Mar 2020 09:20:59 +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: 85389e19-389d-49a5-9f1a-60ba1ccc0b3b X-Archives-Hash: 5ec5dc2b4203cb812fcd20763ae0698e commit: 6a604e6386177b8110a286b5dd79c74a943baf52 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:15:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:15:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a604e63 dev-python/nose-exclude: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/Manifest | 1 - dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest index 91b67a2196e..8a37a1c073f 100644 --- a/dev-python/nose-exclude/Manifest +++ b/dev-python/nose-exclude/Manifest @@ -1,2 +1 @@ -DIST nose-exclude-0.4.1.tar.gz 5930 BLAKE2B f0aec0bd0a31f1b778b0dd22efd12706cbcf609e6236418f10b863809f32886743020d7d9a5f26c890f575adf117f5af19fe2fa49eed12c9295f401be0c02f30 SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f DIST nose-exclude-0.5.0.tar.gz 7359 BLAKE2B b47087f0af6a41f8a432c2e46b4a8ab3229dc682e11625d99b7d1aaa05d2cb0283acc95d9ce5eef3a071190c47dbcbd3e9d5e3ac7785e48d809a7962c27e4866 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356 diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild deleted file mode 100644 index c675a7d2328..00000000000 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="https://github.com/kgrandis/nose-exclude" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}