# 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="Read and write readable YAML safely preserving order and avoiding bad surprises with unwanted infered type conversions. This library is a PyYaml wrapper with sane behaviour to read and write readable YAML safely, typically when used for configuration." HOMEPAGE="https://github.com/aboutcode-org/saneyaml" LICENSE="Apache-2.0" 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 testing" DEPENDENCIES="dev-python/pyyaml[${PYTHON_USEDEP}] docs? ( >=dev-python/sphinx-3.3.1[${PYTHON_USEDEP}] ) docs? ( >=dev-python/sphinx-rtd-theme-0.5.0[${PYTHON_USEDEP}] ) docs? ( >=dev-python/doc8-0.8.1[${PYTHON_USEDEP}] ) testing? ( >=dev-python/pytest-6.0[${PYTHON_USEDEP}] ) testing? ( >=dev-python/pytest-xdist-2.0[${PYTHON_USEDEP}] ) testing? ( dev-python/aboutcode-toolkit[${PYTHON_USEDEP}] ) testing? ( dev-python/twine[${PYTHON_USEDEP}] ) testing? ( dev-python/black[${PYTHON_USEDEP}] ) testing? ( dev-python/isort[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"