From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9A93158128 for ; Wed, 18 Jun 2025 07:07:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96FD33415D0 for ; Wed, 18 Jun 2025 07:07:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 915F41104D9; Wed, 18 Jun 2025 07:07:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 86C3E1104D9 for ; Wed, 18 Jun 2025 07:07:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2706B3415D0 for ; Wed, 18 Jun 2025 07:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83EE291F for ; Wed, 18 Jun 2025 07:07:42 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1750230433.bcd6350c1c59df2af9a07731eab784c9b92f4091.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme-tiny/Manifest app-crypt/acme-tiny/acme-tiny-5.0.2.ebuild X-VCS-Directories: app-crypt/acme-tiny/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: bcd6350c1c59df2af9a07731eab784c9b92f4091 X-VCS-Branch: master Date: Wed, 18 Jun 2025 07:07:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ffa65ff-ec82-4de7-b9ca-02c1092eb3dd X-Archives-Hash: 16f2d1894622899ed8bbbe81091ae10f commit: bcd6350c1c59df2af9a07731eab784c9b92f4091 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jun 18 07:07:13 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jun 18 07:07:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd6350c app-crypt/acme-tiny: add 5.0.2 Signed-off-by: Hans de Graaff gentoo.org> app-crypt/acme-tiny/Manifest | 1 + app-crypt/acme-tiny/acme-tiny-5.0.2.ebuild | 34 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest index beb4c6083b4b..02f6eb56a0e3 100644 --- a/app-crypt/acme-tiny/Manifest +++ b/app-crypt/acme-tiny/Manifest @@ -1 +1,2 @@ DIST acme-tiny-5.0.1.tar.gz 21036 BLAKE2B a09c16ca19570b48d34c919e2a361e3be5d66ed8fc0ccff7af74e4018d294f2940a552906dee45bac27a16e7b039a3567dc35e201b058015c5123baa2cbb01c1 SHA512 6e0619917b31a5795c2c7d8aa811b46231b81fc6b57227f611f7f4b9f73eb3de669676482563c33d935a4a0812498677bcbe974663a561af61abb441a880947e +DIST acme-tiny-5.0.2.tar.gz 21301 BLAKE2B 7685215b06bb2ada5d39c1ddf832ab5cf75253a2223a9d82975eb6e4e8fbd9346c1f182851b907474e3801344e187cd1357e9be57950bab3745b8c14d73022df SHA512 33572d1931b4700807a770b03b13a991bf0e0e7ad6fa227b9b8070a1b126c2fb7aae8a9f01e3dcfc888951b743d186d3a83355cb65837bd3f461c22bd0357dd0 diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.2.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.2.ebuild new file mode 100644 index 000000000000..54fa42aa47f0 --- /dev/null +++ b/app-crypt/acme-tiny/acme-tiny-5.0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python{3_11,3_12,3_13} ) + +DISTUTILS_USE_PEP517="setuptools" + +inherit distutils-r1 + +DESCRIPTION="A 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" + +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" +} + +src_prepare() { + sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die + + distutils-r1_src_prepare +}