Package Details: python-pyglm 2.7.3-1

Git Clone URL: https://aur.archlinux.org/python-pyglm.git (read-only, click to copy)
Package Base: python-pyglm
Description: OpenGL Mathematics library for Python
Upstream URL: https://github.com/Zuzu-Typ/PyGLM
Licenses: zlib
Submitter: ahmubashshir
Maintainer: ahmubashshir
Last Packager: ahmubashshir
Votes: 2
Popularity: 0.000000
First Submitted: 2021-09-03 15:22 (UTC)
Last Updated: 2024-10-28 05:17 (UTC)

Dependencies (3)

Required by (2)

Sources (3)

Latest Comments

xiota commented on 2024-11-16 20:16 (UTC) (edited on 2024-12-24 05:12 (UTC) by xiota)

Re: Does anyone know how to fix this?

  1. Open issue upstream to notify developer that referenced commit is missing from the repo.

  2. Remove glm submodule from source array. Update in prepare() with git submodule update --init glm

ahmubashshir commented on 2024-11-16 08:13 (UTC)

that specific commit was removed from upstream

fbc534be6

Does anyone know how to fix this?

TotoShampoin commented on 2024-10-30 07:18 (UTC) (edited on 2024-10-30 07:19 (UTC) by TotoShampoin)

It errors, outputting this:
fatal: Fetched in submodule path 'glm', but it did not contain fbc534be62f8c785db989f8ae7526edf6d0dc306. Direct fetching of that commit failed.

Any clue what that might be?

saltedcoffii commented on 2022-12-01 14:55 (UTC)

PyGLM 2.6.0 fails to build. This fatal error happens during the build step:

Traceback (most recent call last):
  File "/tmp/makepkg/python-pyglm/src/PyGLM-2.6.0/setup.py", line 33, in <module>
    shutil.copy2("pyglm-typing/src/glm_typing/__init__.py", "glm-stubs/glm_typing.py")
  File "/usr/lib/python3.10/shutil.py", line 434, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'pyglm-typing/src/glm_typing/__init__.py'