diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyglm | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyglm')
| -rw-r--r-- | dev-python/pyglm/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyglm/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pyglm/pyglm-2.8.3.ebuild | 41 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/pyglm/Manifest b/dev-python/pyglm/Manifest deleted file mode 100644 index 9c20dc6c944d..000000000000 --- a/dev-python/pyglm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pyglm-2.8.3-glm.gh.tar.gz 293158 BLAKE2B fca1a7d971aed95c3e78edae5542436cbe49b6f5f2adea526a21efb7f30843d553e858375c1afbf5e66362d8fc7c12586b8d14e247b69bf6a31b33172d2ba2ad SHA512 2261bbe1ea8dd2f573842ec809e5343ff703a72c9975e83f0da709188f8ff16ac6ee014217430dac8057420787519e53b36b743bd847355de064612cc36da0c0 -DIST pyglm-2.8.3.gh.tar.gz 792640 BLAKE2B c5d21ca681330f0173660c7637d44ed3ed8c950d382c6121a0a87d28eb6d61a26dd9aeea391636b6767bc717350f0890d91ff3bfa8226581d72134f45b520663 SHA512 2a913ccccb67bc50195f55e1594fc62f545f9240c84630f7398bd0045876be9a52d39d56b874d6a57014f0ef12594fa982d3044ccb6f7aa384b75a45582a5842 diff --git a/dev-python/pyglm/metadata.xml b/dev-python/pyglm/metadata.xml deleted file mode 100644 index df8637013815..000000000000 --- a/dev-python/pyglm/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">PyGLM</remote-id> - <remote-id type="github">Zuzu-Typ/PyGLM</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pyglm/pyglm-2.8.3.ebuild b/dev-python/pyglm/pyglm-2.8.3.ebuild deleted file mode 100644 index d30171a3f6a1..000000000000 --- a/dev-python/pyglm/pyglm-2.8.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -HASH="58e0db58cc860c0c6f7f6ee3a462e17a431646a4" -DESCRIPTION="Fast OpenGL Mathematics (GLM) for Python" -HOMEPAGE="https://github.com/Zuzu-Typ/PyGLM https://pypi.org/project/PyGLM" -SRC_URI=" - https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/Zuzu-Typ/glm/archive/${HASH}.tar.gz -> ${P}-glm.gh.tar.gz -" -S="${WORKDIR}/PyGLM-${PV}" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64" -DOCS+=( wiki ) - -RDEPEND=" - media-libs/glm - test? ( dev-python/numpy[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -src_prepare() { - default - mv "${WORKDIR}/glm-${HASH}"/* "${S}/PyGLM_lib/glm" || die "Could not move the glm source" -} - -python_test() { - rm -rf "${S}/pyglm" "${S}/glm" || die "Could not remove the source directory" - epytest -} |
