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 F3C1415800F for ; Mon, 16 Jan 2023 01:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 065B6E086F; Mon, 16 Jan 2023 01:57:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E201BE086F for ; Mon, 16 Jan 2023 01:57:12 +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 0FB5E340FA1 for ; Mon, 16 Jan 2023 01:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2914D85B for ; Mon, 16 Jan 2023 01:57:10 +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: <1673834224.47efb1cafb40f9f91146300fd40d724c121ec279.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/js2py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/js2py/js2py-0.71_p20210918.ebuild dev-python/js2py/js2py-0.74.ebuild X-VCS-Directories: dev-python/js2py/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 47efb1cafb40f9f91146300fd40d724c121ec279 X-VCS-Branch: master Date: Mon, 16 Jan 2023 01:57:10 +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: 1ab360ae-6575-4187-a20e-a0adb2711a95 X-Archives-Hash: cae634690a2dca574c71f8c069184d73 commit: 47efb1cafb40f9f91146300fd40d724c121ec279 Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 16 01:26:27 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 16 01:57:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47efb1ca dev-python/js2py: enable python 3.11 Signed-off-by: Maciej Barć gentoo.org> dev-python/js2py/js2py-0.71_p20210918.ebuild | 2 +- dev-python/js2py/js2py-0.74.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/js2py/js2py-0.71_p20210918.ebuild b/dev-python/js2py/js2py-0.71_p20210918.ebuild index a2395e4a68ce..7a513afcf9f4 100644 --- a/dev-python/js2py/js2py-0.71_p20210918.ebuild +++ b/dev-python/js2py/js2py-0.71_p20210918.ebuild @@ -7,7 +7,7 @@ H=b16d7ce90ac9c03358010c1599c3e87698c9993f MY_PN=Js2Py MY_P=${MY_PN}-${PV} -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-python/js2py/js2py-0.74.ebuild b/dev-python/js2py/js2py-0.74.ebuild index d148120ae7b2..462bb6fe6a1c 100644 --- a/dev-python/js2py/js2py-0.74.ebuild +++ b/dev-python/js2py/js2py-0.74.ebuild @@ -7,7 +7,7 @@ MY_PN=Js2Py MY_P=${MY_PN}-${PV} DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1