python-poppler now uses meson-python #356
cbrunet
started this conversation in
Show and tell
Replies: 4 comments 5 replies
|
Thanks for sharing @cbrunet! That looks pretty clean indeed. |
0 replies
|
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. |
5 replies
|
Wow, it's great to see how open-source projects like python-poppler continue to evolve and improve over time! |
0 replies
|
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! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions