mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-util/find-work: drop 0.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST find_work-0.3.0.tar.gz 16939 BLAKE2B f80bb5436ff70debe3fa1c2c3cec09bb2701e8b60b1a2397de74b1035aa925d935228928a8e6a6eb6b75b218c2a062b2466c963718c89ba5ca4b8457923a3c72 SHA512 e52bcd8636003f1940fd42c3baca22b69654b35f62b9b2ee3345625d4fb1b31a9124c4da3d17e9fec84162eb7b7190553599f7e8a6eda60fb92f946aefaf1c95
|
||||
DIST find_work-0.5.0.tar.gz 21874 BLAKE2B c87a1b01011447348ef3a892bd965df6ecc14f90b506a16af715f2b33aa82c7a9f427785f4296dd5476782c172bacbdbe505a54887d4f1dc6d898841e5c8edc1 SHA512 aca292e8c0a07a42605af200234523c4ed0f7ae3228a3f6e9d194fe63c2ce3bc63aa57cdf627d450f8c4e1115dd31065326d42a99c387746961f1bc2df5ba877
|
||||
DIST find_work-0.6.0.tar.gz 23243 BLAKE2B 5eb1e315e178bd3834400db9c4ffce7751a3b8d432c2f637edf74aecff7c2db48e88a0569b376f38b47d2ef95805a83c1367e156aa9ef6ddca267be5ec07f4c2 SHA512 11a9b1e81c98fdd0cb4e1e1c49d48becf92e9696cbcb6abe778df079168eef225ca6a68dd1555155546f9f59014716fecd6d3c40b8c85f7d9ce57b87e518b61d
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
inherit distutils-r1 pypi shell-completion
|
||||
|
||||
DESCRIPTION="Personal advice utility for Gentoo package maintainers"
|
||||
HOMEPAGE="
|
||||
https://find-work.sysrq.in/
|
||||
https://pypi.org/project/find-work/
|
||||
"
|
||||
|
||||
LICENSE="WTFPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
<app-portage/gentoopm-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3[${PYTHON_USEDEP}]
|
||||
<dev-python/aiohttp-4[${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/python-bugzilla[${PYTHON_USEDEP}]
|
||||
>=dev-python/repology-client-0.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/repology-client-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2[${PYTHON_USEDEP}]
|
||||
<dev-python/requests-3[${PYTHON_USEDEP}]
|
||||
dev-python/sortedcontainers[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="test? ( dev-python/pytest-recording[${PYTHON_USEDEP}] )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/insipid-sphinx-theme \
|
||||
dev-python/sphinx-prompt
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
mkdir completions || die
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile
|
||||
|
||||
local -x PATH="${BUILD_DIR}/install${EPREFIX}/usr/bin:${PATH}"
|
||||
local -x PYTHONPATH="${BUILD_DIR}/lib:${PYTHONPATH}"
|
||||
emake completions/find-work.{bash,zsh,fish}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
local mymakeargs=(
|
||||
DESTDIR="${D}"
|
||||
PREFIX="${EPREFIX}"/usr
|
||||
|
||||
BASHCOMPDIR="$(get_bashcompdir)"
|
||||
ZSHCOMPDIR="$(get_zshcompdir)"
|
||||
FISHCOMPDIR="$(get_fishcompdir)"
|
||||
)
|
||||
|
||||
emake "${mymakeargs[@]}" install-data
|
||||
}
|
||||
Reference in New Issue
Block a user