Install this version:
emerge -a =dev-python/zmq-anyio-0.4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/zmq-anyio-0.4.1
Or alternatively:
emerge --autounmask-write -a =dev-python/zmq-anyio-0.4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.1 | 8 | ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=uv-build
PYPI_VERIFY_REPO=https://github.com/QuantStack/zmq-anyio
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous API for ZMQ using AnyIO"
HOMEPAGE="
https://github.com/QuantStack/zmq-anyio/
https://pypi.org/project/zmq-anyio/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
RDEPEND="
<dev-python/anyio-5[${PYTHON_USEDEP}]
>=dev-python/anyio-4.15.0[${PYTHON_USEDEP}]
<dev-python/pyzmq-28[${PYTHON_USEDEP}]
>=dev-python/pyzmq-27.1.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/trio-0.27.0[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( anyio pytest-timeout )
distutils_enable_tests pytest
<dev-python/anyio-5[] >=dev-python/anyio-4.15.0[] <dev-python/pyzmq-28[] >=dev-python/pyzmq-27.1.0[]
test? ( >=dev-python/trio-0.27.0[] )