summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-02 04:52:22 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-02 05:04:20 +0200
commitcd1a78085c89e686c3ece9e7f09f6bef40421fb7 (patch)
treeb5a05116dd470bfcc3ef26e15a347ff7a5a98d7e /dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
parent2ec493d8e86a92bf3854b79049624edd1c6a4b9b (diff)
downloadgentoo-cd1a78085c89e686c3ece9e7f09f6bef40421fb7.tar.gz
gentoo-cd1a78085c89e686c3ece9e7f09f6bef40421fb7.tar.bz2
gentoo-cd1a78085c89e686c3ece9e7f09f6bef40421fb7.zip
dev-python/asyncstdlib: Bump to 3.10.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
new file mode 100644
index 000000000000..bf284fdc944c
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.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..11} )
+
+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