Skip to content

Conversation

@chu11
Copy link
Member

@chu11 chu11 commented Mar 6, 2025

Problem: The python extensions code in genders.spec.in supports building python2, python3, or both. However, there are errors when trying to build only python3 with debug packages. This is due to an error when moving between different directories.

Re-work python extension build in genders.spec.in to logically handle python2, python3, or python2&3 builds without switching directories as much.

chu11 added 3 commits March 6, 2025 14:07
Remove some trailing whitespace lingering in genders.spec.in.
Problem: The spec file supports building an rpm "--with" the
options "python2" or "python3", but does not support the
"--without" option for them.

Allow --without python2 or --without python3.
Problem: The python extensions code in genders.spec.in supports building
python2, python3, or both.  However, there are errors when trying to
build only python3 with debug packages.  This is due to an error
when moving between different directories.

Re-work python extension build in genders.spec.in to logically handle
python2, python3, or python2&3 builds without switching directories as much.

Fixes chaos#92
@chu11 chu11 merged commit 54a0e39 into chaos:master Mar 6, 2025
1 check passed
@chu11 chu11 deleted the genders_spec branch March 6, 2025 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant