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 8E03213835A for ; Sun, 25 Oct 2020 20:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8BBE077C; Sun, 25 Oct 2020 20:40:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4DEFFE077C for ; Sun, 25 Oct 2020 20:40:26 +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 3381D33BEDE for ; Sun, 25 Oct 2020 20:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD8F3BA for ; Sun, 25 Oct 2020 20:40:23 +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: <1603658418.2b850c4269f0e34b7965e0276c0a80061607dd43.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nest_asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nest_asyncio/Manifest dev-python/nest_asyncio/nest_asyncio-1.4.2.ebuild X-VCS-Directories: dev-python/nest_asyncio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b850c4269f0e34b7965e0276c0a80061607dd43 X-VCS-Branch: master Date: Sun, 25 Oct 2020 20:40:23 +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: ef3cde51-78d2-461c-82e4-4a233ce5d1b9 X-Archives-Hash: bdddc5152ae1f76c8c82d6d9168061aa commit: 2b850c4269f0e34b7965e0276c0a80061607dd43 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 25 20:34:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 25 20:40:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b850c42 dev-python/nest_asyncio: Bump to 1.4.2 Signed-off-by: Michał Górny gentoo.org> dev-python/nest_asyncio/Manifest | 1 + dev-python/nest_asyncio/nest_asyncio-1.4.2.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest index 78d038457a4..92f7ca6a9c0 100644 --- a/dev-python/nest_asyncio/Manifest +++ b/dev-python/nest_asyncio/Manifest @@ -1 +1,2 @@ DIST nest_asyncio-1.4.0.tar.gz 7053 BLAKE2B e9bdfa53f8a94ddbfd87b638962b5281aa3e8830c75a019d66d8275eb107aa7268d7f5aa24782d648a5fcfbfc4e1040abf2f2f0ca5678a513a95111d293eb055 SHA512 6a5130938baabafba30c4d5435276d33aa5df5e52a84e5646de55ab64bc01d3b69340b725b74dbe3dd158d5fba8db1470a322bdcdc3b75aa1a121076e3553a06 +DIST nest_asyncio-1.4.2.tar.gz 5991 BLAKE2B 8a7feba9d506002ffa6658188fc1a20e2ac55f6661c2be37be678c6930e906235cdd94b5e359428555d8b9400a810a3483e07b3118b49757464fb9e8195a4cdf SHA512 00581b5dbecd085f2f4534dceb04b894973939c6e209bfae1f4b13b5c608bcf403f590af9694c6973e06dc325a5c7b8dc278f8b83eb5ca125a96074e0046984e diff --git a/dev-python/nest_asyncio/nest_asyncio-1.4.2.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.4.2.ebuild new file mode 100644 index 00000000000..59e0ec64432 --- /dev/null +++ b/dev-python/nest_asyncio/nest_asyncio-1.4.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Patch asyncio to allow nested event loops" +HOMEPAGE="https://github.com/erdewit/nest_asyncio" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests setup.py