Install this version:
emerge -a =dev-python/pyipp-0.17.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pyipp-0.17.2
Or alternatively:
emerge --autounmask-write -a =dev-python/pyipp-0.17.2
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Internet Printing Protocol (IPP)."
HOMEPAGE="https://github.com/ctalkington/python-ipp https://pypi.org/project/pyipp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
PYPI_PN="pyipp"
RDEPEND="
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}]
>=dev-python/python-backoff-2.3.1[${PYTHON_USEDEP}]
>=dev-python/deepmerge-1.1.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/pyipp |
euse -E <flag> -p dev-python/pyipp |
euse -D <flag> -p dev-python/pyipp
>=dev-python/aiohttp-3.0.0[] >=dev-python/awesomeversion-21.10.1[] >=dev-python/python-backoff-2.3.1[] >=dev-python/deepmerge-1.1.0[] >=dev-python/yarl-1.6.0[]
test? ( dev-python/aresponses[] dev-python/pytest-asyncio[] dev-python/pytest-cov[] )