app-admin/secretsd - 9999 (robertgzr)

Search

Install

Install this version:

emerge -a =app-admin/secretsd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/secretsd-9999

Or alternatively:

emerge --autounmask-write -a =app-admin/secretsd-9999

Package Information

Description:
Generic implementation of org.freedesktop.secrets
Homepage:
https://github.com/grawity/secretsd
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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=""

Inherited Eclasses

Dependencies

DEPEND

	|| (
		dev-python/cryptography[]
		dev-python/pycryptodome[]
	)
	dev-python/dbus-python[]
	dev-python/pygobject[]
	dev-python/pyxdg[]

RDEPEND

	|| (
		dev-python/cryptography[]
		dev-python/pycryptodome[]
	)
	dev-python/dbus-python[]
	dev-python/pygobject[]
	dev-python/pyxdg[]