User Details
- User Since
- Dec 10 2021, 8:51 PM (153 w, 5 d)
- Availability
- Available
Jan 17 2024
Fall back to distutils for old Pythons: setuptools for Python 2.7 does not have setuptools.command.build.build
Jan 16 2024
Remove the changes for m4/ax_python_devel.m4 serial 36 commit to master in the meantime.
The patch didn't make the necessary change to configure.ac which makes a missing Python a non-fatal warning instead of an error.
So what now? You just updated the m4 files in master yourself and I should remove it here? Way to encourage contributions.
Wrong button? Didn't mean to abandon
Jan 6 2024
Also remove deprecated setup.py calls, use PEP517 style instead.
forgot the setup.py.in
- After two years, bump from serial 23 to 36
- Remove more distutils usage
Jun 29 2022
I think it's worth noting that this is not restricted to encrypted e-mails but signed-only e-mails also.
Dec 24 2021
The new revision uses the python.m4 version from automake 1.16.5 and keeps Werner's modifications with the 4th parameter.
See also https://dev.gnupg.org/T3354 and https://dev.gnupg.org/rMff6ff616aea6f59b7f2ce1176492850ecdf3851e
I am not sure if you assumption about the intention is correct. After all, the openSUSE rpm build does use it for creating binding packages for all available python3 versions. If you remove the functionality to find all available versions ("flavors" in the openSUSE rpm packager lingo), the RPM build would need to introduce separate calls of configure and make.
Dec 23 2021
Format sys.version_info[:2] instead of cutting it from sys.version[:3]
as Python versions >= 3.10 have more than 3 characters for their version
string. Bump minimum Python version to 2.1 because the new
ax_python_devel specifies this.