summaryrefslogtreecommitdiff
path: root/dev-python/aiomisc
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/aiomisc
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/aiomisc')
-rw-r--r--dev-python/aiomisc/Manifest1
-rw-r--r--dev-python/aiomisc/aiomisc-18.0.19-r1.ebuild72
-rw-r--r--dev-python/aiomisc/metadata.xml12
3 files changed, 0 insertions, 85 deletions
diff --git a/dev-python/aiomisc/Manifest b/dev-python/aiomisc/Manifest
deleted file mode 100644
index a4f3d2eb79b7..000000000000
--- a/dev-python/aiomisc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiomisc-18.0.19.gh.tar.gz 480681 BLAKE2B 484fb21da132c14b65c341d44f2476f12178a14a99c8708e666c98f3e94a7bc41a079145c8c3f323af1440558a2414bc812cfb463155296172b284333c933207 SHA512 8f6ba5a31ce1fc796e3b4d223628514caaf5efd9af72dc4eb5b5fe956d775aef5abca32cec5918cadbaf146c66ae5e8131a87b9e5135fcd45cffd490cad9dd0e
diff --git a/dev-python/aiomisc/aiomisc-18.0.19-r1.ebuild b/dev-python/aiomisc/aiomisc-18.0.19-r1.ebuild
deleted file mode 100644
index 2b72f5c155fb..000000000000
--- a/dev-python/aiomisc/aiomisc-18.0.19-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 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 optfeature
-
-DESCRIPTION="aiomisc - miscellaneous utils for asyncio"
-HOMEPAGE="
- https://github.com/aiokitchen/aiomisc
- https://pypi.org/project/aiomisc/
-"
-
-MY_COMMIT="ebfdb45c8d60fda24e42f7589d2fc7fe11ae4f0c" # v18.0.9 (untagged, inferred)
-SRC_URI="https://github.com/aiokitchen/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=dev-python/aiothreads-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/caio-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/colorlog-6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/rich-12.6[${PYTHON_USEDEP}]
- >=dev-python/setproctitle-1.3[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( aiomisc-pytest )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_AIOMISC=${PV}
-
-EPYTEST_IGNORE=(
- # Missing dependencies
- tests/test_carbon_service.py # aiocarbon
- tests/test_dns.py # dnslib
- tests/test_dns_server.py # dnslib
- tests/test_entrypoint.py # various
- tests/test_raven_service.py # raven
-)
-
-EPYTEST_DESELECT=(
- # Broken (race conditions)
- tests/test_thread_pool.py::test_from_thread_channel
- tests/test_thread_pool.py::test_from_thread_channel_wait_before
-)
-
-pkg_postinst() {
- optfeature "aiohttp" dev-python/aiohttp
- # optfeature "ASGI" dev-python/aiohttp-asgi
- # optfeature "Carbon" dev-python/aiocarbon
- optfeature "cron" dev-python/croniter
- # optfeature "DNS" dev-python/dnslib
- # optfeature "gRPC" "dev-python/grpcio dev-python/grpcio-tools dev-python/grpcio-reflection"
- # optfeature "Raven" "dev-python/aiohttp dev-python/raven"
- optfeature "uvicorn" "dev-python/uvicorn dev-python/asgiref"
- optfeature "uvloop" dev-python/uvloop
-
- optfeature_header "For additional logging features install:"
- optfeature "clorized log output with Rich" dev-python/rich
- # optfeature "log output to systemd journald" dev-python/logging-journald
-}
diff --git a/dev-python/aiomisc/metadata.xml b/dev-python/aiomisc/metadata.xml
deleted file mode 100644
index caf32b2f7f30..000000000000
--- a/dev-python/aiomisc/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="person">
- <email>falbrechtskirchinger@gmail.com</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">aiomisc</remote-id>
- <remote-id type="github">aiokitchen/aiomisc</remote-id>
- </upstream>
-</pkgmetadata>