dev-vcs/git-credential-email - 5.8.1 (parona-overlay)

Search

Package Information

Description:
Git credential helpers for Microsoft Outlook, Gmail, Yahoo, AOL and Proton Mail
Homepage:
https://gce.adityagarg.is-a.dev/ https://github.com/AdityaGarg8/git-credential-email/
License:
Apache-2.0 protonmail? ( GPL-3 )

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
inherit optfeature python-single-r1

DESCRIPTION="Git credential helpers for Microsoft Outlook, Gmail, Yahoo, AOL and Proton Mail"
HOMEPAGE="https://gce.adityagarg.is-a.dev/ https://github.com/AdityaGarg8/git-credential-email/"
SRC_URI="
	https://github.com/AdityaGarg8/git-credential-email/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.tar.gz
"

LICENSE="Apache-2.0 protonmail? ( GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"

IUSE="protonmail"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	dev-vcs/git[perl]
	$(python_gen_cond_dep '
		dev-python/keyring[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		protonmail? (
			dev-python/bcrypt[${PYTHON_USEDEP}]
			dev-python/cryptography[${PYTHON_USEDEP}]
			dev-python/pgpy[${PYTHON_USEDEP}]
			dev-python/requests-toolbelt[${PYTHON_USEDEP}]
			dev-python/typing-extensions[${PYTHON_USEDEP}]
		)
	')
"
BDEPEND="${PYTHON_DEPS}"

src_install() {
	python_doscript git-credential-aol
	python_doscript git-credential-gmail
	python_doscript git-credential-outlook
	python_doscript git-credential-yahoo
	python_doscript git-msgraph
	if use protonmail; then
		python_doscript git-protonmail
	fi
	einstalldocs
}

pkg_postinst() {
	optfeature "easier authentication" dev-python/pyqt6-webengine
	optfeature "display QR codes in terminal" dev-python/qrcore
}

USE Flags

Dependencies

RDEPEND

	${PYTHON_DEPS}
	dev-vcs/git[perl]
	$(python_gen_cond_dep '
		dev-python/keyring[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		protonmail? (
			dev-python/bcrypt[${PYTHON_USEDEP}]
			dev-python/cryptography[${PYTHON_USEDEP}]
			dev-python/pgpy[${PYTHON_USEDEP}]
			dev-python/requests-toolbelt[${PYTHON_USEDEP}]
			dev-python/typing-extensions[${PYTHON_USEDEP}]
		)
	')

BDEPEND

${PYTHON_DEPS}

Manifest for 5.8.1

Type File Size Source URLs
DIST git-credential-email-5.8.1.tar.gz 51885 bytes https://github.com/AdityaGarg8/git-credential-email/archive/refs/tags/v5.8.1.tar.gz