# 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="a utility library to help provide api route generation form function signature for web frameworks."

HOMEPAGE="https://github.com/toumorokoshi/transmute-core"
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="test"
DEPENDENCIES=">=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
	>=dev-python/cattrs-0.9.0[${PYTHON_USEDEP}]
	dev-python/jsonschema-extractor[${PYTHON_USEDEP}]
	dev-python/schematics[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/swagger-schema[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.0[${PYTHON_USEDEP}]
	test? ( dev-python/babel[${PYTHON_USEDEP}] )
	test? ( dev-python/flask[${PYTHON_USEDEP}] )
	test? ( dev-python/mock[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )
	test? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? ( dev-python/sphinx-autobuild[${PYTHON_USEDEP}] )
	test? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	test? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] )
	test? ( dev-python/tornado[${PYTHON_USEDEP}] )
	test? ( >=dev-python/aiohttp-3.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pydantic[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"