# 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 small module for mapping between object types."

HOMEPAGE=""
LICENSE="MIT"
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 publish tests"
DEPENDENCIES="docs? ( ~dev-python/sphinx-2.2.0[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/mypy-0.740[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/pylint-2.4.3[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/pytest-cov-2.8.1[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/pytest-5.2.2[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/sphinx-2.2.0[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/tox-3.14.0[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/twine-2.0.0[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/wheel-0.33.6[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/mypy-0.740[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pylint-2.4.3[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-2.8.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-5.2.2[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/sphinx-2.2.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/tox-3.14.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"