mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/find-work-repology: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST find_work_repology-0.3.0.tar.gz 7121 BLAKE2B 078b941e718779e1a75c2935e9574a7b88b9a3cae3706c182256ca32091f3240b6245ffd8d6c1905bf182bf8c2676123dcd7553ba3f020120755261e0713224f SHA512 96ef6332f618efbbbeaf933a48e0cc986cfcfb1ca71f30f8dd7b8d18095b71a786b4cc9a24cc0db633526dfa5ca0a7445cb95b459b2ac76074ee71b1120c111d
|
||||
DIST find_work_repology-1.0.0.tar.gz 7236 BLAKE2B 41c2b56b5b8aa9e80a8358d5f6d6f4782cee0cb58e4f311d86d59a7a529d3716dae565f5699f91e4b2bf0cf4264b055d72408f9e2e02dc5e89d48ec972b528a2 SHA512 b02227377d060c88f2d707b993da18b7db1c822162210c8e471018658b1552961741edc8cce6dd8a2e35bab703c0c0e2de9196bc61ec6a7323aa8444546c274d
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# 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="
|
||||
<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-0.990.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-import-check[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
doman man/*.1
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user