Install this version:
emerge -a =dev-python/repology-client-0.7.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/repology-client-0.7.2
Or alternatively:
emerge --autounmask-write -a =dev-python/repology-client-0.7.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7.2 | 8 | ~amd64 | 0 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous wrapper for Repology API"
HOMEPAGE="
https://repology-client.sysrq.in/
https://pypi.org/project/repology-client/
"
LICENSE="EUPL-1.2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/aiohttp-3[${PYTHON_USEDEP}]
<dev-python/aiohttp-4[${PYTHON_USEDEP}]
>=dev-python/pydantic-2[${PYTHON_USEDEP}]
<dev-python/pydantic-3[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=(
pytest-asyncio
pytest-recording
)
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/alabaster \
dev-python/sphinx-prompt
>=dev-python/aiohttp-3[] <dev-python/aiohttp-4[] >=dev-python/pydantic-2[] <dev-python/pydantic-3[] dev-python/yarl[]