File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 151151# Requirement arguments passed to pip and used by default or with --dev.
152152REQUIREMENTS=" --no-build-isolation --editable $BASE --constraint requirements.txt --constraint requirements-linux.txt"
153153DEV_REQUIREMENTS=" --no-build-isolation --editable $BASE_DEV --constraint requirements.txt --constraint requirements-linux.txt --constraint requirements-dev.txt"
154- PROD_REQUIREMENTS=" --no-build-isolation scancode_toolkit*.whl licensedcode_index*.whl "
154+ PROD_REQUIREMENTS=" --no-build-isolation scancode_toolkit*.whl"
155155FLOT_REQUIREMENTS=" etc/thirdparty/flot*.whl"
156156
157157# where we create a virtualenv
Original file line number Diff line number Diff line change 2828@ rem # Requirement arguments passed to pip and used by default or with --dev.
2929set " REQUIREMENTS = --no-build-isolation --editable . --constraint requirements.txt"
3030set " DEV_REQUIREMENTS = --no-build-isolation --editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
31- set " PROD_REQUIREMENTS = --no-build-isolation scancode_toolkit*.whl licensedcode_index*.whl "
32- set " FLOT_REQUIREMENTS = etc/thirdparty/flot*. whl"
31+ set " PROD_REQUIREMENTS = --no-build-isolation scancode_toolkit*.whl"
32+ set " FLOT_REQUIREMENTS = etc/thirdparty/flot-0.7.3-py3-none-any. whl.ABOUT "
3333
3434@ rem # where we create a virtualenv
3535set " VIRTUALENV_DIR = venv"
Original file line number Diff line number Diff line change @@ -72,13 +72,16 @@ venv/bin/flot --pyproject pyproject-licensedcode-index.toml --wheel
7272
7373cp -r \
7474 dist/scancode_* .whl \
75- dist/licensedcode_index* .whl \
7675 scancode extractcode configure \
7776 * .rst \
7877 samples \
7978 * NOTICE * LICENSE * ABOUT \
8079 $release_dir
8180
81+ cp -r \
82+ dist/licensedcode_index* .whl \
83+ $release_dir /thirdparty
84+
8285tarball=scancode-toolkit-$( git describe --tags) _py$python_dot_version -$operating_system .tar.gz
8386mkdir -p release
8487tar -cvzf release/$tarball $release_dir
Original file line number Diff line number Diff line change @@ -70,13 +70,16 @@ venv/bin/flot --pyproject pyproject-licensedcode-index.toml --wheel
7070
7171cp -r \
7272 dist/scancode_* .whl \
73- dist/licensedcode_index* .whl \
7473 scancode extractcode configure \
7574 * .rst \
7675 samples \
7776 * NOTICE * LICENSE * ABOUT \
7877 $release_dir
7978
79+ cp -r \
80+ dist/licensedcode_index* .whl \
81+ $release_dir /thirdparty
82+
8083tarball=scancode-toolkit-$( git describe --tags) _py$python_dot_version -$operating_system .tar.gz
8184mkdir -p release
8285tar -cvzf release/$tarball $release_dir
Original file line number Diff line number Diff line change @@ -70,13 +70,16 @@ venv/bin/flot --pyproject pyproject-licensedcode-index.toml --wheel
7070
7171cp -r \
7272 dist/scancode_* .whl \
73- dist/licensedcode_index* .whl \
7473 scancode.bat extractcode.bat configure.bat \
7574 * .rst \
7675 samples \
7776 * NOTICE * LICENSE * ABOUT \
7877 $release_dir
7978
79+ cp -r \
80+ dist/licensedcode_index* .whl \
81+ $release_dir /thirdparty
82+
8083zipball=scancode-toolkit-$( git describe --tags) _py$python_dot_version -$operating_system .zip
8184mkdir -p release
8285zip -r release/$zipball $release_dir
You can’t perform that action at this time.
0 commit comments