diff --git a/scripts/get_sources-if.sh b/scripts/get_sources-if.sh index 3a368b1b..95cf9a01 100755 --- a/scripts/get_sources-if.sh +++ b/scripts/get_sources-if.sh @@ -733,7 +733,7 @@ function get_androguard() { if [ "${IRONFOX_GET_SOURCE_CHECKSUM_UPDATE}" != 1 ]; then source "${IRONFOX_PYENV}" echo_red_text 'Installing androguard...' - "${IRONFOX_UV}" pip install --strict "${IRONFOX_ANDROGUARD_DIR}" + "${IRONFOX_UV}" pip install --no-editable --strict "${IRONFOX_ANDROGUARD_DIR}" echo_green_text "SUCCESS: Set-up androguard at ${IRONFOX_ANDROGUARD}" fi } @@ -1090,7 +1090,7 @@ function get_gyp() { if [ "${IRONFOX_GET_SOURCE_CHECKSUM_UPDATE}" != 1 ]; then source "${IRONFOX_PYENV}" echo_red_text 'Installing GYP...' - "${IRONFOX_UV}" pip install --strict "${IRONFOX_GYP}" + "${IRONFOX_UV}" pip install --no-editable --strict "${IRONFOX_GYP}" echo_green_text "SUCCESS: Set-up GYP at ${IRONFOX_PYENV_DIR}/bin/gyp" fi } @@ -1331,7 +1331,7 @@ function get_pip() { if [ "${IRONFOX_GET_SOURCE_CHECKSUM_UPDATE}" != 1 ]; then source "${IRONFOX_PYENV}" echo_red_text 'Installing pip...' - "${IRONFOX_UV}" pip install "${IRONFOX_PIP_DIR}" + "${IRONFOX_UV}" pip install --no-editable --strict "${IRONFOX_PIP_DIR}" echo_green_text "SUCCESS: Set-up pip at ${IRONFOX_PIP}" fi } @@ -1444,7 +1444,7 @@ function get_pyyaml() { if [ "${IRONFOX_GET_SOURCE_CHECKSUM_UPDATE}" != 1 ]; then source "${IRONFOX_PYENV}" echo_red_text 'Installing PyYAML...' - "${IRONFOX_UV}" pip install --strict "${IRONFOX_PYYAML}" + "${IRONFOX_UV}" pip install --no-editable --strict "${IRONFOX_PYYAML}" echo_green_text 'SUCCESS: Set-up PyYAML' fi } @@ -1514,7 +1514,7 @@ function get_s3cmd() { if [ "${IRONFOX_GET_SOURCE_CHECKSUM_UPDATE}" != 1 ]; then source "${IRONFOX_PYENV}" echo_red_text 'Installing s3cmd...' - "${IRONFOX_UV}" pip install --strict "${IRONFOX_S3CMD_DIR}" + "${IRONFOX_UV}" pip install --no-editable --strict "${IRONFOX_S3CMD_DIR}" echo_green_text "SUCCESS: Set-up s3cmd at ${IRONFOX_S3CMD}" fi } diff --git a/scripts/versions.sh b/scripts/versions.sh index 86f6048d..99ba6ca1 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -224,11 +224,11 @@ readonly S3CMD_SHA512SUM='b1b7c792265dfa1ccdd40f816e3463617c168e4317acac930b251c ## uv ### https://github.com/astral-sh/uv -readonly UV_SHA512SUM_LINUX_ARM64='22f4eb36445d83c74b1a7fe97268ec201b925cdc192887e03890e7a1d572393309d6b2101e0a7230152a105f8da26879547858baf83ddae03d873d5f586d05c5' -readonly UV_SHA512SUM_LINUX_X86_64='a775b95f84b441e2b722fcc336a87022161cc91dd3584a6f54dbe1cabf7ea71b5e3391398ac88616acf072603945bc62b31f71e304047d8f0baa40504884685e' -readonly UV_SHA512SUM_OSX_ARM64='b656946a331f7e96fcafd5ffcead81e39f585a8f9228059de358a897a39a67d0fdc9b7d1a6fa0e7d2b045b5039b5bbbb08658735c9edc818d1837451dff462ec' -readonly UV_SHA512SUM_OSX_X86_64='27f0e0c3dd40753d02357ab38815e1378814ff221ec042e4f017a6f4fd0420e88622caeab1ba70ba4dcf0c98ecde03460c48df79e933368bd82432c401717ec8' -readonly UV_VERSION='0.11.11' +readonly UV_SHA512SUM_LINUX_ARM64='6f9924ae6570a49fe731db9c8cc8ea61be0e3142b6edb33e66407eeb76a44ad0b3930e6844c7d3699fcbc37232a989baddaf47c1facc4696300b939d71948e30' +readonly UV_SHA512SUM_LINUX_X86_64='340c3a71956b21cf8acc45f63065515b87ba37f90991b82dc913ec080a5b49a49e79367ab4a65c775cd5869b78986e2b90c9075ccd0395689fb20174169d87d2' +readonly UV_SHA512SUM_OSX_ARM64='2d39ddc46f98ce299708cae6099b7c1403576a4ef3745f915f37ec28fb3578ad22368f31a505bf0fbb3e8e8e0fd46b01b088827177570b090fc2c473010107e1' +readonly UV_SHA512SUM_OSX_X86_64='7e65063fed24253305041848d99e2a342896ec96432b4e7748974654bee3162717e33fd46d42efbc5a6e03b687c09fd8c05b3747345e8cbeef6efac5ad959cf5' +readonly UV_VERSION='0.11.13' # For prebuilds ## https://gitlab.com/ironfox-oss/prebuilds