Search Criteria
Package Details: python-moderngl-git 5.11.1.r0.g11d3e2ea-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 |
Conflicts: | python-moderngl |
Submitter: | heitzmann |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-28 12:04 (UTC) |
Last Updated: | 2024-08-18 19:35 (UTC) |
Dependencies (8)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-virtualenv (check)
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 :)