# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1

DESCRIPTION="Generic implementation of org.freedesktop.secrets"
HOMEPAGE="https://github.com/grawity/secretsd"

inherit git-r3
EGIT_REPO_URI="https://github.com/grawity/secretsd"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

DEPEND="
	|| (
		dev-python/cryptography[${PYTHON_USEDEP}]
		dev-python/pycryptodome[${PYTHON_USEDEP}]
	)
	dev-python/dbus-python[${PYTHON_USEDEP}]
	dev-python/pygobject[${PYTHON_USEDEP}]
	dev-python/pyxdg[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""