# 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=standalone

inherit python-r1 gs-pypi

DESCRIPTION="The FMRIB UK Biobank data processing library"

HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/ukbparse"
LICENSE="Apache License Version 2.0"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="demo test"
DEPENDENCIES="dev-python/h5py[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/pyparsing[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/tables[${PYTHON_USEDEP}]
	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
	dev-python/lxml[${PYTHON_USEDEP}]
	demo? ( dev-python/jupyter[${PYTHON_USEDEP}] )
	demo? ( dev-python/notebook[${PYTHON_USEDEP}] )
	demo? ( dev-python/bash_kernel[${PYTHON_USEDEP}] )
	demo? ( dev-python/pygments[${PYTHON_USEDEP}] )
	test? ( dev-python/jupyter[${PYTHON_USEDEP}] )
	test? ( dev-python/notebook[${PYTHON_USEDEP}] )
	test? ( dev-python/bash_kernel[${PYTHON_USEDEP}] )
	test? ( dev-python/pygments[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"