Install this version:
emerge -a =dev-python/clickgen-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/clickgen-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/clickgen-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# 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='The 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
>=dev-python/attrs-15.0.0[] >=dev-python/numpy-1.21.6[] >=dev-python/pillow-8.1.1[] >=dev-python/pyyaml-6.0.1[] >=dev-python/toml-0.10.2[]
test? ( >=dev-python/attrs-15.0.0[] >=dev-python/numpy-1.21.6[] >=dev-python/pillow-8.1.1[] >=dev-python/pyyaml-6.0.1[] >=dev-python/toml-0.10.2[] )