# 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="Saml Python Toolkit. Add SAML support to your Python software using this library"

HOMEPAGE="https://github.com/maykinmedia/python3-saml"
LICENSE="Apache-2.0"
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="test"
DEPENDENCIES=">=dev-python/lxml-4.7.1[${PYTHON_USEDEP}]
	>=dev-python/xmlsec-1.3.9[${PYTHON_USEDEP}]
	>=dev-python/isodate-0.6.1[${PYTHON_USEDEP}]
	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
	>=dev-python/cryptography-40.0.0[${PYTHON_USEDEP}]
	test? ( <=dev-python/flake8-5.0.0[${PYTHON_USEDEP}] )
	test? ( <=dev-python/freezegun-1.1.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-4.6.11[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-4.5.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/responses-0.12.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/requests-mock-1.9.3[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"