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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5D78158018 for ; Mon, 4 Oct 2021 14:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEAF6E0874; Mon, 4 Oct 2021 14:22:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA4B7E0876 for ; Mon, 4 Oct 2021 14:22:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E67BB343039 for ; Mon, 4 Oct 2021 14:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1495A13F for ; Mon, 4 Oct 2021 14:22:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633357307.1f2c229f179a79a885da3c1769f390c2cff88110.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopengl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyopengl/pyopengl-3.1.5.ebuild X-VCS-Directories: dev-python/pyopengl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1f2c229f179a79a885da3c1769f390c2cff88110 X-VCS-Branch: master Date: Mon, 4 Oct 2021 14:22:18 +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: 488f857a-b68d-4068-9e60-8857a40f4f31 X-Archives-Hash: c92017660462cf81a69a58223f83e45d commit: 1f2c229f179a79a885da3c1769f390c2cff88110 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Oct 4 14:17:30 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Oct 4 14:21:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2c229f dev-python/pyopengl: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pyopengl/pyopengl-3.1.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pyopengl/pyopengl-3.1.5.ebuild b/dev-python/pyopengl/pyopengl-3.1.5.ebuild index aef96f75fb0..3ba7738a27e 100644 --- a/dev-python/pyopengl/pyopengl-3.1.5.ebuild +++ b/dev-python/pyopengl/pyopengl-3.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_REQ_USE="tk?" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 virtualx @@ -39,7 +39,6 @@ BDEPEND=" test? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP},opengl,X] - dev-python/pytest[${PYTHON_USEDEP}] !prefix? ( media-libs/mesa[llvm] x11-base/xorg-server[-minimal,xorg]