# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7..15} )

inherit distutils-r1 git-r3

DESCRIPTION='Hassle-free cursor building toolbox'
HOMEPAGE='
	https://pypi.org/project/clickgen
	https://github.com/ful1e5/clickgen
'
EGIT_REPO_URI=https://github.com/ful1e5/${PN}.git
LICENSE=MIT

SLOT=0

RDEPEND="
	>=dev-python/attrs-15.0.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.21.6[${PYTHON_USEDEP}]
	>=dev-python/pillow-8.1.1[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
	>=dev-python/toml-0.10.2[${PYTHON_USEDEP}]
"
BDEPEND="test? ( ${RDEPEND} )"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest