# 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="SQLAlchemy integration component for the Asphalt framework"

HOMEPAGE="https://github.com/asphalt-framework/asphalt-sqlalchemy"
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="doc test"
DEPENDENCIES="dev-python/asphalt[${PYTHON_USEDEP}]
	>=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP}]
	doc? ( >=dev-python/sphinx-7.0[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-rtd-theme-1.3.0[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-autodoc-typehints-1.22[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-tabs-3.3.1[${PYTHON_USEDEP}] )
	test? ( dev-python/aiosqlite[${PYTHON_USEDEP}] )
	test? ( >=dev-python/anyio-4.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-7.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pymysql[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-7.4[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] )
	test? ( dev-python/asyncmy[${PYTHON_USEDEP}] )
	test? ( dev-python/asyncpg[${PYTHON_USEDEP}] )
	test? ( >=dev-python/psycopg-3.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"