This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository python-efl.
View the commit online.
commit 349c851f707fdc4ad43f5326037a588eb9614fc8
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Sun Aug 31 10:04:02 2025 +0200
Note for building distro packages
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 41dba7d..83c50af 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,12 @@ NOTE: due to cython+gcc behaviour we highly suggest to build python-efl using cl
CC=clang python -m build
```
+If you are building distro packages you will probably need something like this:
+```
+python -m build --wheel --no-isolation
+python -m installer --destdir="${pkgdir}" dist/*.whl
+```
+
To see more install options:
```
python -m pip install --help
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.