commit: 390ea3b93af0350ba8d077b55aac0336de918d25 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Mon Jan 20 15:59:06 2025 +0000 Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr> CommitDate: Mon Jan 20 15:59:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=390ea3b9
dev-python/pyrr: treeclean Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> dev-python/pyrr/Manifest | 1 - dev-python/pyrr/metadata.xml | 12 ------------ dev-python/pyrr/pyrr-0.10.3-r1.ebuild | 35 ----------------------------------- profiles/package.mask | 5 ----- 4 files changed, 53 deletions(-) diff --git a/dev-python/pyrr/Manifest b/dev-python/pyrr/Manifest deleted file mode 100644 index 383fae89a..000000000 --- a/dev-python/pyrr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST v0.10.3.gh.tar.gz 66011 BLAKE2B 843cb7199daae203e93567ad90a8f4456d9e940830d8a88bbe3b316900ccd38df996016b40435b55e857364312c5bca55d078f416a24f9badbe9867039fbe662 SHA512 f3f045604e28f4a944ea0528363c233a75413a6039bd11b90eeeafadcaaf0ef44bc1303581f2e78adcfb9a365f719be64a24adf1cec8c5ef1abf5642dea58df4 diff --git a/dev-python/pyrr/metadata.xml b/dev-python/pyrr/metadata.xml deleted file mode 100644 index 16493659e..000000000 --- a/dev-python/pyrr/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>[email protected]</email> - <name>Gasc Henri</name> - </maintainer> - <upstream> - <remote-id type="pypi">pyrr</remote-id> - <remote-id type="github">adamlwgriffiths/pyrr</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyrr/pyrr-0.10.3-r1.ebuild b/dev-python/pyrr/pyrr-0.10.3-r1.ebuild deleted file mode 100644 index 81ac354d5..000000000 --- a/dev-python/pyrr/pyrr-0.10.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023-2024 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="A cross platform utility library for ModernGL" -HOMEPAGE="https://github.com/adamlwgriffiths/pyrr https://pypi.org/project/pyrr/" -SRC_URI="https://github.com/adamlwgriffiths/pyrr/archive/refs/tags/${PV}.tar.gz -> v${PV}.gh.tar.gz" -S="${WORKDIR}/Pyrr-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/multipledispatch[${PYTHON_USEDEP}] - <dev-python/numpy-2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -python_test() { - local EPYTEST_DESELECT="tests/test_matrix44.py::test_matrix44::test_create_perspective_projection_matrix_dtype" - find "${S}/tests" -iname "*.py" -exec sed -i \ - -e 's/np\.float/float/g' \ - -e 's/float32/np\.float32/g' \ - -e 's/np\.int/int/g' \ - -e 's/int16/np\.int16/g' \ - {} \; - epytest "${S}/tests" || die "Tests failed with ${EPYTHON}" -} diff --git a/profiles/package.mask b/profiles/package.mask index 7350ba7c0..1ddcccb54 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -60,11 +60,6 @@ dev-python/pygaljs # Removal on 2025-01-17 sci-physics/openmodelica -# Gasc Henri <[email protected]> (2024-12-05) -# Last release was in 2017, 2 commits in the last 3 years -# Removal on 2025-01-05 -dev-python/pyrr - # Julien Roy <[email protected]> (2024-11-25) # Depends on <sci-libs/opencascade-7.8.0 which was removed from ::gentoo # Removal on 2025-12-17
