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