# 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="EpyNN: Educational python for Neural Networks."

HOMEPAGE="https://github.com/synthaze/epynn"
LICENSE="GPL-3.0 License"
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=""
DEPENDENCIES="~dev-python/pillow-8.3.1[${PYTHON_USEDEP}]
	~dev-python/pygments-2.10.0[${PYTHON_USEDEP}]
	~dev-python/cycler-0.10.0[${PYTHON_USEDEP}]
	~dev-python/jupyter-1.0.0[${PYTHON_USEDEP}]
	~dev-python/kiwisolver-1.3.2[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	~dev-python/nbconvert-5.4.1[${PYTHON_USEDEP}]
	~dev-python/numpy-1.21.2[${PYTHON_USEDEP}]
	~dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
	~dev-python/scipy-1.6.3[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	~dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
	~dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
	~dev-python/texttable-1.6.4[${PYTHON_USEDEP}]
	dev-python/utilsovs-pkg[${PYTHON_USEDEP}]
	dev-python/wget[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"