# 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="RabbitMQ Focused AMQP low-level library"

HOMEPAGE="https://github.com/gmr/pamqp"
LICENSE="BSD 3-Clause 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="codegen testing"
DEPENDENCIES="codegen? ( dev-python/lxml[${PYTHON_USEDEP}] )
	codegen? ( dev-python/requests[${PYTHON_USEDEP}] )
	codegen? ( dev-python/yapf[${PYTHON_USEDEP}] )
	testing? ( dev-python/coverage[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-comprehensions[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-deprecated[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-import-order[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-print[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-quotes[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-rst-docstrings[${PYTHON_USEDEP}] )
	testing? ( dev-python/flake8-tuple[${PYTHON_USEDEP}] )
	testing? ( dev-python/yapf[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"