commit:     bf24e2d6e78506fd9f5383487a8538f6d7b244a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 06:37:09 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 07:03:10 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf24e2d6

dev-python/asyncstdlib: Bump to 3.13.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asyncstdlib/Manifest                  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.13.3.ebuild | 28 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 3035ef9daa90..cc2c9834d398 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.13.1.tar.gz 49752 BLAKE2B 
094f04325a1dbf0b6a354dcf2f89bc707a8ae1725c12888a88970b6f3e4e75ac70d60cf9f5198cc91736eb1e8bff97f7474e0dcf81de95887bb066cc305bbbb5
 SHA512 
53358cef42065d6f8eea264684ad5d1a748052740c58c51cc42fc26173dfadf03fea230a2d74e47328f40a23aa9c5f2764a9049cc687e9ddff7bf60827be0925
+DIST asyncstdlib-3.13.3.tar.gz 50854 BLAKE2B 
918a6ddc71d03876f476ea05df781de903516b16671a3d419d42b2fa1add51e731bebcfa0b538a7201fef7b10c124f6479aa499f3f8d506c1013a5bfac54a890
 SHA512 
6810471993a83d1119e804c5847775fb7b19a2f15d90eb9fec982ca55b7bd9259e2a77541f503f38def593a6094adb149f08232d9f21f9da2cdcc1f7ae365f22

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.13.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.13.3.ebuild
new file mode 100644
index 000000000000..3e2bb716f9ec
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.13.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..14} )
+
+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}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to