diff options
author | Michał Górny <mgorny@gentoo.org> | 2025-01-25 11:00:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2025-01-25 11:00:57 +0100 |
commit | 0a193846a989aa383628d9cc3ca982552343d228 (patch) | |
tree | 6829f9101647cdc12c7bc8b23a877c03a6f23a8a /dev-python/taskgroup | |
parent | dev-python/taskgroup: Stabilize 0.2.2 ALLARCHES, #948805 (diff) | |
download | gentoo-0a193846a989aa383628d9cc3ca982552343d228.tar.gz gentoo-0a193846a989aa383628d9cc3ca982552343d228.tar.bz2 gentoo-0a193846a989aa383628d9cc3ca982552343d228.zip |
dev-python/taskgroup: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/taskgroup')
-rw-r--r-- | dev-python/taskgroup/Manifest | 3 | ||||
-rw-r--r-- | dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 26 | ||||
-rw-r--r-- | dev-python/taskgroup/taskgroup-0.1.1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/taskgroup/taskgroup-0.2.1.ebuild | 26 |
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-python/taskgroup/Manifest b/dev-python/taskgroup/Manifest index f7685f9e6c27..40f0b87fe290 100644 --- a/dev-python/taskgroup/Manifest +++ b/dev-python/taskgroup/Manifest @@ -1,4 +1 @@ -DIST taskgroup-0.0.0a4.tar.gz 8553 BLAKE2B b9fe9e2442ef8ea5972599a150ad8d2e41004a0aee2112e455d0b850c3833fb266fe2a6b730a4d8371eb3fff0d7101f2803d8708f3f9ea1159338495ca9255be SHA512 fc5a78de3d20fecd82a2c9a142ecf1df8f33f185a792f50b86558d7bb38d49307977a4db0709dbb806cca2a1d3aba46c86833c24973e155c3295437038581ab7 -DIST taskgroup-0.1.1.tar.gz 8907 BLAKE2B 9decb86c5461de880547baa1c391b63cdfce03efa53f24e5508015ce2e3d6940a03174e77292621798f56f48b478665c1a3907f30a8f696578adf8c4a3553524 SHA512 05241eac884bf6d99a543a466d7b0b621c52c5e2569cf3a067b4c1a0b2296ee5d27297090bb46e77c32a1491d8398bdfea0f3ea2fca366f22189e390497d1ea4 -DIST taskgroup-0.2.1.tar.gz 11184 BLAKE2B fc2edd9962bff0441bf742b91c57e2b107ecf0ea3ae9d551c05c044217419eca9d45dd9d1106d227b83eed82e18ebd3e18943b15ed84c611a95e46eafe46a940 SHA512 a7d9533f7e82151db0b847a8b3197593920536a6fc9cac10ed6f3b6952224d66fa4c45359109f1797c057155370ac0f4ed099b3c6c942aa258fd2cb033e9daad DIST taskgroup-0.2.2.tar.gz 11504 BLAKE2B 125316de4069d84b9bbc25e8d46b1b3d59ac97c39630af7e4c50d41a55c2748d07b709fc67be13450e799b3d6799712736ea1b7d463fde50da0b96961871b91a SHA512 194c7130538f5e474b7e7df5b7c8ea764fd0c81203f0cf4eaa57bef7bbc7af5bb47c4a1f75b0d1132376018f8ef8eb32a3f486e6de548578ab2006d79306c903 diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild deleted file mode 100644 index ce95406e0c96..000000000000 --- a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -# py3.11: this is a backport to py3.10, please do not add more targets -PYTHON_COMPAT=( pypy3 python3_10 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout" -HOMEPAGE=" - https://github.com/graingert/taskgroup/ - https://pypi.org/project/taskgroup/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/exceptiongroup[${PYTHON_USEDEP}] - <dev-python/typing-extensions-5[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.8[${PYTHON_USEDEP}] -" diff --git a/dev-python/taskgroup/taskgroup-0.1.1.ebuild b/dev-python/taskgroup/taskgroup-0.1.1.ebuild deleted file mode 100644 index f7cf424ec8af..000000000000 --- a/dev-python/taskgroup/taskgroup-0.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -# py3.11: this is a backport to py3.10, please do not add more targets -PYTHON_COMPAT=( pypy3 python3_10 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout" -HOMEPAGE=" - https://github.com/graingert/taskgroup/ - https://pypi.org/project/taskgroup/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/exceptiongroup[${PYTHON_USEDEP}] - <dev-python/typing-extensions-5[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}] -" diff --git a/dev-python/taskgroup/taskgroup-0.2.1.ebuild b/dev-python/taskgroup/taskgroup-0.2.1.ebuild deleted file mode 100644 index 765a82e33124..000000000000 --- a/dev-python/taskgroup/taskgroup-0.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -# py3.11: this is a backport to py3.10, please do not add more targets -PYTHON_COMPAT=( pypy3 python3_10 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout" -HOMEPAGE=" - https://github.com/graingert/taskgroup/ - https://pypi.org/project/taskgroup/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND=" - dev-python/exceptiongroup[${PYTHON_USEDEP}] - <dev-python/typing-extensions-5[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.12.2[${PYTHON_USEDEP}] -" |