summaryrefslogtreecommitdiff
path: root/dev-python/nest-asyncio2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/nest-asyncio2
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-python/nest-asyncio2')
-rw-r--r--dev-python/nest-asyncio2/Manifest1
-rw-r--r--dev-python/nest-asyncio2/metadata.xml9
-rw-r--r--dev-python/nest-asyncio2/nest-asyncio2-1.7.0.ebuild22
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/nest-asyncio2/Manifest b/dev-python/nest-asyncio2/Manifest
new file mode 100644
index 000000000000..bb8a124f5198
--- /dev/null
+++ b/dev-python/nest-asyncio2/Manifest
@@ -0,0 +1 @@
+DIST nest_asyncio2-1.7.0.tar.gz 13797 BLAKE2B 0c575ea965b49c6f4d4b9b764e2c4595de6fae45d03ad058e93ec01d8f5a25414cbdf6d2c54a08a6644d0cc31836c7809f5e35ebdece60e0919be836524c1e95 SHA512 3bbdbca192ed0dbd9417ba7dff2d39d1729b49ef258a747c2afd8164f3894269267d238f49ea9c8c2df2004c21893ed2c619cba2a424343eeb705b8880bc79e0
diff --git a/dev-python/nest-asyncio2/metadata.xml b/dev-python/nest-asyncio2/metadata.xml
new file mode 100644
index 000000000000..d34971a915e9
--- /dev/null
+++ b/dev-python/nest-asyncio2/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/nest-asyncio2/nest-asyncio2-1.7.0.ebuild b/dev-python/nest-asyncio2/nest-asyncio2-1.7.0.ebuild
new file mode 100644
index 000000000000..91b87c2ab79b
--- /dev/null
+++ b/dev-python/nest-asyncio2/nest-asyncio2-1.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Patch asyncio to allow nested event loops"
+HOMEPAGE="
+ https://github.com/Chaoses-Ib/nest-asyncio2/
+ https://pypi.org/project/nest-asyncio2/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest