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 58511138350 for ; Sat, 28 Mar 2020 09:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B818DE0DB8; 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 8A019E0DB8 for ; Sat, 28 Mar 2020 09:21:05 +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 62BBE34F9CE for ; Sat, 28 Mar 2020 09:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50EE31BD 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: <1585386963.ce2513b15919e828226217fdec8991b91f4e4aaf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nosexcover/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nosexcover/Manifest dev-python/nosexcover/nosexcover-1.0.10.ebuild dev-python/nosexcover/nosexcover-1.0.11.ebuild X-VCS-Directories: dev-python/nosexcover/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ce2513b15919e828226217fdec8991b91f4e4aaf 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: a22754ec-f234-4794-be60-10004e461064 X-Archives-Hash: ad6c118b468d73a2e38e47e3eaef41d4 commit: ce2513b15919e828226217fdec8991b91f4e4aaf Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:16:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:16:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2513b1 dev-python/nosexcover: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/nosexcover/Manifest | 1 - dev-python/nosexcover/nosexcover-1.0.10.ebuild | 27 -------------------------- dev-python/nosexcover/nosexcover-1.0.11.ebuild | 27 -------------------------- 3 files changed, 55 deletions(-) diff --git a/dev-python/nosexcover/Manifest b/dev-python/nosexcover/Manifest index 45f94fecf42..90bda662ebd 100644 --- a/dev-python/nosexcover/Manifest +++ b/dev-python/nosexcover/Manifest @@ -1,2 +1 @@ -DIST nosexcover-1.0.10.tar.gz 2744 BLAKE2B 21be6cef21fac2e230d87df6e49ebf5263c5de35f68d4576932b0990f61207c17e8d38a533f57ad59cee811ef94e3e3fce4b436a7a17396952196c8613ab90a7 SHA512 dbc3bc3379676d56711c96a4cf2d6b46ee77b5b04ac6a5fb2d58fee780ee547664738b9c6b248e3af64b3d0b7e6c9b44310c8e7025551df543c547da4239f52a DIST nosexcover-1.0.11.tar.gz 2903 BLAKE2B 297dc37504e2db992600ee4ec7c6c2cabdb36d8e137298755bdc6fe4af8dba666e99975a894ee534de62b4576514a3d912e6b98bcb43f228db9b58849788c092 SHA512 a4c75aac5095aa8323094b2a4eceb3af26243e6c87dd8720df8cf43ae0f76c28c638fe2c3cbcad621b7c2779115dccbb32e6a2f33a8bc5efb22a0fb0901d64fa diff --git a/dev-python/nosexcover/nosexcover-1.0.10.ebuild b/dev-python/nosexcover/nosexcover-1.0.10.ebuild deleted file mode 100644 index 3fdd107dfb6..00000000000 --- a/dev-python/nosexcover/nosexcover-1.0.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports" -HOMEPAGE="https://github.com/cmheisel/nose-xcover/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - nosetests -v nosexcover/tests.py || die -} diff --git a/dev-python/nosexcover/nosexcover-1.0.11.ebuild b/dev-python/nosexcover/nosexcover-1.0.11.ebuild deleted file mode 100644 index 82c73325b50..00000000000 --- a/dev-python/nosexcover/nosexcover-1.0.11.ebuild +++ /dev/null @@ -1,27 +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="Extends nose.plugins.cover to add Cobertura-style XML reports" -HOMEPAGE="https://github.com/cmheisel/nose-xcover/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_test() { - nosetests -v nosexcover/tests.py || die -}