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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63D62158030 for ; Sun, 26 Feb 2023 22:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CAE7E087A; Sun, 26 Feb 2023 22:42:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608A7E087A for ; Sun, 26 Feb 2023 22:42:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB2D340E6D for ; Sun, 26 Feb 2023 22:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3037A8CE for ; Sun, 26 Feb 2023 22:42:39 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677451341.c74340034fd74e8b96be6679ebe28e96484deb1a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nosexcover/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/nosexcover/Manifest dev-python/nosexcover/metadata.xml dev-python/nosexcover/nosexcover-1.0.11.ebuild X-VCS-Directories: dev-python/nosexcover/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c74340034fd74e8b96be6679ebe28e96484deb1a X-VCS-Branch: dev Date: Sun, 26 Feb 2023 22:42:39 +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: 30df19c6-841a-475e-97af-e41581d899c8 X-Archives-Hash: 2308aff90bac4c9736804fd3d03cbe30 commit: c74340034fd74e8b96be6679ebe28e96484deb1a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 26 22:33:07 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 26 22:42:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7434003 dev-python/nosexcover: treeclean Closes: https://bugs.gentoo.org/897478 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/nosexcover/Manifest | 1 - dev-python/nosexcover/metadata.xml | 14 ------------- dev-python/nosexcover/nosexcover-1.0.11.ebuild | 27 -------------------------- 3 files changed, 42 deletions(-) diff --git a/dev-python/nosexcover/Manifest b/dev-python/nosexcover/Manifest deleted file mode 100644 index 90bda662e..000000000 --- a/dev-python/nosexcover/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nosexcover-1.0.11.tar.gz 2903 BLAKE2B 297dc37504e2db992600ee4ec7c6c2cabdb36d8e137298755bdc6fe4af8dba666e99975a894ee534de62b4576514a3d912e6b98bcb43f228db9b58849788c092 SHA512 a4c75aac5095aa8323094b2a4eceb3af26243e6c87dd8720df8cf43ae0f76c28c638fe2c3cbcad621b7c2779115dccbb32e6a2f33a8bc5efb22a0fb0901d64fa diff --git a/dev-python/nosexcover/metadata.xml b/dev-python/nosexcover/metadata.xml deleted file mode 100644 index 61b6af305..000000000 --- a/dev-python/nosexcover/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - nosexcover - cmheisel/nose-xcover - https://github.com/cmheisel/nose-xcover/issues - - 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 f4322cb5c..000000000 --- a/dev-python/nosexcover/nosexcover-1.0.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports" -HOMEPAGE=" - https://github.com/cmheisel/nose-xcover - https://pypi.org/project/nosexcover/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/coverage-3.4[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -distutils_enable_tests nose