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 782A3158091 for ; Sun, 19 Jun 2022 09:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F354FE0984; Sun, 19 Jun 2022 09:06:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B19A2E0974 for ; Sun, 19 Jun 2022 09:06:51 +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 E8A9F3417CF for ; Sun, 19 Jun 2022 09:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 499F151F for ; Sun, 19 Jun 2022 09:06:47 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655629265.d762341062492a1071790c9d6181396ed1a6c503.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/nose-exclude/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose-exclude/Manifest dev-python/nose-exclude/metadata.xml dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/nose-exclude/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d762341062492a1071790c9d6181396ed1a6c503 X-VCS-Branch: master Date: Sun, 19 Jun 2022 09:06:47 +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: d972979e-8a31-48f6-820b-4c01419e3d62 X-Archives-Hash: f649674c3da38594fecdcd9b09fedeae commit: d762341062492a1071790c9d6181396ed1a6c503 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 19 09:01:05 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 19 09:01:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7623410 dev-python/nose-exclude: treeclean Closes: https://bugs.gentoo.org/845762 Signed-off-by: Jakov Smolić gentoo.org> dev-python/nose-exclude/Manifest | 1 - dev-python/nose-exclude/metadata.xml | 18 ------------------ dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 20 -------------------- profiles/package.mask | 5 ----- 4 files changed, 44 deletions(-) diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest deleted file mode 100644 index 8a37a1c073f4..000000000000 --- a/dev-python/nose-exclude/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nose-exclude-0.5.0.tar.gz 7359 BLAKE2B b47087f0af6a41f8a432c2e46b4a8ab3229dc682e11625d99b7d1aaa05d2cb0283acc95d9ce5eef3a071190c47dbcbd3e9d5e3ac7785e48d809a7962c27e4866 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356 diff --git a/dev-python/nose-exclude/metadata.xml b/dev-python/nose-exclude/metadata.xml deleted file mode 100644 index 3812e52f1126..000000000000 --- a/dev-python/nose-exclude/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - prometheanfire@gentoo.org - Matthew Thode - - - python@gentoo.org - Python - - - - nose-exclude - kgrandis/nose-exclude - kgrandis/nose-exclude - - diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild deleted file mode 100644 index 6188c953cc22..000000000000 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} 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" - -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -distutils_enable_tests setup.py diff --git a/profiles/package.mask b/profiles/package.mask index 9d0b8e425e26..5eed2ee31cd6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -367,11 +367,6 @@ app-pda/barry # Removal on 2022-06-19. Bug #845234 games-board/ccgo -# Sam James (2022-05-19) -# Masked for removal. No upstream activity since 2013. nose is considered -# obsolete and on life-support anyway. Removal on 2022-06-19. bug #845762 -dev-python/nose-exclude - # Matt Turner (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8