app-admin/pass-audit - 1.2 (guru)

Search

Install

Install this version:

emerge -a =app-admin/pass-audit-1.2

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

autounmask =app-admin/pass-audit-1.2

Or alternatively:

emerge --autounmask-write -a =app-admin/pass-audit-1.2

Package Information

Description:
A pass extension for auditing your password repository.
Homepage:
https://github.com/roddhjav/pass-audit
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{{11..13},13t} )

inherit distutils-r1 pypi

DESCRIPTION="A pass extension for auditing your password repository. "
HOMEPAGE="https://github.com/roddhjav/pass-audit"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
# Tests seems broken
RESTRICT="test"

DEPEND="app-admin/pass"
RDEPEND="${DEPEND}"

src_prepare() {
	# Wrokaround for #921706
	echo -e "from setuptools import setup\nsetup()" > setup.py || die

	default
}

src_install() {
	distutils-r1_src_install

	doman share/man/man1/pass-audit.1

	exeinto /usr/lib/password-store/extensions
	doexe audit.bash
}

Inherited Eclasses

Dependencies

DEPEND

app-admin/pass

RDEPEND

app-admin/pass