# 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="Agent Behavior Model"

HOMEPAGE="https://GitHub.com/IoT-Robotics/Agent-Behavior-Model"
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="devtest publish"
DEPENDENCIES=">=dev-python/click-8.1.3[${PYTHON_USEDEP}]
	>=dev-python/decorator-5.1.1[${PYTHON_USEDEP}]
	>=dev-python/wrapt-1.14.1[${PYTHON_USEDEP}]
	dev-python/edx-codejail[${PYTHON_USEDEP}]
	devtest? ( >=dev-python/nose2-0.12.0[${PYTHON_USEDEP}] )
	devtest? ( >=dev-python/pytest-7.2.1[${PYTHON_USEDEP}] )
	publish? ( >=dev-python/build-0.10.0[${PYTHON_USEDEP}] )
	publish? ( >=dev-python/twine-4.0.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"