enhance(main/gpgme): build Python bindings #25336
Open
+9
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This was requested by user
@kassiusyoke
in Discord.The subpackage is probably a bit broken at this point.
I just slapped the entire
lib/python${TERMUX_PYTHON_VERSION}
in there.swig
may also only need to be present on the build host, I've put it in theBUILD_DEPENDS
just in case it makes a difference for on-device builds.I'm not sure if the
EGG-INFO
directory oreasy-install.pth
should be part of the subpackage, or if this needs to be repacked in some way, and I'm too tired to wanna find out right now.CC: @robertkirkman @licy183