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 A37E2158020 for ; Mon, 14 Nov 2022 04:34:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7806AE0837; Mon, 14 Nov 2022 04:34:16 +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 5D1B5E0837 for ; Mon, 14 Nov 2022 04:34:16 +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 59B7B340DE7 for ; Mon, 14 Nov 2022 04:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E3FB72F for ; Mon, 14 Nov 2022 04:34:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668400275.a8b5e4d134c26f0f0804a4a0e490b7b1ff47b3f5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiofiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiofiles/Manifest dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild X-VCS-Directories: dev-python/aiofiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8b5e4d134c26f0f0804a4a0e490b7b1ff47b3f5 X-VCS-Branch: master Date: Mon, 14 Nov 2022 04:34:13 +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: adfde3e8-ceaf-420d-8231-166a53046242 X-Archives-Hash: f1256a66f18dc8f384cad6dab166397d commit: a8b5e4d134c26f0f0804a4a0e490b7b1ff47b3f5 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 04:31:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 04:31:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b5e4d1 dev-python/aiofiles: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/aiofiles/Manifest | 1 - dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest index 3fe27aed75e1..99b89fc71989 100644 --- a/dev-python/aiofiles/Manifest +++ b/dev-python/aiofiles/Manifest @@ -1,2 +1 @@ -DIST aiofiles-0.8.0.tar.gz 24139 BLAKE2B 0f113b75832219e63c0894e70ec613138db7e243ad032bc6d7bf715aab505b5246ab7a0add64b46a9b981801cf05885f7affa965cb625941dc57b805280f0ff1 SHA512 4f590baa0369d465a6139c0d4f50beeec60f8f213b607e0e41598f45f507a12edc67b29c77718b03eee7532f10ead8599f55aac3fcb78d0429435c25a58f6d2e DIST aiofiles-22.1.0.gh.tar.gz 21630 BLAKE2B 8f068046fc143388debc93b657f8b4715cd48eac7e7b8a031ccdc6d2f5764ddcafb2ad1fab713ca55366cad951b570e1c2a120932bf5545482e1a3f086a76bf9 SHA512 6706fb7b6fd32df415ece64f35b8ccc2f263301c43292612b2b6173fb66c77bc88fd08ed0b0bb30fa3dd49571be8fc733a3d4f3611228fdbb368743588336357 diff --git a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild b/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild deleted file mode 100644 index 47aa92a1c980..000000000000 --- a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="File support for asyncio" -HOMEPAGE="https://github.com/Tinche/aiofiles" -SRC_URI="https://github.com/Tinche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest