# 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="Package for easily generating and manipulating signal pulses."

HOMEPAGE="https://github.com/QCoDeS/broadbean"
LICENSE="MIT"
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="docs test"
DEPENDENCIES=">=dev-python/numpy-1.12.1[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/schema[${PYTHON_USEDEP}]
	>=dev-python/versioningit-2.0.1[${PYTHON_USEDEP}]
	docs? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	docs? ( dev-python/nbsphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-jsonschema[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-6.2.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-6.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/black-22.3.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/mypy-0.960[${PYTHON_USEDEP}] )
	test? ( dev-python/types-pytz[${PYTHON_USEDEP}] )
	test? ( >=dev-python/jupyter-1.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/hypothesis-5.49.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"