app-crypt/acme - 4.2.0 (ha-bleeding-edge)

Search

Package Information

Description:
An implementation of the ACME protocol
Homepage:
https://github.com/certbot/certbot https://pypi.org/project/acme/ https://letsencrypt.org/
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
4.2.0 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="An implementation of the ACME protocol"
HOMEPAGE="
	https://github.com/certbot/certbot
	https://pypi.org/project/acme/
	https://letsencrypt.org/
"
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
LICENSE="metapackage"
SLOT="0"

KEYWORDS="amd64 arm arm64 x86"

# Meta package for transition
# No need to upgrade thanks to ">="
RDEPEND="
	>=app-crypt/certbot-${PV}
"

pkg_postinst() {
	elog "This is a meta-package to help in transition to single package "
	elog "app-crypt/certbot."
	elog "It is advice to simply deselect this package and to emerge "
	elog "app-crypt/certbot where module ${PN} is present by default."
}

Dependencies

RDEPEND

	>=app-crypt/certbot-4.2.0