Files
guru/app-admin/krapplet/krapplet-0.3.1-r1.ebuild
demize acd6e890be app-admin/krapplet: unkeyword 0.3.1-r1 for ~arm
Dependencies are masked in arm7a_sf.

Signed-off-by: demize <demize@unstable.systems>
2025-04-03 15:25:11 -04:00

30 lines
753 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi xdg
DESCRIPTION="Krapplet (keyring applet): a Linux graphical password manager"
HOMEPAGE="
https://gitlab.com/hfernh/krapplet
https://pypi.org/project/krapplet/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
IUSE="+gnome-keyring pass"
REQUIRED_USE="|| ( gnome-keyring pass )"
RDEPEND="
dev-libs/glib:2
dev-libs/gobject-introspection
dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
gnome-keyring? ( dev-python/secretstorage[${PYTHON_USEDEP}] )
pass? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
"