Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nest_asyncio/
Date: Wed, 01 Dec 2021 19:15:02
Message-Id: 1638386093.ea204d039e8216cce5442aa7534dcf0c32a2babb.mgorny@gentoo
1 commit: ea204d039e8216cce5442aa7534dcf0c32a2babb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 18:46:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 19:14:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea204d03
7
8 dev-python/nest_asyncio: Bump to 1.5.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nest_asyncio/Manifest | 1 +
13 dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest
17 index cae0e55c9557..ffc3aa622cc0 100644
18 --- a/dev-python/nest_asyncio/Manifest
19 +++ b/dev-python/nest_asyncio/Manifest
20 @@ -1 +1,2 @@
21 DIST nest_asyncio-1.5.1.tar.gz 5738 BLAKE2B 0aa7d9a71c75b97b1eeb40dab8b2b9942a6c2107643aa82429b3d27c3fcc3602494a86903669ec3ee4f577802463cdf05cfafc4bf0c6721b251a61b079d7381a SHA512 cb85ce82706d17081de58e4176bbc6bba9efd9eec99a36902dd689010d08d4267e742cabb89c088cc274aac13ed9929f09e0f55f375cee35e3c15385ed2fe0d3
22 +DIST nest_asyncio-1.5.2.tar.gz 7227 BLAKE2B a6e57f10f7fdeed0e141dad40bf170d8e3194712c9b458666188508594dabadbac73e60d6ef0c6669fea8dab7f8f05b94e66646f4783440edf511c64ea152739 SHA512 089fc6ef6b8c029426dab2036b6817281a18e137fe54ce7275caa8eeb25acc3ce513d493d8257ddd0b0219cb999a0b6d9c65ca2798efb525cea469873e98e712
23
24 diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
25 new file mode 100644
26 index 000000000000..be2f4e2dd502
27 --- /dev/null
28 +++ b/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 2020-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Patch asyncio to allow nested event loops"
39 +HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
45 +
46 +distutils_enable_tests pytest