Updated source URL. Building v1.26 (was 1.14)
NOTE:
Python-EFL cannot be built against cython3 as is pointed out in this commit from the git.enlightenment.org repo:
Do not try to build with Cython3
The only way that I was able to successfully build Python-EFL was by uninstalling the cython3 Arch package, and installing the cython0 package from the AUR. I also tried building using the cython-git AUR package, however, this failed to install, complaining of file system conflicts.
Pinned Comments
mpento commented on 2024-11-12 19:42 (UTC)
Updated source URL. Building v1.26 (was 1.14)
NOTE: Python-EFL cannot be built against
cython3as is pointed out in this commit from the git.enlightenment.org repo:Do not try to build with Cython3
The only way that I was able to successfully build Python-EFL was by uninstalling the
cython3Arch package, and installing thecython0package from the AUR. I also tried building using thecython-gitAUR package, however, this failed to install, complaining of file system conflicts.