# 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="Framework for handling LDAP style password hashes."

HOMEPAGE="https://github.com/zopefoundation/AuthEncoding"
LICENSE="ZPL"
SRC_URI="https://files.pythonhosted.org/packages/41/0c/853715b6b26a90683cd060186b877d8431eb4b38507030de20a696eec13a/authencoding-${REALVERSION}.tar.gz"
SOURCEFILE="authencoding-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="bcrypt test"
DEPENDENCIES="test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"