summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-26 06:14:48 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-26 06:14:48 +0200
commitcc080b29d83ad1db5b5a8345652c57957275d412 (patch)
tree367949b4a8c023c580f792a11a5dc920df13a596 /dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild
parent7339198531908bb9b0c4d9eef3c47fa0212a465b (diff)
downloadgentoo-cc080b29d83ad1db5b5a8345652c57957275d412.tar.gz
gentoo-cc080b29d83ad1db5b5a8345652c57957275d412.tar.bz2
gentoo-cc080b29d83ad1db5b5a8345652c57957275d412.zip
dev-python/asyncstdlib: Bump to 3.12.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild
new file mode 100644
index 000000000000..a2eea4011b68
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+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"
+
+BDEPEND="
+ test? (
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}