summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/asyncstdlib
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/asyncstdlib')
-rw-r--r--dev-python/asyncstdlib/Manifest1
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.14.0.ebuild28
-rw-r--r--dev-python/asyncstdlib/metadata.xml11
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
new file mode 100644
index 000000000000..9a38f838e84c
--- /dev/null
+++ b/dev-python/asyncstdlib/Manifest
@@ -0,0 +1 @@
+DIST asyncstdlib-3.14.0.tar.gz 51074 BLAKE2B 29b7caee9a2bbc792403f85b59ffd4024e63e1459ce78df3c19b9fefa45fe64af3ce481b5bde5f259e2700b27d1abdc1b3ae3f09852f4931b76271aed656f857 SHA512 3e4f574e492d724c6649b2fb67544fcd83cda8da3f92bdaed7f50ddde83e9986e129386a6a702779b2385379755d0cc81c58ed3fbc8791058cbb0f90942c4985
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.14.0.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.14.0.ebuild
new file mode 100644
index 000000000000..331dc83f44f7
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.14.0.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_{13..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
diff --git a/dev-python/asyncstdlib/metadata.xml b/dev-python/asyncstdlib/metadata.xml
new file mode 100644
index 000000000000..47960c04ff03
--- /dev/null
+++ b/dev-python/asyncstdlib/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">maxfischer2781/asyncstdlib</remote-id>
+ <remote-id type="pypi">asyncstdlib</remote-id>
+ </upstream>
+</pkgmetadata>