diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-28 08:52:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-28 09:35:19 +0100 |
commit | 59bef41f07f9de6b90698915a269f94ca643c3d4 (patch) | |
tree | b57c47b64f604238304a84c96db1d2a846e76810 /dev-python/nest_asyncio | |
parent | dev-python/phonenumbers: Bump to 8.12.17 (diff) | |
download | gentoo-59bef41f07f9de6b90698915a269f94ca643c3d4.tar.gz gentoo-59bef41f07f9de6b90698915a269f94ca643c3d4.tar.bz2 gentoo-59bef41f07f9de6b90698915a269f94ca643c3d4.zip |
dev-python/nest_asyncio: Bump to 1.5.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nest_asyncio')
-rw-r--r-- | dev-python/nest_asyncio/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest index 38cdd8b4ffc5..0cd364487e35 100644 --- a/dev-python/nest_asyncio/Manifest +++ b/dev-python/nest_asyncio/Manifest @@ -1 +1,2 @@ DIST nest_asyncio-1.4.3.tar.gz 5996 BLAKE2B 399086236427fca6073b95ee898c9bb9ebbc984e36219b9f5bdcaff4d670a51985e1e3ca7597faf8b20ea3cb1610f5ad3fc12a30fe2207dadcd7d784c50679a7 SHA512 8d8e3384238c685211f4ae4e3a5c2d6bb0712880abe71b25287eabaee19deb3d669e6e4f2eead3d76825b460025e0cc4f8dc04197d140503b32563142c4ab596 +DIST nest_asyncio-1.5.1.tar.gz 5738 BLAKE2B 0aa7d9a71c75b97b1eeb40dab8b2b9942a6c2107643aa82429b3d27c3fcc3602494a86903669ec3ee4f577802463cdf05cfafc4bf0c6721b251a61b079d7381a SHA512 cb85ce82706d17081de58e4176bbc6bba9efd9eec99a36902dd689010d08d4267e742cabb89c088cc274aac13ed9929f09e0f55f375cee35e3c15385ed2fe0d3 diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild new file mode 100644 index 000000000000..93c9ecc694e2 --- /dev/null +++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..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 |