Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
Hi Vincent Thank you In fact one of my friend had already modify the Pkgfile of python-packaging like this makedepends=(python-flit-core) description="Core utilities for Python packages in python 3" url="https://github.com/pypa/packaging"; packager="Grat-OS Team" maintainer="rems" name=python-p

Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
Hi Vincent Thank you In fact one of my friend had already modify the Pkgfile of python-packaging like this makedepends=(python-flit-core) description="Core utilities for Python packages in python 3" url="https://github.com/pypa/packaging"; packager="Grat-OS Team" maintainer="rems" name=python-p

Re: [e-users] python-efl build error

2023-07-20 Thread Vincent Torri
On Thu, Jul 20, 2023 at 4:18 PM daniel antoine wrote: > > Finally I have succeeded to compile python-elf by lowering the version > of python-packaging from 23.1 to 21.3. The version 21.3 has a setup.py > file. Since the version 22.0 python-packaging can only be compiled > with pip3 (no setup.py fi

Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
Finally I have succeeded to compile python-elf by lowering the version of python-packaging from 23.1 to 21.3. The version 21.3 has a setup.py file. Since the version 22.0 python-packaging can only be compiled with pip3 (no setup.py file) I suppose there is an incompatibility for python -efl to be c