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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB7991581FB for ; Sat, 23 Nov 2024 23:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D302E0837; Sat, 23 Nov 2024 23:32:29 +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 54A99E0837 for ; Sat, 23 Nov 2024 23:32:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73BD7342FA6 for ; Sat, 23 Nov 2024 23:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83E041E75 for ; Sat, 23 Nov 2024 23:32:26 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1732404723.17b87bbe858e182b0d87f0b3f9212a1a5a7992fb.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glfw/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glfw/Manifest dev-python/glfw/glfw-2.7.0.ebuild dev-python/glfw/glfw-2.8.0.ebuild X-VCS-Directories: dev-python/glfw/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 17b87bbe858e182b0d87f0b3f9212a1a5a7992fb X-VCS-Branch: dev Date: Sat, 23 Nov 2024 23:32:26 +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: db93a4ac-a798-4561-a2cc-d5bda4dab098 X-Archives-Hash: 8ece282bbb5129a6105129f695fbb292 commit: 17b87bbe858e182b0d87f0b3f9212a1a5a7992fb Author: Henri Gasc eurecom fr> AuthorDate: Sat Nov 23 22:53:37 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Sat Nov 23 23:32:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17b87bbe dev-python/glfw: add 2.8.0, drop 2.7.0 Signed-off-by: Henri Gasc eurecom.fr> dev-python/glfw/Manifest | 2 +- dev-python/glfw/{glfw-2.7.0.ebuild => glfw-2.8.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/glfw/Manifest b/dev-python/glfw/Manifest index eb75dca0b..8888e7985 100644 --- a/dev-python/glfw/Manifest +++ b/dev-python/glfw/Manifest @@ -1 +1 @@ -DIST glfw-2.7.0.gh.tar.gz 850608 BLAKE2B 5e9530a60cee0ae44d87a208eacdf55e26e20633a606275d9d7d6dbb4eec928e0e93108f927ea984b5ecc246e6188fc969c56a1abb4c5477ec167578d36f8498 SHA512 a903e40a8a01d51b077030b733f6b5fb6dca11f16b30a059e6dd709670393fb7885962664b8162e0856fa3b1fc69fbfb4dffb864e1eb008b34873297f87092d5 +DIST glfw-2.8.0.gh.tar.gz 493375 BLAKE2B 18a4fa7f36005910d02a9247906819184355ea94444335b77a7932926cb6eae55deb582666fc00446d52a188be63cd8ead4c0c42d598bd5e3c984ea02bf40232 SHA512 a02a76608d74764d91fcb2bdaeb2e4ed6c09d05edab4310f1dffa76c64f531194a5575bf3063f03a556ad0d257856e387c8f54db54b36b3cd6091fcf961190ea diff --git a/dev-python/glfw/glfw-2.7.0.ebuild b/dev-python/glfw/glfw-2.8.0.ebuild similarity index 92% rename from dev-python/glfw/glfw-2.7.0.ebuild rename to dev-python/glfw/glfw-2.8.0.ebuild index 21b20f1a9..7c62f5c00 100644 --- a/dev-python/glfw/glfw-2.7.0.ebuild +++ b/dev-python/glfw/glfw-2.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1