mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-python/repology-client: add 0.7.1, drop 0.5.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
37
dev-python/repology-client/repology-client-0.7.1.ebuild
Normal file
37
dev-python/repology-client/repology-client-0.7.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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="CC-BY-SA-3.0 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
|
||||
Reference in New Issue
Block a user