diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-02-05 09:28:31 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-02-05 09:53:22 +0100 |
| commit | 46ed5c7b89e882d63eb6c211f0aba725997a52c7 (patch) | |
| tree | 153b374df8c0f37189ce2b23a0ae600af4c4c2ca /dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild | |
| parent | 6d3a13f6aa753c8288ed2f583fbd36e2d3e56a80 (diff) | |
| download | gentoo-46ed5c7b89e882d63eb6c211f0aba725997a52c7.tar.gz gentoo-46ed5c7b89e882d63eb6c211f0aba725997a52c7.tar.bz2 gentoo-46ed5c7b89e882d63eb6c211f0aba725997a52c7.zip | |
dev-python/asyncstdlib: Bump to 3.10.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild')
| -rw-r--r-- | dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild new file mode 100644 index 000000000000..91515a83ee60 --- /dev/null +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="The missing async toolbox" +HOMEPAGE=" + https://github.com/maxfischer2781/asyncstdlib/ + https://pypi.org/project/asyncstdlib/" +SRC_URI=" + https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest |
