From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D315715808A for ; Thu, 17 Jul 2025 14:01:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BF1C3340E8D for ; Thu, 17 Jul 2025 14:01:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 378B0110560; Thu, 17 Jul 2025 14:00:56 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2DB04110560 for ; Thu, 17 Jul 2025 14:00:56 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA308340DD9 for ; Thu, 17 Jul 2025 14:00:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6DD3223 for ; Thu, 17 Jul 2025 14:00:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1752760813.0ca7733b8cde5c46ff81a4848459f6a13dab9ebf.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pysdl3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pysdl3/Manifest dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild X-VCS-Directories: dev-python/pysdl3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0ca7733b8cde5c46ff81a4848459f6a13dab9ebf X-VCS-Branch: dev Date: Thu, 17 Jul 2025 14:00:52 +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: 3f17de6b-d52d-41e0-8eaa-18b6204fbade X-Archives-Hash: bc9872a84a98eda233bc27eeb90c6806 commit: 0ca7733b8cde5c46ff81a4848459f6a13dab9ebf Author: David Roman gmail com> AuthorDate: Thu Jul 17 14:00:13 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 17 14:00:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ca7733b dev-python/pysdl3: drop 0.9.8_beta3 Signed-off-by: David Roman gmail.com> dev-python/pysdl3/Manifest | 1 - dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild | 48 ----------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-python/pysdl3/Manifest b/dev-python/pysdl3/Manifest index 6c4379b639..f4072813a2 100644 --- a/dev-python/pysdl3/Manifest +++ b/dev-python/pysdl3/Manifest @@ -1,2 +1 @@ -DIST pysdl3-0.9.8b3.tar.gz 1416965 BLAKE2B d8eed631739051045998f5c0be78ea47f83338077c9024322fb9ac5ed1331b9c6e36dfff02402da0a5d4dd5139627afa2e17b2e239727438b5a291beaa60bf17 SHA512 680153060e479560db0ffb32cb5a76a951f0b784fc1a805999ae7ac03dec3f3e6797f5361b94ec00b87c692a4c6c63ee994f94a98cb73491036574f15145b837 DIST pysdl3-0.9.8b5.tar.gz 1416932 BLAKE2B c8de2c87d77a741e75dfdf10adde2ddedfa161661202bbdcc40440a2cfb9f2dab94ff405a2a9a8eb97c13883620063967c3fdc6bda2ca219b58e1ec6ecab94fb SHA512 7c3471def81967a80da19d5aad69f38b22179889c1303dc609ad44b831945bb583f3ea0c5ef7159e66900810f42863fdaa1f63fe6d7935b438ca1acb9044e540 diff --git a/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild b/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild deleted file mode 100644 index bd4a233888..0000000000 --- a/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A pure Python wrapper for SDL3" -HOMEPAGE=" - https://pypi.org/project/pysdl3/ - https://github.com/Aermoss/PySDL3 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] -" - -RDEPEND=" - media-libs/libsdl3 - ${DEPEND} -" - -src_install() { - distutils-r1_src_install - - cat - > 99pysdl3 < 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 finch.gentoo.org (Postfix) with ESMTPS id 99EA515808A for ; Fri, 18 Jul 2025 09:35:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 846BA34105B for ; Fri, 18 Jul 2025 09:35:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 67F2F110562; Fri, 18 Jul 2025 09:35:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 54988110560 for ; Fri, 18 Jul 2025 09:35:30 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06BE1340ECA for ; Fri, 18 Jul 2025 09:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86EE0323B for ; Fri, 18 Jul 2025 09:35:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1752760813.0ca7733b8cde5c46ff81a4848459f6a13dab9ebf.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pysdl3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pysdl3/Manifest dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild X-VCS-Directories: dev-python/pysdl3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0ca7733b8cde5c46ff81a4848459f6a13dab9ebf X-VCS-Branch: master Date: Fri, 18 Jul 2025 09:35:27 +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: 300c8c7d-e89d-4524-aa19-67eeaba6468a X-Archives-Hash: 67a2aee22756d7d6fb45b98a743e0797 Message-ID: <20250718093527.U2pkjjvo4WA0DMuAAL7HnuInFqtzaJhID_Sdd77TZGU@z> commit: 0ca7733b8cde5c46ff81a4848459f6a13dab9ebf Author: David Roman gmail com> AuthorDate: Thu Jul 17 14:00:13 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 17 14:00:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ca7733b dev-python/pysdl3: drop 0.9.8_beta3 Signed-off-by: David Roman gmail.com> dev-python/pysdl3/Manifest | 1 - dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild | 48 ----------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-python/pysdl3/Manifest b/dev-python/pysdl3/Manifest index 6c4379b639..f4072813a2 100644 --- a/dev-python/pysdl3/Manifest +++ b/dev-python/pysdl3/Manifest @@ -1,2 +1 @@ -DIST pysdl3-0.9.8b3.tar.gz 1416965 BLAKE2B d8eed631739051045998f5c0be78ea47f83338077c9024322fb9ac5ed1331b9c6e36dfff02402da0a5d4dd5139627afa2e17b2e239727438b5a291beaa60bf17 SHA512 680153060e479560db0ffb32cb5a76a951f0b784fc1a805999ae7ac03dec3f3e6797f5361b94ec00b87c692a4c6c63ee994f94a98cb73491036574f15145b837 DIST pysdl3-0.9.8b5.tar.gz 1416932 BLAKE2B c8de2c87d77a741e75dfdf10adde2ddedfa161661202bbdcc40440a2cfb9f2dab94ff405a2a9a8eb97c13883620063967c3fdc6bda2ca219b58e1ec6ecab94fb SHA512 7c3471def81967a80da19d5aad69f38b22179889c1303dc609ad44b831945bb583f3ea0c5ef7159e66900810f42863fdaa1f63fe6d7935b438ca1acb9044e540 diff --git a/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild b/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild deleted file mode 100644 index bd4a233888..0000000000 --- a/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A pure Python wrapper for SDL3" -HOMEPAGE=" - https://pypi.org/project/pysdl3/ - https://github.com/Aermoss/PySDL3 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] -" - -RDEPEND=" - media-libs/libsdl3 - ${DEPEND} -" - -src_install() { - distutils-r1_src_install - - cat - > 99pysdl3 <