diff --git a/dev-python/glfw/Manifest b/dev-python/glfw/Manifest index 706f82c081..f50476d980 100644 --- a/dev-python/glfw/Manifest +++ b/dev-python/glfw/Manifest @@ -1,2 +1 @@ -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 +DIST glfw-2.10.0.gh.tar.gz 498949 BLAKE2B 440509e0cfc8d62e6f10c3704d77a69ca64feb51ac2936a0176ba094eb724b9ee1b830cc6678824a8838e8301e497d69346b8f187c34aa787aa84b6dc492e9c8 SHA512 a1b494e8bcdbc6b914a34b82b3fd78477715a921e9f13819eaa314607bec0969c9f3d2e2d5b8b99caa1ab143a884ceefe8cfe09dedcae580d99d0ac58e8471eb diff --git a/dev-python/glfw/glfw-2.9.0.ebuild b/dev-python/glfw/glfw-2.10.0.ebuild similarity index 92% rename from dev-python/glfw/glfw-2.9.0.ebuild rename to dev-python/glfw/glfw-2.10.0.ebuild index b8c84258ed..59158268f1 100644 --- a/dev-python/glfw/glfw-2.9.0.ebuild +++ b/dev-python/glfw/glfw-2.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} pypy3 ) inherit distutils-r1 diff --git a/dev-python/glfw/glfw-2.8.0.ebuild b/dev-python/glfw/glfw-2.8.0.ebuild deleted file mode 100644 index 129937abc8..0000000000 --- a/dev-python/glfw/glfw-2.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) - -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"