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 f37fa352dc336d9fbf6c63da3754ba1662757970
Author: Dave Andreoli <[email protected]>
AuthorDate: Sat Aug 30 12:29:39 2025 +0200

    fix api_coverage script
---
 CODING          |  2 --
 api_coverage.py | 16 ++++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/CODING b/CODING
index ef985c3..a54aa74 100644
--- a/CODING
+++ b/CODING
@@ -7,8 +7,6 @@ TODO
   - see https://github.com/pypa/manylinux
   - also include efl itsef in the wheels? PySide is doing this
 
-* Drop python 2 compatibility
-  - Switch to cython3
   - remove all the workarounds for py2 (see strings and enums)
 
 * Improved editors support, at least on VSCode and PyCharm
diff --git a/api_coverage.py b/api_coverage.py
index d172e70..618e096 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -51,14 +51,14 @@ py_exclude_list = [
 py_excludes = "|".join(py_exclude_list)
 
 params = {
-    "eo": ("include", "Eo", "eo"),
-    "evas": ("include", "Evas", "evas"),
-    "ecore": ("efl/ecore", "Ecore", "ecore"),
-    "ecore-file": ("efl/ecore", "Ecore_File", "ecore_file"),
-    "ecore-x": ("efl/ecore", "Ecore_X", "ecore_x"),
-    "edje": ("include", "Edje", "edje"),
-    "emotion": ("include", "Emotion", "emotion"),
-    "elementary": ("efl/elementary", "Elementary", "elm"),
+    "eo": ("src/include/efl", "Eo", "eo"),
+    "evas": ("src/include/efl", "Evas", "evas"),
+    "ecore": ("src/include/efl", "Ecore", "ecore"),
+    "ecore-file": ("src/include/efl", "Ecore_File", "ecore_file"),
+    "ecore-x": ("src/include/efl", "Ecore_X", "ecore_x"),
+    "edje": ("src/include/efl", "Edje", "edje"),
+    "emotion": ("src/include/efl", "Emotion", "emotion"),
+    "elementary": ("src/efl/elementary", "Elementary", "elm"),
 }
 
 parser = argparse.ArgumentParser(

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to