From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DE0715806E for ; Fri, 2 Jun 2023 18:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 374EDE08F1; Fri, 2 Jun 2023 18:19:35 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 1B228E08F1 for ; Fri, 2 Jun 2023 18:19:35 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CB9C341362 for ; Fri, 2 Jun 2023 18:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39DF0A87 for ; Fri, 2 Jun 2023 18:19:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685729961.3219535641cb49fa2fa1aff4a2bf591bac284fbd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmlmin/htmlmin-0.1.12-r1.ebuild X-VCS-Directories: app-text/htmlmin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3219535641cb49fa2fa1aff4a2bf591bac284fbd X-VCS-Branch: master Date: Fri, 2 Jun 2023 18:19:31 +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: e2911ae8-ebb1-486a-af74-157fa8984b96 X-Archives-Hash: 7011f28d57a0fb971a85672a787bd8e1 commit: 3219535641cb49fa2fa1aff4a2bf591bac284fbd Author: Michał Górny gentoo org> AuthorDate: Fri Jun 2 17:48:33 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 2 18:19:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32195356 app-text/htmlmin: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild index f3ac4fdbd2f1..d575466d0ea4 100644 --- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild +++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 # upstream doesn't do tags much