summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-11 19:11:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-11 19:11:55 +0000
commite0894ddc3bd9bce1cb485fe476278c1ef9a2fd07 (patch)
treeaabda97339f09e1dc8b7a992dd11c6f9d4c94d43 /dev-python/asyncstdlib
parentbdeed8c00be4ad5d91aea2ffdb466a266ebabf47 (diff)
downloadbaldeagleos-repo-e0894ddc3bd9bce1cb485fe476278c1ef9a2fd07.tar.gz
baldeagleos-repo-e0894ddc3bd9bce1cb485fe476278c1ef9a2fd07.tar.xz
baldeagleos-repo-e0894ddc3bd9bce1cb485fe476278c1ef9a2fd07.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncstdlib')
-rw-r--r--dev-python/asyncstdlib/Manifest1
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.13.3.ebuild28
2 files changed, 29 insertions, 0 deletions
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..414b4f0bead6
--- /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_{10..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