summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-08 19:09:13 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-08 19:47:58 +0200
commite821559b1d4af804fc6e75286228771b26eb9146 (patch)
treea489b59c58eb9448c069e156aec8cc68e3e57374 /dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
parent3b756af3f0917e725fef7995756444a15746ef75 (diff)
downloadgentoo-e821559b1d4af804fc6e75286228771b26eb9146.tar.gz
gentoo-e821559b1d4af804fc6e75286228771b26eb9146.tar.bz2
gentoo-e821559b1d4af804fc6e75286228771b26eb9146.zip
dev-python/asyncstdlib: Bump to 3.10.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
new file mode 100644
index 000000000000..5590c14a20c7
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+ https://github.com/maxfischer2781/asyncstdlib/
+ https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest