Re: [e-users] python-efl compile error with project pyproject.toml

2025-09-03 Thread daniel antoine
Hi Davide I have tried another way and it works too makedepends=(cython dbus-python efl git libsndfile pulseaudio python-packaging python-setuptools python-wheel) description="python 3 bindings for the Enlightenment Foundation Libraries" url="http://www.enlightenment.org"; packager="Grat-OS Te

Re: [e-users] python-efl compile error with project pyproject.toml

2025-09-01 Thread Davide Andreoli via enlightenment-users
domenica 31 agosto 2025 08:40, daniel antoine ha scritto: > > > Hi Davide > > How I have missed that ? I have this command on the top linet, It > works now with --root=$PKG. Maybe you must add this in the README. I > suppose the binary files were empty without this command.. econnman > wo

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Davide How I have missed that ? I have this command on the top linet, It works now with --root=$PKG. Maybe you must add this in the README. I suppose the binary files were empty without this command.. econnman works now. The log + prepare + git clone https://git.enlightenment.org/enlightenmen

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread Davide Andreoli via enlightenment-users
Hi Daniel, I completed right now the build system revamp, you should now be able to build and install the latest git using modern python packaging: $ python -m build (then install the whl file generated in dist) or directly using pip: $ python -m pip install . --verbose I think the latter is

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread Davide Andreoli via enlightenment-users
sabato 30 agosto 2025 21:26, daniel antoine ha scritto: > > > Hi Dave > > In my recipe I am obliged to add sed -e "s@license@# license@" -i > pyproject.toml to remove license and license-files in the > pyproject.toml file or it cause an license.project error > > may be it's a question of

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Dave In my recipe I am obliged to add sed -e "s@license@# license@" -i pyproject.toml to remove license and license-files in the pyproject.toml file or it cause an license.project error may be it's a question of version of python I have the version 3.12.7 I have compiled python-efl with pytho

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Davide by removing license and license-files in pyproject.toml it works during the compilation from the git repository it adds during the compilation adding license file 'COPYING' adding license file 'COPYING.LESSER' adding license file 'AUTHORS' my receipt makedepends=(cython dbus-python ef

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi David I always get the same error about project.license when I compile from source by python setup.py or pip ===> name: python-efl ===> version: 1.26.1 ===> release: 10 ===> WARNING: python-efl1755521615x86_64.cards.tar.xz already exist ===> WARNING: python-efl.sources17555

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-20 Thread daniel antoine
Hi Davide I have tried to compile to the last commits with setup.py and pip and I get the same error about project. license HEAD is now at 11623c1 Modernize build: Uninstall is no more + build + cd python-efl-1.26.1 + pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir /tmp/work/src/

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-19 Thread daniel antoine
Hi Davide my receipt for python-efl makedepends=(cython dbus-python efl git libsndfile pulseaudio python-packaging python-setuptools) description="python 3 bindings for the Enlightenment Foundation Libraries" url="http://www.enlightenment.org"; packager="Grat-OS Team" maintainer="Dania" name=py

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-19 Thread Davide Andreoli via enlightenment-users
lunedì 18 agosto 2025 15:16, daniel antoine ha scritto: > > > Hi Dave > > I try to compile python-efl with the last commit 701c912a7b but I > ranil an error at [16/16] Cythonizing efl/utils/logger.pyx > > I get > > [16/16] Cythonizing efl/utils/logger.pyx > warning: efl/utils/logger.pyx

[e-users] python-efl compile error with project pyproject.toml

2025-08-18 Thread daniel antoine
Hi Dave I try to compile python-efl with the last commit 701c912a7b but I ranil an error at [16/16] Cythonizing efl/utils/logger.pyx I get [16/16] Cythonizing efl/utils/logger.pyx warning: efl/utils/logger.pyx:1:0: Dotted filenames ('efl.utils.logger.pxd') are deprecated. Please use the normal