Skip to content

Commit d35d4fe

Browse files
committed
Only use PyPI for downloads
This is much faster Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent ff348f5 commit d35d4fe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
5454

5555
################################
5656
# Thirdparty package locations and index handling
57-
# Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
57+
# Find packages from the local thirdparty directory
5858
if [ -d "$CFG_ROOT_DIR/thirdparty" ]; then
5959
PIP_EXTRA_ARGS="--find-links $CFG_ROOT_DIR/thirdparty"
6060
fi
61-
PIP_EXTRA_ARGS="$PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6261

6362

6463
################################

configure.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
5252

5353
@rem ################################
5454
@rem # Thirdparty package locations and index handling
55-
@rem # Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
55+
@rem # Find packages from the local thirdparty directory
5656
if exist "%CFG_ROOT_DIR%\thirdparty" (
5757
set PIP_EXTRA_ARGS=--find-links "%CFG_ROOT_DIR%\thirdparty"
5858
)
59-
set "PIP_EXTRA_ARGS=%PIP_EXTRA_ARGS% --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6059

6160

6261
@rem ################################
@@ -69,7 +68,6 @@ if not defined CFG_QUIET (
6968
@rem ################################
7069
@rem # Main command line entry point
7170
set "CFG_REQUIREMENTS=%REQUIREMENTS%"
72-
set "NO_INDEX=--no-index"
7371

7472
:again
7573
if not "%1" == "" (

0 commit comments

Comments
 (0)