x11-misc/rofi-rbw: new package, add 1.3.0

This commit is contained in:
odrling 2024-03-27 17:35:19 +01:00
parent b5d5a828de
commit 8729104b0f
No known key found for this signature in database
GPG Key ID: EC907F69A27A90C5
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST rofi-rbw-1.3.0.gh.tar.gz 16872 BLAKE2B 8e164e678b11b324fa11dc31346219ccdbfabdeffd18b3f1fae6c1bbd2f8ddc643ddea1740d8491d3463acd3238b66f673f5cc1f9364e50dbdde176f2cf4b85d SHA512 54a971e78865dcca462f7687c5bf2e45cf3bd612e54bab80b8bef050692f1deb6653f30b895e4bbec3cc0735a23473aa28d7842ab546e09019889b7e60b1bf4e

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints."
HOMEPAGE="
https://github.com/fdw/rofi-rbw/tree/main
https://pypi.org/project/rofi-rbw/
"
SRC_URI="https://github.com/fdw/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
$(python_gen_cond_dep '
dev-python/ConfigArgParse[${PYTHON_USEDEP}]
')
"