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
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
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