# 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="Modern CloudFormation Python tool with Type hint, Parameter hint, Doc hint + Auto Validation in Real Objective Programming Style."

HOMEPAGE="https://github.com/MacHu-GWU/cottonformation-project"
LICENSE="BSD"
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 tests"
DEPENDENCIES="dev-python/attrs[${PYTHON_USEDEP}]
	dev-python/boto-session-manager[${PYTHON_USEDEP}]
	dev-python/aws-cloudformation[${PYTHON_USEDEP}]
	>=dev-python/toposort-1.6[${PYTHON_USEDEP}]
	dev-python/cfn-flip[${PYTHON_USEDEP}]
	docs? ( ~dev-python/sphinx-4.3.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-inline-tabs-2021.8.17_beta10[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-jinja[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-copybutton-0.4.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/rstobj[${PYTHON_USEDEP}] )
	docs? ( dev-python/docfly[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/furo-2021.8.31[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/twine-1.13.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/wheel-0.33.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/pathlib-mate[${PYTHON_USEDEP}] )
	tests? ( dev-python/requests[${PYTHON_USEDEP}] )
	tests? ( dev-python/jinja2[${PYTHON_USEDEP}] )
	tests? ( dev-python/boto3[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/sqlalchemy-1.4.20[${PYTHON_USEDEP}] )
	tests? ( dev-python/psycopg2-binary[${PYTHON_USEDEP}] )
	tests? ( dev-python/pysecret[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"