python-poppler now uses meson-python #356
Replies: 4 comments 5 replies
-
Thanks for sharing @cbrunet! That looks pretty clean indeed. |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing. I see a few anti-patterns in the Meson build definition. I'll send a PR when I find a minute. |
Beta Was this translation helpful? Give feedback.
-
Wow, it's great to see how open-source projects like python-poppler continue to evolve and improve over time! |
Beta Was this translation helpful? Give feedback.
-
That's great to hear! Switching to meson can certainly make the build process more efficient. And thanks for sharing your project as an example, it's always helpful to have more resources available for building Python modules using pybind11 and meson. And using tox for running tests is also a good practice. Well done! |
Beta Was this translation helpful? Give feedback.
-
Just to let you know I switched from cmake to meson to build python-poppler.
This simple project can be a good example how to build a python module using pybind11 and meson.
It also show integration with tox to run tests.
Beta Was this translation helpful? Give feedback.
All reactions