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 330BD15807A for ; Wed, 9 Oct 2024 06:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F4DE29CD; Wed, 9 Oct 2024 06:31:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E8E0FE29C4 for ; Wed, 9 Oct 2024 06:31:09 +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 C8C5A34320C for ; Wed, 9 Oct 2024 06:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F61F27B6 for ; Wed, 9 Oct 2024 06:31:06 +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: <1728455452.ad89fe24738702b6228b7cd1d4fe78edcc4b2f0a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiostream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiostream/Manifest dev-python/aiostream/aiostream-0.6.1.ebuild X-VCS-Directories: dev-python/aiostream/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ad89fe24738702b6228b7cd1d4fe78edcc4b2f0a X-VCS-Branch: master Date: Wed, 9 Oct 2024 06:31:06 +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: c902c55f-f27e-44b2-8d6f-e7875b188fb7 X-Archives-Hash: 3ece11f5f4f258279717140cd96f7e30 commit: ad89fe24738702b6228b7cd1d4fe78edcc4b2f0a Author: Michał Górny gentoo org> AuthorDate: Wed Oct 9 05:49:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 9 06:30:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad89fe24 dev-python/aiostream: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/aiostream/Manifest | 1 - dev-python/aiostream/aiostream-0.6.1.ebuild | 40 ----------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest index 4e37f0f98e04..f4f66462c2ec 100644 --- a/dev-python/aiostream/Manifest +++ b/dev-python/aiostream/Manifest @@ -1,2 +1 @@ -DIST aiostream-0.6.1.gh.tar.gz 45466 BLAKE2B 848594d9ae191e32553dbff25ffa5926a2fd069bdc36d202f861603495ed5b33e04c4d6ae04704ca3f1d3525b73bf4f83455acc74fcfa831991c8c1ea504fe65 SHA512 0e7a87196ee7749247a6554a9347f2d8a46474db58e3793a8ac2c76b92b61e8ec7d372a05c692fcb600e81be502745ec1e7320e9dba75f50ebeff2a1ffdc35bd DIST aiostream-0.6.2.gh.tar.gz 46427 BLAKE2B fa77ccc17bff587419775785200b3640038e62b7af4187abb58f321641b524e9254a3adea7020491f4fbdab8b2f36c80eb0f430e50ff15c4f311007ad5fabce2 SHA512 572ec5281122653e2b3d3927ba6206b2c4ed975fcf64cf43aae62aed154e479902cd7ef0be274d89727cd64324dcb99389cd4cb5984a8ca646e3c43836f9f2e8 diff --git a/dev-python/aiostream/aiostream-0.6.1.ebuild b/dev-python/aiostream/aiostream-0.6.1.ebuild deleted file mode 100644 index 6c43c63606c6..000000000000 --- a/dev-python/aiostream/aiostream-0.6.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="Generator-based operators for asynchronous iteration" -HOMEPAGE=" - https://pypi.org/project/aiostream/ - https://github.com/vxgmichel/aiostream/ -" -SRC_URI=" - https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/typing-extensions[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e 's:--cov aiostream::' \ - pyproject.toml || die - distutils-r1_src_prepare -}