[arvados] updated: 2.7.0-5680-gfc30a5602e

git repository hosting git at public.arvados.org
Sat Jan 6 17:06:34 UTC 2024


Summary of changes:
 build/package-build-dockerfiles/rocky8/Dockerfile | 10 ++++------
 build/run-build-packages.sh                       | 17 -----------------
 2 files changed, 4 insertions(+), 23 deletions(-)

       via  fc30a5602e315037ee79daebd7b93afaff96ac36 (commit)
       via  0c179e6fd8d37c70227b0039375a1513582beeb1 (commit)
       via  9c1aeaa583e20a46bc0bd111c6c51fbd7b205d26 (commit)
      from  166e1ea3c71e594a5ede646b9d87763c338936f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fc30a5602e315037ee79daebd7b93afaff96ac36
Author: Brett Smith <brett.smith at curii.com>
Date:   Sat Jan 6 11:26:29 2024 -0500

    20846: Remove unused Python packaging constants
    
    I believe these are remnants from when we packaged our modules for
    system use, outside a virtualenv.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 508e89194f..e1363955a2 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -106,11 +106,9 @@ if [[ "$DEBUG" != 0 ]]; then
     DASHQ_UNLESS_DEBUG=
 fi
 
-declare -a PYTHON3_BACKPORTS
 
 PYTHON3_EXECUTABLE=python3
 PYTHON3_PKG_PREFIX=python3
-PYTHON3_PREFIX=/usr
 case "$TARGET" in
     centos*|rocky*)
         FORMAT=rpm
@@ -126,11 +124,9 @@ esac
 : "${PYTHON3_VERSION:=$("$PYTHON3_EXECUTABLE" -c 'import sys; print("{v.major}.{v.minor}".format(v=sys.version_info))')}"
 case "$FORMAT" in
     deb)
-        : "${PYTHON3_INSTALL_LIB:=lib/python$PYTHON3_VERSION/dist-packages}"
         : "${PYTHON3_PACKAGE:=python$PYTHON3_VERSION}"
         ;;
     rpm)
-        : "${PYTHON3_INSTALL_LIB:=lib/python$PYTHON3_VERSION/site-packages}"
         : "${PYTHON3_PACKAGE:=$(rpm -qf "$(command -v "python$PYTHON3_VERSION")" --queryformat '%{NAME}\n')}"
         ;;
 esac

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list