app-crypt/acme-tiny - 5.0.3 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/acme-tiny-5.0.3

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

autounmask =app-crypt/acme-tiny-5.0.3

Or alternatively:

emerge --autounmask-write -a =app-crypt/acme-tiny-5.0.3

Package Information

Description:
Tiny, auditable script for Let's Encrypt's ACME Protocol
Homepage:
https://github.com/diafygi/acme-tiny
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

DESCRIPTION="Tiny, auditable script for Let's Encrypt's ACME Protocol"
HOMEPAGE="https://github.com/diafygi/acme-tiny"
SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
RDEPEND="dev-libs/openssl:0"

# Tests require a local ACME server to be set up.
RESTRICT="test"

export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"

src_prepare() {
	sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die

	distutils-r1_src_prepare
}

Inherited Eclasses

Dependencies

RDEPEND

dev-libs/openssl:0

BDEPEND

dev-python/setuptools-scm[]

Manifest for 5.0.3

Type File Size Source URLs
DIST acme-tiny-5.0.3.tar.gz 21304 bytes https://github.com/diafygi/acme-tiny/archive/5.0.3.tar.gz