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

Update docs regarding building dulwich without c bindings #1180

Merged
merged 1 commit into from May 23, 2023

Conversation

aplaice
Copy link
Contributor

@aplaice aplaice commented May 23, 2023

See: #1093.

Currently, both --global-option=--pure and --build-option=--pure work (when set in --config-settings). However, using --global-option in this way is considered deprecated:

https://setuptools.pypa.io/en/latest/history.html#id139
pypa/setuptools#3380

--no-binary dulwich is needed to prevent pip installing the pre-built wheel from pypi.org.

(Unlike when this was discussed in the issue, setting config-settings in requirements.txt now works.)


Thanks again for the very useful python library (and sorry for bothering you about annoying python packaging), but hopefully this will save somebody time in the future.

See: jelmer#1093.

Currently, both --global-option=--pure and --build-option=--pure
work (when set in --config-settings).  However, using --global-option
in this way is considered deprecated:

https://setuptools.pypa.io/en/latest/history.html#id139

pypa/setuptools#3380

--no-binary is needed to prevent pip installing the pre-built wheels
from pypi.org.
@jelmer jelmer merged commit 38bd642 into jelmer:master May 23, 2023
16 checks passed
@aplaice aplaice deleted the docs-no-c branch May 23, 2023 17:18
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

2 participants