summaryrefslogtreecommitdiff
path: root/dev-python/anyioutils
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/anyioutils
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/anyioutils')
-rw-r--r--dev-python/anyioutils/Manifest2
-rw-r--r--dev-python/anyioutils/anyioutils-0.7.4.ebuild54
-rw-r--r--dev-python/anyioutils/metadata.xml12
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/anyioutils/Manifest b/dev-python/anyioutils/Manifest
deleted file mode 100644
index 794db65c453e..000000000000
--- a/dev-python/anyioutils/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST anyioutils-0.7.4.tar.gz 15697 BLAKE2B 69701e7ccd91d5083b7f9ae39827ffee85a4cf7a7031cfcb85649c93021e52ff2a2712ba2eb37df02df74a4780aaa4490e7f842c305dd53a07c01142d1396422 SHA512 e513a31fbcfc38d6b532414abba4854a5ad9cd7667e9e26c8e208b5de02635f7cc0aab8ec304f885db4cf1ae0b44f9f3dc65f8b80c0465a4dd537afa17ec11da
-DIST anyioutils-0.7.4.tar.gz.provenance 9510 BLAKE2B 895f37a7bb59a664d315dc34c30c724801c81dc30905d795553083bd27289d4c437b3cfe22ac1c2b849c3b643552099f1df9262a02ac153424ccd3d3b9a98a72 SHA512 64b35db84af7d6d2fb91c52278d34900df06a002088e7b96e5d3bb45fff7dcbf09ba15fc762a4e22d45882c32d69324d31f5e695b21b8c4222074a6be1cb3b54
diff --git a/dev-python/anyioutils/anyioutils-0.7.4.ebuild b/dev-python/anyioutils/anyioutils-0.7.4.ebuild
deleted file mode 100644
index 380eb7ebeb07..000000000000
--- a/dev-python/anyioutils/anyioutils-0.7.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2025-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/davidbrochart/anyioutils
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Utility classes and functions for AnyIO"
-HOMEPAGE="
- https://github.com/davidbrochart/anyioutils/
- https://pypi.org/project/anyioutils/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="test-rust"
-
-RDEPEND="
- <dev-python/anyio-5[${PYTHON_USEDEP}]
- >=dev-python/anyio-4.8.0[${PYTHON_USEDEP}]
- <dev-python/outcome-2[${PYTHON_USEDEP}]
- >=dev-python/outcome-1.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- test-rust? (
- dev-python/trio[${PYTHON_USEDEP}]
- )
- )
-"
-
-EPYTEST_PLUGINS=( anyio )
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # requires aioguest
- tests/test_guest.py::test_host_trivial_guest_asyncio
- )
- local EPYTEST_IGNORE=()
-
- local args=()
- if ! has_version "dev-python/trio[${PYTHON_USEDEP}]"; then
- EPYTEST_IGNORE+=( tests/test_guest.py )
- args+=( -k "not trio" )
- fi
-
- epytest "${args[@]}"
-}
diff --git a/dev-python/anyioutils/metadata.xml b/dev-python/anyioutils/metadata.xml
deleted file mode 100644
index 1ab064557a8d..000000000000
--- a/dev-python/anyioutils/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">davidbrochart/anyioutils</remote-id>
- <remote-id type="pypi">anyioutils</remote-id>
- </upstream>
-</pkgmetadata>