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

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-02-20 03:18:20 +05:00
parent d594d51ddd
commit 5dda0d055d
2 changed files with 41 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST find_work_repology-1.0.0.tar.gz 7236 BLAKE2B 41c2b56b5b8aa9e80a8358d5f6d6f4782cee0cb58e4f311d86d59a7a529d3716dae565f5699f91e4b2bf0cf4264b055d72408f9e2e02dc5e89d48ec972b528a2 SHA512 b02227377d060c88f2d707b993da18b7db1c822162210c8e471018658b1552961741edc8cce6dd8a2e35bab703c0c0e2de9196bc61ec6a7323aa8444546c274d
DIST find_work_repology-1.0.1.tar.gz 7546 BLAKE2B 4efeff9eaccad7839ce03e640fa70e7443d6cd2f4abea3c207c641d6ae31d100d46c07a3c56aba7ee4d94a564dbd7a4632feb8ce76ae1ec37eccc1c147fb6791 SHA512 ba89bf1c561ae77b7c82668a459f175852287aa76746457c1baf2f7722bf9b6825e26cfc96c258e7e9be2245a4bcde721b28c0deed6f6ce72e8718f07074898d

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..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="
<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.0.2[${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
}