# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="2.0.0a5"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Facebook Messenger for Python."

HOMEPAGE="https://github.com/carpedm20/fbchat/"
LICENSE="BSD 3-Clause"
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="docs lint test"
DEPENDENCIES=">=dev-python/attrs-19.1[${PYTHON_USEDEP}]
	~dev-python/requests-2.19[${PYTHON_USEDEP}]
	~dev-python/beautifulsoup4-4.0[${PYTHON_USEDEP}]
	~dev-python/paho-mqtt-1.5[${PYTHON_USEDEP}]
	docs? ( ~dev-python/sphinx-2.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinxcontrib-spelling-4.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-autodoc-typehints-1.10[${PYTHON_USEDEP}] )
	lint? ( dev-python/black[${PYTHON_USEDEP}] )
	test? ( <dev-python/pytest-6.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"