summaryrefslogtreecommitdiff
path: root/dev-python/glfw
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/glfw
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/glfw')
-rw-r--r--dev-python/glfw/Manifest1
-rw-r--r--dev-python/glfw/glfw-2.10.0.ebuild20
-rw-r--r--dev-python/glfw/metadata.xml12
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/glfw/Manifest b/dev-python/glfw/Manifest
deleted file mode 100644
index f50476d980df..000000000000
--- a/dev-python/glfw/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST glfw-2.10.0.gh.tar.gz 498949 BLAKE2B 440509e0cfc8d62e6f10c3704d77a69ca64feb51ac2936a0176ba094eb724b9ee1b830cc6678824a8838e8301e497d69346b8f187c34aa787aa84b6dc492e9c8 SHA512 a1b494e8bcdbc6b914a34b82b3fd78477715a921e9f13819eaa314607bec0969c9f3d2e2d5b8b99caa1ab143a884ceefe8cfe09dedcae580d99d0ac58e8471eb
diff --git a/dev-python/glfw/glfw-2.10.0.ebuild b/dev-python/glfw/glfw-2.10.0.ebuild
deleted file mode 100644
index 2302b2669574..000000000000
--- a/dev-python/glfw/glfw-2.10.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-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
deleted file mode 100644
index f39c42deb9df..000000000000
--- a/dev-python/glfw/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gasc@eurecom.fr</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">glfw</remote-id>
- <remote-id type="github">FlorianRhiem/pyGLFW</remote-id>
- </upstream>
-</pkgmetadata>