# 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="Tooling for developing plugins for InsightConnect"

HOMEPAGE="https://github.com/rapid7/insight-plugin"
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=""
DEPENDENCIES="~dev-python/jinja2-3.1.6[${PYTHON_USEDEP}]
	~dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
	~dev-python/jsonschema-2.3.0[${PYTHON_USEDEP}]
	dev-python/mdutils[${PYTHON_USEDEP}]
	~dev-python/jq-1.4.0[${PYTHON_USEDEP}]
	dev-python/insightconnect-integrations-validators[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
	~dev-python/ruamel-yaml-0.17.21[${PYTHON_USEDEP}]
	~dev-python/ruamel-yaml-clib-0.2.7[${PYTHON_USEDEP}]
	~dev-python/semver-3.0.4[${PYTHON_USEDEP}]
	~dev-python/black-24.10.0[${PYTHON_USEDEP}]
	~dev-python/parameterized-0.8.1[${PYTHON_USEDEP}]
	dev-python/prospector[${PYTHON_USEDEP}]
	dev-python/prospector[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"