# 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="Mercari data collection package"

HOMEPAGE="https://github.com/kaioman/mercariGetter.git"
LICENSE="BSD"
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=""
DEPENDENCIES="~dev-python/beautifulsoup4-4.10.0[${PYTHON_USEDEP}]
	dev-python/bs4[${PYTHON_USEDEP}]
	~dev-python/requests-2.26.0[${PYTHON_USEDEP}]
	dev-python/requests-html[${PYTHON_USEDEP}]
	~dev-python/lxml-4.6.3[${PYTHON_USEDEP}]
	~dev-python/numpy-1.19.5[${PYTHON_USEDEP}]
	~dev-python/pandas-1.3.3[${PYTHON_USEDEP}]
	~dev-python/django-3.2.9[${PYTHON_USEDEP}]
	~dev-python/selenium-3.141.0[${PYTHON_USEDEP}]
	dev-python/LibHanger[${PYTHON_USEDEP}]
	dev-python/Scrapinger[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"