dev-python/clickgen - 2.2.5-r2 (xira)

Search

Package Information

Description:
The hassle-free cursor building toolbox
Homepage:
https://github.com/ful1e5/clickgen/ https://pypi.org/project/clickgen/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.2.5-r2 8 0
View Raw Ebuild
# Copyright 2024 Kirixetamine <revelation@krxt.dev>
# 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
}

Dependencies

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