commit: 871f9140d0638b84d4136aa4746780c40667f3b5
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Sep 4 16:04:57 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
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 <gasc <AT> 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 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Gasc Henri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">glfw</remote-id>
+ <remote-id type="github">FlorianRhiem/pyGLFW</remote-id>
+ </upstream>
+</pkgmetadata>