# Copyright 2024 Kirixetamine # Distributed under the terms of the ISC License EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{7..13} ) inherit distutils-r1 pypi DESCRIPTION="The hassle-free cursor building toolbox" HOMEPAGE=" https://github.com/ful1e5/clickgen/ https://pypi.org/project/clickgen/ " LICENSE="MIT" SLOT="0" RESTRICT="mirror" RDEPEND=" >=dev-python/attrs-15.0.0 >=dev-python/pyyaml-6.0.1 >=dev-python/pillow-8.1.1 >=dev-python/toml-0.10.2 >=dev-python/numpy-1.21.6 " distutils_enable_tests pytest python_test() { epytest tests }