# 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="Python package for managing the LOOBins model and schema."

HOMEPAGE="https://loobins.io/"
LICENSE="GPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/89/3f/43c7e028af2346cfe9b2cfcf78e8aeb2b6e643605dfe1a3d4d1b1e4635ef/pyloobins-${REALVERSION}.tar.gz"
SOURCEFILE="pyloobins-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="<dev-python/pydantic-3.0[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
	<dev-python/click-9.0.0[${PYTHON_USEDEP}]
	<dev-python/jinja2-4.0.0[${PYTHON_USEDEP}]
	dev-python/stix2[${PYTHON_USEDEP}]
	dev-python/polyfactory[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"