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 0DB3B158089 for ; Tue, 5 Sep 2023 13:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A182BC040; Tue, 5 Sep 2023 13:22:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 377932BC040 for ; Tue, 5 Sep 2023 13:22:36 +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 4FB78335D16 for ; Tue, 5 Sep 2023 13:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6570C1135 for ; Tue, 5 Sep 2023 13:22:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1693843497.871f9140d0638b84d4136aa4746780c40667f3b5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glfw/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glfw/Manifest dev-python/glfw/glfw-2.6.2.ebuild dev-python/glfw/metadata.xml X-VCS-Directories: dev-python/glfw/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 871f9140d0638b84d4136aa4746780c40667f3b5 X-VCS-Branch: master Date: Tue, 5 Sep 2023 13:22:32 +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: 180e6569-cd8b-4435-aefc-12bd2cb0cd45 X-Archives-Hash: 807f2bb126783a03785c26d3b173a509 commit: 871f9140d0638b84d4136aa4746780c40667f3b5 Author: Henri Gasc eurecom fr> AuthorDate: Mon Sep 4 16:04:57 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 4 16:04:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=871f9140 dev-python/glfw: new package, add 2.6.2 Signed-off-by: Henri Gasc eurecom.fr> dev-python/glfw/Manifest | 1 + dev-python/glfw/glfw-2.6.2.ebuild | 20 ++++++++++++++++++++ dev-python/glfw/metadata.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/glfw/Manifest b/dev-python/glfw/Manifest new file mode 100644 index 0000000000..34eae19a2f --- /dev/null +++ b/dev-python/glfw/Manifest @@ -0,0 +1 @@ +DIST glfw-2.6.2.gh.tar.gz 849915 BLAKE2B 04cd5346b3d4e52307fdb601ca71557e34d58f2e852c6ce69f88daa9cbfcd7def3321bfc5e9208d9b0d1cd31a24ded06fa8045ac7974e84ca3d6394cc2f2731c SHA512 e91d6682f5a849586686db53f009706a954e53b377704c1194705ec705c664d2e1bc1d7e85a719f36dfdc77a63bc303dc915526bf75fc812025e1667d20ff3da diff --git a/dev-python/glfw/glfw-2.6.2.ebuild b/dev-python/glfw/glfw-2.6.2.ebuild new file mode 100644 index 0000000000..4929ee9dca --- /dev/null +++ b/dev-python/glfw/glfw-2.6.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for GLFW" +HOMEPAGE="https://github.com/FlorianRhiem/pyGLFW https://pypi.org/project/glfw" +SRC_URI="https://github.com/FlorianRhiem/pyGLFW/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/pyGLFW-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="media-libs/glfw" diff --git a/dev-python/glfw/metadata.xml b/dev-python/glfw/metadata.xml new file mode 100644 index 0000000000..f39c42deb9 --- /dev/null +++ b/dev-python/glfw/metadata.xml @@ -0,0 +1,12 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + glfw + FlorianRhiem/pyGLFW + +