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 2EFEA158094 for ; Thu, 7 Jul 2022 07:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 006B9E0E0B; Thu, 7 Jul 2022 07:33:26 +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 BED65E0E20 for ; Thu, 7 Jul 2022 07:33:26 +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 BD654340EA6 for ; Thu, 7 Jul 2022 07:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F143453D for ; Thu, 7 Jul 2022 07:33:21 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1657154446.63f2313f452560d379fba52b4004fde851210ed9.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 63f2313f452560d379fba52b4004fde851210ed9 X-VCS-Branch: master Date: Thu, 7 Jul 2022 07:33:21 +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: ef35194e-9f53-42c4-9a9f-0655c73322de X-Archives-Hash: bd20bc8be5055c57d3c38166dfee1f54 commit: 63f2313f452560d379fba52b4004fde851210ed9 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:34:40 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Jul 7 00:40:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63f2313f dev-python/pygaljs: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild b/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild index 85b9ab34e..04f41205e 100644 --- a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild +++ b/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js"