# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="2.0.0.dev5"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python3_13 )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Key Event Receipt Infrastructure"

HOMEPAGE="https://github.com/WebOfTrust/keripy"
LICENSE="Apache Software License 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=""
DEPENDENCIES=">=dev-python/lmdb-1.7.5[${PYTHON_USEDEP}]
	dev-python/pysodium[${PYTHON_USEDEP}]
	>=dev-python/blake3-1.0.8[${PYTHON_USEDEP}]
	>=dev-python/msgpack-1.1.2[${PYTHON_USEDEP}]
	>=dev-python/cbor2-5.8.0[${PYTHON_USEDEP}]
	>=dev-python/multidict-6.7.0[${PYTHON_USEDEP}]
	>=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}]
	dev-python/hio[${PYTHON_USEDEP}]
	dev-python/multicommand[${PYTHON_USEDEP}]
	>=dev-python/jsonschema-4.26.0[${PYTHON_USEDEP}]
	dev-python/falcon[${PYTHON_USEDEP}]
	dev-python/hjson[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
	>=dev-python/apispec-6.9.0[${PYTHON_USEDEP}]
	dev-python/mnemonic[${PYTHON_USEDEP}]
	>=dev-python/prettytable-3.17.0[${PYTHON_USEDEP}]
	dev-python/http-sfv[${PYTHON_USEDEP}]
	>=dev-python/cryptography-46.0.3[${PYTHON_USEDEP}]
	>=dev-python/semver-3.0.4[${PYTHON_USEDEP}]
	>=dev-python/qrcode-8.2[${PYTHON_USEDEP}]
	>=dev-python/setuptools-80.9.0[${PYTHON_USEDEP}]
	>=dev-python/wheel-0.45.1[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"