# 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="This project is part of the passbolt lab! It is used to illustrate an article or as a conversation starter. Use at your own risks!"

HOMEPAGE="https://github.com/passbolt/lab-passbolt-py"
LICENSE="MIT-0"
SRC_URI="https://files.pythonhosted.org/packages/21/16/579493fd23c723cde5e36cf4a163f37661e2c410fe47702ce276010dcb6b/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="all test"
DEPENDENCIES="~dev-python/httpx-0.23.3[${PYTHON_USEDEP}]
	dev-python/PGPy[${PYTHON_USEDEP}]
	~dev-python/python-gnupg-0.5.0[${PYTHON_USEDEP}]
	all? ( >=dev-python/pytest-6.2.2[${PYTHON_USEDEP}] )
	all? ( dev-python/pycodestyle[${PYTHON_USEDEP}] )
	all? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-6.2.2[${PYTHON_USEDEP}] )
	test? ( dev-python/pycodestyle[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"