There is a new pull request by Luciogi against master on the void-packages repository https://github.com/Luciogi/void-packages gpgme https://github.com/void-linux/void-packages/pull/47057 gpgme: package python binding #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-GLIBC) ### Desription: Currently `python3-gpg` exist in void repos, which is not being updating because it fetch src from [PYPI.org](https://pypi.org/project/gpg/). [gpgme](https://www.gnupg.org/) provides python binding in single tarball, so I made new subpackage (gpgme-python3) for `gpgme`. **gpgme-python3** would replace `python3-gpg` ### reverse deps of `python3-gpg` - [ ] alot-0.9.1_7 - [ ] caerbannog-0.3_2 - [ ] torbrowser-launcher-0.3.6_2 ## Help !! - What are changes required for `python3-gpg`'s template? A patch file from https://github.com/void-linux/void-packages/pull/47057.patch is attached