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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 149FD158094 for ; Thu, 23 Jun 2022 00:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137A1E0AEC; Thu, 23 Jun 2022 00:27: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BAA8E0AEC for ; Thu, 23 Jun 2022 00:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2154A341B56 for ; Thu, 23 Jun 2022 00:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 801B9448 for ; Thu, 23 Jun 2022 00:27:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1655944028.a9b1bcf6b29e4ae76a518f353cf39814c496059f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-1.32.0.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a9b1bcf6b29e4ae76a518f353cf39814c496059f X-VCS-Branch: master Date: Thu, 23 Jun 2022 00:27:14 +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: 5498615b-46ee-46b2-a80f-ce6935dafc84 X-Archives-Hash: a2f499b6bc3615a1ad096535998cc1d9 commit: a9b1bcf6b29e4ae76a518f353cf39814c496059f Author: Matt Turner gentoo org> AuthorDate: Thu Jun 23 00:25:05 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jun 23 00:27:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b1bcf6 dev-libs/libpeas: Add Python 3.11 compatibility Update HOMEPAGE at the same time. Signed-off-by: Matt Turner gentoo.org> dev-libs/libpeas/libpeas-1.32.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpeas/libpeas-1.32.0.ebuild b/dev-libs/libpeas/libpeas-1.32.0.ebuild index 08b7db6366ad..6ef2ef50b1c8 100644 --- a/dev-libs/libpeas/libpeas-1.32.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.32.0.ebuild @@ -4,12 +4,12 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg DESCRIPTION="A GObject plugins library" -HOMEPAGE="https://developer.gnome.org/libpeas/stable/" +HOMEPAGE="https://wiki.gnome.org/Projects/Libpeas https://gitlab.gnome.org/GNOME/libpeas" LICENSE="LGPL-2.1+" SLOT="0"