# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Convert between CBOR, JSON, MessagePack, TOML, and YAML [wheel]"

HOMEPAGE="https://github.com/remarshal-project/remarshal"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="dev"
DEPENDENCIES="<dev-python/cbor2-6.0[${PYTHON_USEDEP}]
	<dev-python/colorama-0.5[${PYTHON_USEDEP}]
	<dev-python/rich-argparse-2.0[${PYTHON_USEDEP}]
	<dev-python/ruamel-yaml-0.20[${PYTHON_USEDEP}]
	<dev-python/tomli-3.0[${PYTHON_USEDEP}]
	<dev-python/tomlkit-0.15[${PYTHON_USEDEP}]
	<dev-python/u-msgpack-python-3.0[${PYTHON_USEDEP}]
	dev? ( dev-python/codespell[${PYTHON_USEDEP}] )
	dev? ( dev-python/pyright[${PYTHON_USEDEP}] )
	dev? ( <dev-python/pytest-9.0[${PYTHON_USEDEP}] )
	dev? ( <dev-python/pytest-cov-5.0[${PYTHON_USEDEP}] )
	dev? ( dev-python/ruff[${PYTHON_USEDEP}] )
	dev? ( dev-python/snoop[${PYTHON_USEDEP}] )
	dev? ( dev-python/types-python-dateutil[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"