dev-util/find-work-repology: add 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-04-19 23:33:37 +05:00
parent 74a3609946
commit 575aa0e5a6
2 changed files with 41 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST find_work_repology-1.0.1.tar.gz 7546 BLAKE2B 4efeff9eaccad7839ce03e640fa70e7443d6cd2f4abea3c207c641d6ae31d100d46c07a3c56aba7ee4d94a564dbd7a4632feb8ce76ae1ec37eccc1c147fb6791 SHA512 ba89bf1c561ae77b7c82668a459f175852287aa76746457c1baf2f7722bf9b6825e26cfc96c258e7e9be2245a4bcde721b28c0deed6f6ce72e8718f07074898d
DIST find_work_repology-1.1.0.tar.gz 9424 BLAKE2B 13d4863e4be8a282d38e26bfa64f4d5ef244b9441cf49d6ba583c0fe3025de63f2f85848944c482a32284e8c29216e8a501b22c521b7931b27c5ea2e6ac2f17d SHA512 6dcc22b75699e6572fe8d03bd260666a36b14a27a9c66ff50083b6c367c614d1a2ede0a936cf83deac3687a33a045a746e427fa703fd737099d0b7c38d077113

View File

@@ -0,0 +1,40 @@
# 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=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="
<app-portage/gentoopm-2[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/click-aliases[${PYTHON_USEDEP}]
>=dev-python/pydantic-2[${PYTHON_USEDEP}]
<dev-python/pydantic-3[${PYTHON_USEDEP}]
>=dev-python/repology-client-0.7.0[${PYTHON_USEDEP}]
<dev-python/repology-client-2[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
>=dev-util/find-work-1[${PYTHON_USEDEP}]
<dev-util/find-work-2[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-import-check )
distutils_enable_tests pytest
src_install() {
distutils-r1_src_install
doman man/*.1
}