# 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="A Python package used to analysis Sequence Activity Relationships (SARs) of protein sequences and their mutants using Machine Learning. [wheel]" HOMEPAGE="https://github.com/amckenna41/pySAR" LICENSE="MIT" SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py3-none-any.whl" SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl" RESTRICT="test" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="docs test test_suite" DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/delayed[${PYTHON_USEDEP}] dev-python/scikit-learn[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/seaborn[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] dev-python/aaindex[${PYTHON_USEDEP}] dev-python/protpy[${PYTHON_USEDEP}] docs? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-flake8[${PYTHON_USEDEP}] ) test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] ) test_suite? ( dev-python/tests[${PYTHON_USEDEP}] ) virtual/allow-pypi-wheels" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"