From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/moderngl/Manifest | 1 - dev-python/moderngl/metadata.xml | 14 -------- dev-python/moderngl/moderngl-5.12.0-r1.ebuild | 52 --------------------------- 3 files changed, 67 deletions(-) delete mode 100644 dev-python/moderngl/Manifest delete mode 100644 dev-python/moderngl/metadata.xml delete mode 100644 dev-python/moderngl/moderngl-5.12.0-r1.ebuild (limited to 'dev-python/moderngl') diff --git a/dev-python/moderngl/Manifest b/dev-python/moderngl/Manifest deleted file mode 100644 index b522c5045478..000000000000 --- a/dev-python/moderngl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST moderngl-5.12.0.gh.tar.gz 1914450 BLAKE2B 79a5e6eec0d90e64f0c74ed35fc73957fc0a3488c2e831f55ebba41582330f84d104cfb29e051cc0333248d1e66649934432494b505d03765d2f86806e45e259 SHA512 9a958a0b93807b7255b4ab5f3f496f2241a4747bbb2112067d9c18f5e855d7d43f405f361c158ceb0512e0a251932c420f836261bb46b6ef5ce5d8aa5220fad5 diff --git a/dev-python/moderngl/metadata.xml b/dev-python/moderngl/metadata.xml deleted file mode 100644 index 03c7c6ce16e1..000000000000 --- a/dev-python/moderngl/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - gasc@eurecom.fr - Gasc Henri - - - moderngl - moderngl/moderngl - https://moderngl.readthedocs.io/ - https://github.com/moderngl/moderngl/issues/ - - diff --git a/dev-python/moderngl/moderngl-5.12.0-r1.ebuild b/dev-python/moderngl/moderngl-5.12.0-r1.ebuild deleted file mode 100644 index e15fec16a710..000000000000 --- a/dev-python/moderngl/moderngl-5.12.0-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="sphinx" -DOCS_DIR="docs" -DOCS_DEPEND=" - dev-python/furo - dev-python/sphinx-copybutton -" - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 virtualx docs - -DESCRIPTION="Modern OpenGL binding for python" -HOMEPAGE="https://github.com/moderngl/moderngl https://pypi.org/project/moderngl" -SRC_URI="https://github.com/moderngl/moderngl/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" -# All tests fails because they cannot access the video card -# see https://forums.gentoo.org/viewtopic.php?p=8843999 -RESTRICT="test" - -BDPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/pycodestyle[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - media-libs/libglvnd[X] - >=dev-python/glcontext-3.0.0[${PYTHON_USEDEP}] -" - -EPYTEST_DESELECT=( - # Make sure we are not using the system-wide install - "tests/test_local.py" -) -distutils_enable_tests pytest -src_test() { - rm -rf "${S}/${PN}" - virtx distutils-r1_src_test -} -- cgit v1.3