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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Compute over Data framework for public, transparent, and optionally verifiable computation using IPFS & Filecoin."

HOMEPAGE="https://github.com/bacalhau-project/bacalhau/"
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=""
DEPENDENCIES="dev-python/bacalhau-apiclient[${PYTHON_USEDEP}]
	~dev-python/certifi-2024.2.2[${PYTHON_USEDEP}]
	<dev-python/cryptography-43.0.0[${PYTHON_USEDEP}]
	>=dev-python/mypy-1.9[${PYTHON_USEDEP}]
	dev-python/pem[${PYTHON_USEDEP}]
	dev-python/pre-commit[${PYTHON_USEDEP}]
	<dev-python/pycryptodome-4.0.0[${PYTHON_USEDEP}]
	~dev-python/pygments-2.17.2[${PYTHON_USEDEP}]
	dev-python/ruff[${PYTHON_USEDEP}]
	<dev-python/six-2.0.0[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	<dev-python/tox-5.0.0[${PYTHON_USEDEP}]
	<dev-python/twine-5.0.0[${PYTHON_USEDEP}]
	dev-python/types-six[${PYTHON_USEDEP}]
	<dev-python/virtualenv-21.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"