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 810A8158090 for ; Mon, 23 May 2022 06:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3DFE085A; Mon, 23 May 2022 06:34:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83A80E085A for ; Mon, 23 May 2022 06:34:16 +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 ADE9D341C03 for ; Mon, 23 May 2022 06:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B614D3 for ; Mon, 23 May 2022 06:34:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1653287647.e93cce01a1f8ed5cdb632953f523d686df9b8bf2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild X-VCS-Directories: dev-python/pkgconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e93cce01a1f8ed5cdb632953f523d686df9b8bf2 X-VCS-Branch: master Date: Mon, 23 May 2022 06:34:13 +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: f06423fb-3333-458b-8fb4-e8c597419777 X-Archives-Hash: b37b663febe3911369ecc0a26d39a6a2 commit: e93cce01a1f8ed5cdb632953f523d686df9b8bf2 Author: Michał Górny gentoo org> AuthorDate: Mon May 23 06:05:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 23 06:34:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93cce01 dev-python/pkgconfig: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild b/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild index 7e4f08590814..928cc9635956 100644 --- a/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild +++ b/dev-python/pkgconfig/pkgconfig-1.5.5-r1.ebuild @@ -4,17 +4,26 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Interface Python with pkg-config" -HOMEPAGE="https://pypi.org/project/pkgconfig/ https://github.com/matze/pkgconfig" -SRC_URI="https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/matze/pkgconfig/ + https://pypi.org/project/pkgconfig/ +" +SRC_URI=" + https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -RDEPEND="virtual/pkgconfig" +RDEPEND=" + virtual/pkgconfig +" distutils_enable_tests pytest