# 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="Command to Read a subunit file or stream and put the data in a SQL DB"

HOMEPAGE=""
LICENSE="Apache-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="graph test"
DEPENDENCIES=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/alembic-0.8.10[${PYTHON_USEDEP}]
	>=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
	dev-python/oslo-db[${PYTHON_USEDEP}]
	>=dev-python/python-subunit-0.0.18[${PYTHON_USEDEP}]
	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
	>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
	graph? ( >=dev-python/pandas-0.20.1[${PYTHON_USEDEP}] )
	graph? ( >=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}] )
	test? ( dev-python/hacking[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] )
	test? ( >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] )
	test? ( >=dev-python/mock-1.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )
	test? ( >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] )
	test? ( dev-python/pymysql[${PYTHON_USEDEP}] )
	test? ( dev-python/psycopg2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/reno-0.1.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}] )
	test? ( >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"