# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="CuPy: A NumPy-compatible array library accelerated by CUDA [wheel]"

HOMEPAGE="https://cupy.dev/"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/cp35/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-cp35-cp35m-manylinux1_x86_64.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-cp35-cp35m-manylinux1_x86_64.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="jenkins setup stylecheck test"
DEPENDENCIES=">=dev-python/numpy-1.15[${PYTHON_USEDEP}]
	dev-python/fastrlock[${PYTHON_USEDEP}]
	jenkins? ( <dev-python/pytest-4.2.0[${PYTHON_USEDEP}] )
	jenkins? ( <dev-python/attrs-19.2.0[${PYTHON_USEDEP}] )
	jenkins? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )
	jenkins? ( <dev-python/pytest-cov-2.10[${PYTHON_USEDEP}] )
	jenkins? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	jenkins? ( dev-python/codecov[${PYTHON_USEDEP}] )
	jenkins? ( <dev-python/coverage-5.0[${PYTHON_USEDEP}] )
	setup? ( >=dev-python/cython-0.29.22[${PYTHON_USEDEP}] )
	setup? ( dev-python/fastrlock[${PYTHON_USEDEP}] )
	stylecheck? ( ~dev-python/autopep8-1.5.5[${PYTHON_USEDEP}] )
	stylecheck? ( ~dev-python/flake8-3.8.4[${PYTHON_USEDEP}] )
	stylecheck? ( ~dev-python/pbr-5.5.1[${PYTHON_USEDEP}] )
	stylecheck? ( ~dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/pytest-4.2.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/attrs-19.2.0[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"