From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1427345-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 03D20158094 for <garchives@archives.gentoo.org>; Sun, 14 Aug 2022 02:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1986E094F; Sun, 14 Aug 2022 02:06:18 +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 994E5E0938 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:17 +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 6FC01340E8E for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A4957A for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:14 +0000 (UTC) From: "Aisha Tammy" <gentoo@aisha.cc> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc> Message-ID: <1660442764.3213f8c4bff6cff37c568ab0016e835942713ba9.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/parsel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/parsel/parsel-1.6.0.ebuild X-VCS-Directories: dev-python/parsel/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 3213f8c4bff6cff37c568ab0016e835942713ba9 X-VCS-Branch: dev Date: Sun, 14 Aug 2022 02:06:14 +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: 496b602d-fd82-478d-9e75-4458cf7c66c6 X-Archives-Hash: ac4ac847294ca93376c686bf8c4c911b commit: 3213f8c4bff6cff37c568ab0016e835942713ba9 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Aug 14 02:03:19 2022 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Aug 14 02:06:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3213f8c4 dev-python/parsel: enable py3.10, py3.11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/parsel/parsel-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/parsel/parsel-1.6.0.ebuild b/dev-python/parsel/parsel-1.6.0.ebuild index ae93093d3..02952c7d3 100644 --- a/dev-python/parsel/parsel-1.6.0.ebuild +++ b/dev-python/parsel/parsel-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Utility to extract data from XML/HTML documents using XPath or CSS selectors"