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 A226E158003 for ; Wed, 6 Jul 2022 00:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102DBE0F15; Wed, 6 Jul 2022 00:59:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DDC2BE0F15 for ; Wed, 6 Jul 2022 00:59:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F9B5341705 for ; Wed, 6 Jul 2022 00:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C65552B for ; Wed, 6 Jul 2022 00:59:02 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1657069111.5e2082364f656dc5e59852b6d86e9402ff20b525.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/yanc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/yanc/Manifest dev-python/yanc/metadata.xml dev-python/yanc/yanc-0.3.3.ebuild X-VCS-Directories: dev-python/yanc/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5e2082364f656dc5e59852b6d86e9402ff20b525 X-VCS-Branch: dev Date: Wed, 6 Jul 2022 00:59:02 +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: fa607590-fe0f-40d1-ba72-f36446c13e86 X-Archives-Hash: cc4dbb35dbb7f8b738e62cf87f75edd7 commit: 5e2082364f656dc5e59852b6d86e9402ff20b525 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Jul 6 00:58:31 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Jul 6 00:58:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e208236 dev-python/yanc: treeclean Closes: https://bugs.gentoo.org/835878 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/yanc/Manifest | 1 - dev-python/yanc/metadata.xml | 12 ------------ dev-python/yanc/yanc-0.3.3.ebuild | 24 ------------------------ 3 files changed, 37 deletions(-) diff --git a/dev-python/yanc/Manifest b/dev-python/yanc/Manifest deleted file mode 100644 index 59ffcd368..000000000 --- a/dev-python/yanc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yanc-0.3.3.tar.gz 16600 BLAKE2B 3a84943f59f60a153b7e76825c047f4a20779125f83a5b20c253cd24909d99e6aeb67bc870fd36b9f853edd7c9770b9e0b687dc868464c5a569242ae0140552a SHA512 8c19f6490b44aaa3745b9c0048e0a8fdd7081691815bede0399b1a2a313fa62697bfba526bb1bcb41078f4d1375208c494c89879a3111a8749ef70928ea2bf4a diff --git a/dev-python/yanc/metadata.xml b/dev-python/yanc/metadata.xml deleted file mode 100644 index 35fa92140..000000000 --- a/dev-python/yanc/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - 0compute/yanc - yanc - - diff --git a/dev-python/yanc/yanc-0.3.3.ebuild b/dev-python/yanc/yanc-0.3.3.ebuild deleted file mode 100644 index e02b618ee..000000000 --- a/dev-python/yanc/yanc-0.3.3.ebuild +++ /dev/null @@ -1,24 +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="Yet another nose colorer" -HOMEPAGE=" - https://github.com/0compute/yanc - https://pypi.org/project/yanc/ -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -distutils_enable_tests nose