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: | 2025-04-01 16:35 (UTC) |
Dependencies (15)
- python-modernglAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-pygletAUR (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-mklAUR, python-scipy-mkl-tbbAUR) (check)
- python-trimeshAUR (check)
- python-virtualenv (check)
Latest Comments
« First ‹ Previous 1 2
Cryen commented on 2022-12-13 03:21 (UTC)
Additionally,
manim
(the Community Edition) also works with non-gitpython-moderngl
but thepython-pyglet
package cannot be updated to version 2 while it worked onpython-manimgl
Cryen 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-moderngl
first nad then this package but without apython-moderngl-git
dependency.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