# 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="SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite."

HOMEPAGE="https://github.com/thombashi/SimpleSQLite"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/1a/73/94ee1a1711ca04c7269f2d32472d10ad8cdc85ebf32c42e1cfc6924d39d8/simplesqlite-${REALVERSION}.tar.gz"
SOURCEFILE="simplesqlite-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="docs logging test"
DEPENDENCIES="dev-python/DataProperty[${PYTHON_USEDEP}]
	dev-python/mbstrdecoder[${PYTHON_USEDEP}]
	<dev-python/pathvalidate-4.0[${PYTHON_USEDEP}]
	dev-python/sqliteschema[${PYTHON_USEDEP}]
	dev-python/tabledata[${PYTHON_USEDEP}]
	dev-python/typepy[${PYTHON_USEDEP}]
	docs? ( >=dev-python/sphinx-rtd-theme-1.2.2[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-2.4[${PYTHON_USEDEP}] )
	logging? ( <dev-python/loguru-1.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pytablereader[${PYTHON_USEDEP}] )
	test? ( dev-python/pytablewriter[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-md-report[${PYTHON_USEDEP}] )
	test? ( >=dev-python/beautifulsoup4-4.10[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"