# 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="Create a SQLite database containing data pulled from Reddit about a single user."

HOMEPAGE="https://github.com/xavdid/reddit-user-to-sqlite"
LICENSE=""
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="ci release test"
DEPENDENCIES="dev-python/sqlite-utils[${PYTHON_USEDEP}]
	~dev-python/click-8.1.3[${PYTHON_USEDEP}]
	~dev-python/requests-2.29.0[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
	ci? ( ~dev-python/black-23.3.0[${PYTHON_USEDEP}] )
	ci? ( dev-python/pyright[${PYTHON_USEDEP}] )
	ci? ( dev-python/ruff[${PYTHON_USEDEP}] )
	release? ( ~dev-python/twine-4.0.2[${PYTHON_USEDEP}] )
	release? ( ~dev-python/build-0.10.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-7.3.1[${PYTHON_USEDEP}] )
	test? ( ~dev-python/responses-0.23.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"