mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
@@ -1 +1,2 @@
|
||||
DIST glfw-2.8.0.gh.tar.gz 493375 BLAKE2B 18a4fa7f36005910d02a9247906819184355ea94444335b77a7932926cb6eae55deb582666fc00446d52a188be63cd8ead4c0c42d598bd5e3c984ea02bf40232 SHA512 a02a76608d74764d91fcb2bdaeb2e4ed6c09d05edab4310f1dffa76c64f531194a5575bf3063f03a556ad0d257856e387c8f54db54b36b3cd6091fcf961190ea
|
||||
DIST glfw-2.9.0.gh.tar.gz 493448 BLAKE2B ebc5493730d9ff36282bb570c09db7344a959944c2eb650b665626c3e6d66476d1ace85622f749b71ef225f5fd4ec2e4e07df165ea4b61336e363e5372cd32cc SHA512 f814ba1ad307f72b9b2d051a6887bff9854ab3c11f7217bc3e5cb07e6c0862e79a3464141ce9c4c84b9ba329688b7d62c39dd86128668235941a2b224d949cf1
|
||||
|
||||
20
dev-python/glfw/glfw-2.9.0.ebuild
Normal file
20
dev-python/glfw/glfw-2.9.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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_{11..13} pypy3 )
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user