diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-31 06:20:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-31 06:20:59 +0000 |
| commit | 01696829a5013612dad069cd097fb8d2bed5765d (patch) | |
| tree | eb8f95f2995352ab430f427b9e77dac5093e8867 /dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | |
| parent | cf6c341e8ec26f9a0ad0e2022abc4a633d489c35 (diff) | |
| download | baldeagleos-repo-01696829a5013612dad069cd097fb8d2bed5765d.tar.gz baldeagleos-repo-01696829a5013612dad069cd097fb8d2bed5765d.tar.xz baldeagleos-repo-01696829a5013612dad069cd097fb8d2bed5765d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild')
| -rw-r--r-- | dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild new file mode 100644 index 000000000000..1d27ac4a0ef4 --- /dev/null +++ b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +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="~amd64" + +RDEPEND=" + dev-python/exceptiongroup[${PYTHON_USEDEP}] + <dev-python/typing-extensions-5[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.8[${PYTHON_USEDEP}] +" |
