# 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="A simple FASTA read and write toolbox for small to medium size projects without dependencies."

HOMEPAGE="https://github.com/not-a-feature/miniFASTA"
LICENSE="gpl-3.0"
SRC_URI="https://files.pythonhosted.org/packages/8e/00/c67fbd93dbe74e60faf3128de5dfd166363d964fbb40b5368933c7449f42/minifasta-${REALVERSION}.tar.gz"
SOURCEFILE="minifasta-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="dev"
DEPENDENCIES="dev? ( >=dev-python/pytest-6.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/pytest-cov-2.0[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/tox-3.20[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/mypy-0.942[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"