Search Criteria
Package Details: python-moderngl-git 5.7.4.r47.g1c33db79-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-moderngl-git.git (read-only, click to copy) |
---|---|
Package Base: | python-moderngl-git |
Description: | Modern OpenGL binding for python. |
Upstream URL: | https://github.com/moderngl/moderngl |
Licenses: | MIT |
Submitter: | heitzmann |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 2 |
Popularity: | 0.000003 |
First Submitted: | 2017-07-28 12:04 (UTC) |
Last Updated: | 2023-01-01 12:51 (UTC) |
Dependencies (4)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python-setuptools (make)
Latest Comments
MithicSpirit commented on 2023-01-15 01:53 (UTC)
This should provide and conflict with
python-moderngl
(non-git).fl0r1an commented on 2021-05-27 21:25 (UTC)
I think python-setuptools is missing in the makedepends. I build it in a chroot and it says:
Traceback (most recent call last): File "/build/python-moderngl-git/src/ModernGL/setup.py", line 8, in <module> from setuptools import Extension, setup ModuleNotFoundError: No module named 'setuptools'
I added python-setuptools in the makedepends and it worked.
Kind regards :)