# 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="Utility package for assessing Google Cloud Platform (GCP) secrets uniformly"

HOMEPAGE="https://github.com/surquest/python-gcp-secrets-assessor"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/5a/26/382ac4be7499fbbab20169c4574f325c386e5b866a0445346f971aae70b2/surquest_gcp_secret_assessor-${REALVERSION}.tar.gz"
SOURCEFILE="surquest_gcp_secret_assessor-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="test"
DEPENDENCIES="<dev-python/google-auth-3.0.0[${PYTHON_USEDEP}]
	dev-python/google-cloud-secret-manager[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	test? ( >=dev-python/pytest-cov-4.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-7.2.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"