Search Criteria
Package Details: python-moderngl-window 3.1.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-moderngl-window.git (read-only, click to copy) |
|---|---|
| Package Base: | python-moderngl-window |
| Description: | A utility library for ModernGL making window creation and resource loading simple. |
| Upstream URL: | https://github.com/moderngl/moderngl-window |
| Licenses: | MIT |
| Submitter: | groctel |
| Maintainer: | groctel |
| Last Packager: | groctel |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-04 21:17 (UTC) |
| Last Updated: | 2026-05-29 18:08 (UTC) |
Dependencies (16)
- python-modernglAUR
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-pygletAUR (python-pyglet1AUR, python-pyglet-gitAUR)
- python-pyglmAUR
- python-pyrrAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pywavefrontAUR (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR) (check)
- python-trimesh (check)
- python-virtualenv (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR, xlibre-server-xvfb-binAUR, xlibre-xserver-xvfb-betaAUR, xlibre-xserver-xvfb-legacyabiAUR, xlibre-xserver-xvfbAUR) (check)
Latest Comments
« First ‹ Previous 1 2 3
Cryen commented on 2022-12-13 03:21 (UTC)
Additionally,
manim(the Community Edition) also works with non-gitpython-modernglbut thepython-pygletpackage cannot be updated to version 2 while it worked onpython-manimglCryen commented on 2022-12-13 01:08 (UTC) (edited on 2022-12-13 01:08 (UTC) by Cryen)
This package breaks the dependencies for
python-manimgl. I had to install thepython-modernglfirst nad then this package but without apython-moderngl-gitdependency.It works after that but it's still inconvenient.
groctel commented on 2022-05-08 14:52 (UTC)
Hi @Rubo. I added a comment on python-moderngl but I'm also responding here so that people can follow the conversation. python-moderngl fails to build in my CI because python-setuptools is missing as a makedependency: https://github.com/Groctel/pkgbuilds/runs/6341573706?check_suite_focus=true#step:4:207
Please add it so that I can test this package without the git version :)
Rubo commented on 2022-04-17 16:57 (UTC)
Hi, I have uploaded a PKGBUILD for python-moderngl. Is python-moderngl-git still necessary for python-moderngl-window? The package builds fine with the non-Git version.
groctel commented on 2021-05-28 12:37 (UTC)
Thank you @fl0r1an! I've updated the dependencies :)
fl0r1an commented on 2021-05-27 21:39 (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-window/src/moderngl-window-2.3.0/setup.py", line 1, in <module> from setuptools import setup, find_namespace_packages ModuleNotFoundError: No module named 'setuptools'
I added python-setuptools as makedepends and it worked.
Kind regards :)
« First ‹ Previous 1 2 3