mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-util/find-work-repology: add 1.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
|
||||
40
dev-util/find-work-repology/find-work-repology-1.1.0.ebuild
Normal file
40
dev-util/find-work-repology/find-work-repology-1.1.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user