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 C340D158089 for ; Fri, 10 Nov 2023 20:12:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128852BC018; Fri, 10 Nov 2023 20:12:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6FD42BC018 for ; Fri, 10 Nov 2023 20:12:57 +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 CA077335D60 for ; Fri, 10 Nov 2023 20:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC649BC for ; Fri, 10 Nov 2023 20:12:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1699647166.3ec5258baf3d9688ac6b7d2891255cb882cbe08d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiounittest/Manifest dev-python/aiounittest/aiounittest-1.4.2.ebuild dev-python/aiounittest/metadata.xml X-VCS-Directories: dev-python/aiounittest/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3ec5258baf3d9688ac6b7d2891255cb882cbe08d X-VCS-Branch: dev Date: Fri, 10 Nov 2023 20:12:55 +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: 125b1931-50f4-46f4-bb21-7c528d11c941 X-Archives-Hash: 2b42ce9d87e0f72db8754d1faceebe7a Message-ID: <20231110201255.hthn3BeRpMwN5VogB2SlDdLRIvj6YgYt_NVTB9qJ4bg@z> commit: 3ec5258baf3d9688ac6b7d2891255cb882cbe08d Author: David Roman gmail com> AuthorDate: Fri Nov 10 20:12:42 2023 +0000 Commit: David Roman gmail com> CommitDate: Fri Nov 10 20:12:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec5258b dev-python/aiounittest: treeclean, moved to ::gentoo Signed-off-by: David Roman gmail.com> dev-python/aiounittest/Manifest | 1 - dev-python/aiounittest/aiounittest-1.4.2.ebuild | 26 ------------------------- dev-python/aiounittest/metadata.xml | 11 ----------- 3 files changed, 38 deletions(-) diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest deleted file mode 100644 index e88607cfad..0000000000 --- a/dev-python/aiounittest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6 diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild deleted file mode 100644 index 4bc6ae0ca0..0000000000 --- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Test python asyncio-based code with ease" -HOMEPAGE="https://github.com/kwarunek/aiounittest" -SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -#distutils_enable_sphinx docs - -python_test() { - eunittest tests -} diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml deleted file mode 100644 index ec6b99036e..0000000000 --- a/dev-python/aiounittest/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - piotr.staroszczyk@get24.org - Piotr Staroszczyk - - - kwarunek/aiounittest - -