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

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

2023-07-19 Thread daniel antoine
Hi I have tried to compile python-efl with pip3 but i have the same problem. python-packaging is present in the build file ===> name: python-efl ===> version: 1.26.0 ===> release: 1 ===> Building starting... + prepare + git clone https://git.enlightenment.org/enlightenment/python-ef

[e-users] python-efl build error

2023-07-18 Thread daniel antoine
Hi I have python version 3.9.17 and when I try to compile python-efl I have this error ===> name: python-efl ===> version: 1.26.0 ===> release: 1 ===> Building starting... + prepare + git clone https://git.enlightenment.org/enlightenment/python-efl python-efl-1.26.0 Cloning into 'py