From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1522934-garchives=archives.gentoo.org@lists.gentoo.org> 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 10A1315810D for <garchives@archives.gentoo.org>; Mon, 29 May 2023 15:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548E2E07E1; Mon, 29 May 2023 15:03:41 +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 39524E07E1 for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 15:03:41 +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 4AD74341010 for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 15:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7210A72 for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 15:03:38 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1685372608.f9f0b59b1b9ba4168bb534f7606f6320cd0adaf8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyquery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyquery/pyquery-2.0.0.ebuild X-VCS-Directories: dev-python/pyquery/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9f0b59b1b9ba4168bb534f7606f6320cd0adaf8 X-VCS-Branch: master Date: Mon, 29 May 2023 15:03:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73034db4-4261-425d-be7d-73a11043f75c X-Archives-Hash: a89eaa338f828717507009ca1337927f commit: f9f0b59b1b9ba4168bb534f7606f6320cd0adaf8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 15:02:21 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 15:03:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f0b59b dev-python/pyquery: add note re no py3.12 yet Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pyquery/pyquery-2.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pyquery/pyquery-2.0.0.ebuild b/dev-python/pyquery/pyquery-2.0.0.ebuild index 7a15d0fb17be..71f035f16a3d 100644 --- a/dev-python/pyquery/pyquery-2.0.0.ebuild +++ b/dev-python/pyquery/pyquery-2.0.0.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +# No 3.12 yet for https://github.com/gawel/pyquery/issues/249 +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit distutils-r1 optfeature pypi