dev-db/dbeaver-creds - 0.1.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-db/dbeaver-creds-0.1.1

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

autounmask =dev-db/dbeaver-creds-0.1.1

Or alternatively:

emerge --autounmask-write -a =dev-db/dbeaver-creds-0.1.1

Package Information

Description:
Recover your DBeaver saved credentials.
Homepage:
https://tatsh.github.io/dbeaver-creds/ https://github.com/Tatsh/dbeaver-creds https://pypi.org/project/dbeaver-creds/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{11..15} )

PYPI_PN=dbeaver_creds

PYPI_VERIFY_REPO="https://github.com/Tatsh/dbeaver-creds"

inherit cmake distutils-r1 pypi

DESCRIPTION="Recover your DBeaver saved credentials."
HOMEPAGE="
	https://tatsh.github.io/dbeaver-creds/
	https://github.com/Tatsh/dbeaver-creds
	https://pypi.org/project/dbeaver-creds/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-libs/openssl-3.0:=
	>=dev-python/click-8.3.2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-python/scikit-build-core-0.12.2[${PYTHON_USEDEP}]"

src_install() {
	distutils-r1_src_install
	doman "man/${PN}.1"
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/openssl-3.0:=
	>=dev-python/click-8.3.2[]

RDEPEND

	>=dev-libs/openssl-3.0:=
	>=dev-python/click-8.3.2[]

BDEPEND

>=dev-python/scikit-build-core-0.12.2[]