[Wheel-builders] Packaging a library that uses PyGObject?
Daniel Alley
dalley at redhat.com
Sun Feb 23 19:30:33 EST 2020
I would like to package this library as a pre-built Python wheel:
https://github.com/fedora-modularity/libmodulemd
This library uses PyGObject, so importing it looks like this:
> import gi
> gi.require_version("Modulemd", "2.0")from gi.repository import Modulemd
>
> I can't find any examples of this, nor any documentation, nor discussion
about it. It seems like it would be, at minimum, a bit more complicated
than libraries based on normal bindings. Is this possible, and are there
any special requirements that are needed to do so?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/wheel-builders/attachments/20200223/eaefd206/attachment.html>
More information about the Wheel-builders
mailing list