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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39DB7138350 for ; Thu, 26 Mar 2020 10:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA544E0E62; Thu, 26 Mar 2020 10:08:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9591E0E27 for ; Thu, 26 Mar 2020 10:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B48F534F640 for ; Thu, 26 Mar 2020 10:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD90F1A3 for ; Thu, 26 Mar 2020 10:08:34 +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: <1585217295.deafba84d221045eb4cdf54d19889bdbbfb69f8c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/async_timeout/Manifest dev-python/async_timeout/async_timeout-2.0.1.ebuild X-VCS-Directories: dev-python/async_timeout/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: deafba84d221045eb4cdf54d19889bdbbfb69f8c X-VCS-Branch: master Date: Thu, 26 Mar 2020 10:08:34 +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: 740bf27e-679b-4bf0-b568-78fd91aa3980 X-Archives-Hash: f42742b94c05c26bba78ba74c95ea3f0 commit: deafba84d221045eb4cdf54d19889bdbbfb69f8c Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 10:05:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 10:08:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deafba84 dev-python/async_timeout: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/async_timeout/Manifest | 1 - .../async_timeout/async_timeout-2.0.1.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/async_timeout/Manifest b/dev-python/async_timeout/Manifest index eb9bc6d772a..f929a7fd11e 100644 --- a/dev-python/async_timeout/Manifest +++ b/dev-python/async_timeout/Manifest @@ -1,2 +1 @@ -DIST async-timeout-2.0.1.tar.gz 10463 BLAKE2B a9c1ab7ffd249f1d4d07a37f07743923a890d11bb9ff913b37f45e9f7be1110eba9cd24ce741b71a353ae349aceccd66a1853ed985416a85cdb4faa46f341681 SHA512 cb66bdc286082ef5570a7e3aa420434f82bb4131e9527c499c693a21d72b3f3772922c0ce2ad68e7de5f95960061e508effda56be398356ea75d55272f534a86 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787 SHA512 fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986 diff --git a/dev-python/async_timeout/async_timeout-2.0.1.ebuild b/dev-python/async_timeout/async_timeout-2.0.1.ebuild deleted file mode 100644 index b27f94dc93a..00000000000 --- a/dev-python/async_timeout/async_timeout-2.0.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_P=${PN/_/-}-${PV} -DESCRIPTION="Timeout context manager for asyncio programs" -HOMEPAGE="https://github.com/aio-libs/async-timeout" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -S=${WORKDIR}/${MY_P} - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( -