# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi shell-completion DESCRIPTION="Personal advice utility for Gentoo package maintainers" HOMEPAGE=" https://find-work.sysrq.in/ https://pypi.org/project/find-work/ " LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" RDEPEND=" =dev-python/aiohttp-3[${PYTHON_USEDEP}] =dev-python/platformdirs-4[${PYTHON_USEDEP}] =dev-python/pydantic-2[${PYTHON_USEDEP}] =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}] =dev-python/requests-2[${PYTHON_USEDEP}]