diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-08 15:43:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-08 15:47:47 +0100 |
commit | 9238322499a158e098c76dc3b61eeb809d2e2c01 (patch) | |
tree | 85f55c4e9185f0f8e3a3d06a102efbf0afcf4752 /dev-python/nest-asyncio | |
parent | dev-dotnet/nake: disable tests that require network (diff) | |
download | gentoo-9238322499a158e098c76dc3b61eeb809d2e2c01.tar.gz gentoo-9238322499a158e098c76dc3b61eeb809d2e2c01.tar.bz2 gentoo-9238322499a158e098c76dc3b61eeb809d2e2c01.zip |
dev-python/nest-asyncio: Remove old
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.9.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/nest-asyncio/Manifest b/dev-python/nest-asyncio/Manifest index d04cb9a58fa9..69e3081efb20 100644 --- a/dev-python/nest-asyncio/Manifest +++ b/dev-python/nest-asyncio/Manifest @@ -1,2 +1 @@ -DIST nest_asyncio-1.5.9.tar.gz 7496 BLAKE2B c7a86321699d06e2befdfd5576a10b57bbdbb75d6a411af4374a633becd350e5128fdc224853f9cfa876d3b66f4f1ad8be15a347046c6d615033069e1a04f9e6 SHA512 8b99b1bd51463f0639c602995e68d1aa520e287ec3bd92dafd3a13b8c3359e04fc6823c78fc9b862618b491cd3b5599ba4453da6388a651875fc71b7243f57ef DIST nest_asyncio-1.6.0.tar.gz 7418 BLAKE2B 35073a931f5a3e3cda8f702233a5d3a4a027bf9a22fd75f699b43fa587de69e867e94d114fb6029ec30bf1d791dd083cf9d5cb8462d79020e56ecbe4a4f10379 SHA512 19addd99ed548393b7fa6da2eab77d94ab33c6378003a50f6731c29ef873d4227ac6a1633b15931ab100f0c8c033c8332762d30e8921e241e72cfcd83bfbc481 diff --git a/dev-python/nest-asyncio/nest-asyncio-1.5.9.ebuild b/dev-python/nest-asyncio/nest-asyncio-1.5.9.ebuild deleted file mode 100644 index 4d256ae5774b..000000000000 --- a/dev-python/nest-asyncio/nest-asyncio-1.5.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Patch asyncio to allow nested event loops" -HOMEPAGE=" - https://github.com/erdewit/nest_asyncio/ - https://pypi.org/project/nest-asyncio/ -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" - -distutils_enable_tests pytest |