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 1E674158012 for ; Thu, 3 Nov 2022 03:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF62CE09AD; Thu, 3 Nov 2022 03:09:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C7101E09AD for ; Thu, 3 Nov 2022 03:09:06 +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 E8598341085 for ; Thu, 3 Nov 2022 03:09:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4094071A for ; Thu, 3 Nov 2022 03:09:02 +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: <1667438726.76a8e3fa6d32f79a133164f22bbc63df9e9c92b2.cybertailor@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.0.ebuild X-VCS-Directories: dev-python/aiounittest/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 76a8e3fa6d32f79a133164f22bbc63df9e9c92b2 X-VCS-Branch: dev Date: Thu, 3 Nov 2022 03:09: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: 5c5dccf1-39b9-4f1d-a7c2-3f92b95c648b X-Archives-Hash: f4eadf385b3499ac42c001f2470273e7 commit: 76a8e3fa6d32f79a133164f22bbc63df9e9c92b2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Nov 3 01:16:01 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Nov 3 01:25:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76a8e3fa dev-python/aiounittest: drop 1.4.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aiounittest/Manifest | 1 - dev-python/aiounittest/aiounittest-1.4.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest index e9184ebee..e88607cfa 100644 --- a/dev-python/aiounittest/Manifest +++ b/dev-python/aiounittest/Manifest @@ -1,2 +1 @@ -DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6 diff --git a/dev-python/aiounittest/aiounittest-1.4.0.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild deleted file mode 100644 index a2165b483..000000000 --- a/dev-python/aiounittest/aiounittest-1.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -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}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]" - -distutils_enable_tests nose -# Reason: TemplateNotFound('g') -#distutils_enable_sphinx docs