Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-sys: add configure option to disable installation of Python module #318

Merged
merged 1 commit into from Sep 14, 2020

Conversation

diabonas
Copy link
Contributor

@diabonas diabonas commented Sep 3, 2020

Distributions often have their own guidelines regarding installation of Python modules (e.g. Arch Linux mandates using --optimize=1 for setup.py install, which the Makefile in this project does not do). Add an option --disable-python-installation (disabled by default) to allow skipping the Python installation process entirely so that distributions can take care of this process manually in their preferred way.

@coveralls
Copy link

coveralls commented Sep 3, 2020

Pull Request Test Coverage Report for Build 2590

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 73.66%

Totals Coverage Status
Change from base Build 2588: 0.0%
Covered Lines: 3725
Relevant Lines: 5057

💛 - Coveralls

@stefanberger
Copy link
Owner

I would merge this patch in after #319. I suppose the order on the master branch doesn't matter to you. Maybe that you would like this patch applied to a stable-0.4 branch?

Distributions often have their own guidelines regarding installation of Python
modules (e.g. Arch Linux mandates using --optimize=1 for setup.py install,
which the Makefile in this project does not do). Add an option
"--disable-python-installation" (disabled by default) to allow skipping the
Python installation process entirely so that distributions can take care of
this process manually in their preferred way.

Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
@diabonas
Copy link
Contributor Author

I would merge this patch in after #319. I suppose the order on the master branch doesn't matter to you.

Sure, I rebased the PR onto the current master.

Maybe that you would like this patch applied to a stable-0.4 branch?

That would make things easier for me in case there is another 0.4.x release, thanks!

@stefanberger stefanberger merged commit 3dafa38 into stefanberger:master Sep 14, 2020
@stefanberger
Copy link
Owner

Thanks.

@diabonas diabonas deleted the skip-python-installation branch September 14, 2020 19:44
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.

None yet

3 participants