# 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 Agent"

HOMEPAGE="https://github.com/Sealights/SL.OnPremise.Agents.Python"
LICENSE="Other/Proprietary License"
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="dev test"
DEPENDENCIES="~dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
	~dev-python/pytz-2022.6[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	~dev-python/tzlocal-4.2[${PYTHON_USEDEP}]
	dev-python/pytz-deprecation-shim[${PYTHON_USEDEP}]
	>=dev-python/cryptography-46.0.1[${PYTHON_USEDEP}]
	>=dev-python/cffi-2.0.0[${PYTHON_USEDEP}]
	~dev-python/pycparser-2.21[${PYTHON_USEDEP}]
	>=dev-python/gitpython-3.1.35[${PYTHON_USEDEP}]
	>=dev-python/gitpython-3.1.40[${PYTHON_USEDEP}]
	~dev-python/gitdb-4.0.9[${PYTHON_USEDEP}]
	~dev-python/smmap-5.0.0[${PYTHON_USEDEP}]
	dev-python/unittest-xml-reporting[${PYTHON_USEDEP}]
	>=dev-python/urllib3-2.6.3[${PYTHON_USEDEP}]
	>=dev-python/requests-2.32.5[${PYTHON_USEDEP}]
	>=dev-python/idna-3.10[${PYTHON_USEDEP}]
	>=dev-python/certifi-2025.8.3[${PYTHON_USEDEP}]
	dev? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	test? ( dev-python/coverage[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"