Stéphane Bidoul

Results 199 issues of Stéphane Bidoul

This is a draft PR to illustrate the whole path towards disentangling `--no-binary`. Please do not do detailed code review here, it will be split in individual PRs for review....

Towards #8102 and #11358. This PR does the following: - It deprecates `--install-options`. - It refactors `check_install_build_global` into `check_legacy_setup_py_options` that is called after parsing the requirements from CLI options and...

type: deprecation

This is one of a series of deprecations meant to collect feedback on the ultimate goal of always installing source distributions by first building a wheel and then installing from...

type: deprecation
C: build logic

`--install-options` forces pip to use `setuptools`'s `install` command which is deprecated. So we need to deprecate this pip option. Towards #8102

type: deprecation

This is one of a series of deprecations meant to collect feedback on the ultimate goal of always installing source distributions by first building a wheel and then installing from...

type: deprecation
C: build logic

### What's the problem this feature will solve? Currently we can specify `--install-options` and `--global-options` per requirement in requirement files. These options are on the way to deprecation as they...

type: feature request
C: build logic

This is one of a series of deprecations meant to collect feedback on the ultimate goal of always installing source distributions by first building a wheel and then installing from...

Hi, I'm looking for a mechanism to persist / restore interpreter state. My current approach is to persist `Interpreter._configuration` to database. To restore it I instantiate `Interpreter` wit a restored...

interpreter
code evaluator
feature request
long term

Hi, Running auditwheel repair may generate subtly different versions of the wheel, depending on the exact version of so libraries being included. When looking at the wheel or otherwise running...

enhancement
help wanted

Hi, I'm looking for a way to select specific timesheet lines to invoices. In 11, as far as I could see, we can only invoice delivered quantities for the SO,...

stale