# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..14} )
DISTUTILS_USE_PEP517=hatchling
DISTUTILS_SINGLE_IMPL=1 # just because i don't have a good feeling about multi-impl python apps
PYPI_VERIFY_REPO=1
inherit distutils-r1 pypi

DESCRIPTION="Emoji and unicode picker for rofi, wofi and similar selectors"
HOMEPAGE="https://github.com/fdw/rofimoji"
#SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# checked as of 6.7.0
DEPEND="
	<dev-python/configargparse-2.0.0
"
RDEPEND="${DEPEND}"
#BDEPEND=""