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 C5BD6158089 for ; Fri, 20 Oct 2023 08:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C293C2BC04B; Fri, 20 Oct 2023 08:53:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83EB72BC04B for ; Fri, 20 Oct 2023 08:53:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84269335D1C for ; Fri, 20 Oct 2023 08:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC0E21299 for ; Fri, 20 Oct 2023 08:53:30 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1697791071.0c7cb0b49baf50a4442f117c95cc705d021d7316.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: snippets/ebuild-mode/ X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: snippets/ebuild-mode/distutils.yas X-VCS-Directories: snippets/ebuild-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0c7cb0b49baf50a4442f117c95cc705d021d7316 X-VCS-Branch: master Date: Fri, 20 Oct 2023 08:53:30 +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: d269fa3e-d55a-4c3f-bb70-702207a74fdc X-Archives-Hash: 7a514a478b1f3ad07671b313d4104aaf commit: 0c7cb0b49baf50a4442f117c95cc705d021d7316 Author: Maciej Barć gentoo org> AuthorDate: Fri Oct 20 08:37:51 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Oct 20 08:37:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=0c7cb0b4 distutils.yas: change key, bump python compat Signed-off-by: Maciej Barć gentoo.org> snippets/ebuild-mode/distutils.yas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/ebuild-mode/distutils.yas b/snippets/ebuild-mode/distutils.yas index 1627c75..5141bd4 100644 --- a/snippets/ebuild-mode/distutils.yas +++ b/snippets/ebuild-mode/distutils.yas @@ -19,11 +19,11 @@ # name: distutils -# key: /distutils +# key: distutils= # -- DISTUTILS_USE_PEP517=${1:hatchling} -PYTHON_COMPAT=( python3_{${2:10}..${3:11}} ) +PYTHON_COMPAT=( python3_{${2:10}..${3:12}} ) inherit distutils-r1 ${4:pypi}