Skip to content

Commit 4a91470

Browse files
committed
Removed find-links in global section for pip config.
The option is deprecating. DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at pypa/pip#9069.
1 parent d6eb402 commit 4a91470

10 files changed

+0
-10
lines changed

python/pip-avx-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-avx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-avx2-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx2 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-avx2.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx2 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-avx512-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx512 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx2 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-avx512.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx512 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx2 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-generic-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip-sse3-gentoo.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

python/pip.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[global]
2-
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
32
disable-pip-version-check = true
43

54
[wheel]

0 commit comments

Comments
 (0)