diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 21:31:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 21:31:20 +0200 |
commit | c1554814146775db6bc97de7355659dadffdb873 (patch) | |
tree | 199cce078c4c79459ef0e1c00c547aba2970f4aa /dev-python/nest_asyncio | |
parent | dev-python/exceptiongroup: Stabilize 1.0.0 ALLARCHES, #879471 (diff) | |
download | gentoo-c1554814146775db6bc97de7355659dadffdb873.tar.gz gentoo-c1554814146775db6bc97de7355659dadffdb873.tar.bz2 gentoo-c1554814146775db6bc97de7355659dadffdb873.zip |
dev-python/nest_asyncio: drop 1.5.5
Signed-off-by: Arthur Zamarin <arthurzam@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.5.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest index 4889e03c81b6..092e8aa8389f 100644 --- a/dev-python/nest_asyncio/Manifest +++ b/dev-python/nest_asyncio/Manifest @@ -1,2 +1 @@ -DIST nest_asyncio-1.5.5.tar.gz 7386 BLAKE2B c5d3704dae962ec82a515e2c056c24bd0fbabcf1cd2347379e1d58fc23c922325c89ed0941aead4dc90e0a94fc39ddb5e38fe4decc6e444b0c1261ae955520cb SHA512 8f28b4495f1d595f5943fb8a40c8894183398865059c42686483d6c4af6634b5119ff6e694b98662bfdd71046ec0bed70f5fcceb67971637c0fed91cb6d6eaea DIST nest_asyncio-1.5.6.tar.gz 7444 BLAKE2B 04b5808b3187c1155c440c903f0e1d5593f49204e6ffea2a37dc2b6112a365b94ab80823ce512a4cdf6c0799ef1c18d55fc0a841030a2cb93e0913fdf770f247 SHA512 9672cdd72b2bad7c968fa23c94e8bf8014aabf0aefd79b260503e7fe640cb7649f5c266133a4eb87aedcd99cea644fa51f8cd09d789777aca11eb64e84cf4ca5 diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild deleted file mode 100644 index 528c66ce4771..000000000000 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -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="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest |