Re: Prevent pip from breaking the system by adopting PEP 668

2023-05-18 Thread Lone_Wolf
On 18-05-2023 13:48, Genes Lists wrote: On 5/18/23 06:26, Lone_Wolf wrote: On 17-05-2023 18:31, Genes Lists wrote:  have several packages where in the install section of PKGBUILD it does something like:   pipopts="--isolated --ignore-installed --no-deps"   pip $pipopts install --root=$pkgdir

Re: Prevent pip from breaking the system by adopting PEP 668

2023-05-18 Thread Genes Lists
On 5/18/23 06:26, Lone_Wolf wrote: On 17-05-2023 18:31, Genes Lists wrote:  have several packages where in the install section of PKGBUILD it does something like:   pipopts="--isolated --ignore-installed --no-deps"   pip $pipopts install --root=$pkgdir dist/*.whl Those packages are NOT foll

Re: Prevent pip from breaking the system by adopting PEP 668

2023-05-18 Thread Lone_Wolf
On 17-05-2023 18:31, Genes Lists wrote:  have several packages where in the install section of PKGBUILD it does something like:   pipopts="--isolated --ignore-installed --no-deps"   pip $pipopts install --root=$pkgdir dist/*.whl Those packages are NOT following the python package guidelines