From ec89dfd882764a24f818ea8b67c4773b73f30273 Mon Sep 17 00:00:00 2001 From: Simon Branford Date: Thu, 2 Jan 2025 11:41:02 +0000 Subject: [PATCH] remove `install_pip=True` from Python easyconfigs --- easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.2.0.eb | 2 -- .../easyconfigs/p/Python/Python-2.7.18-GCCcore-10.3.0-bare.eb | 2 -- .../easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0.eb | 2 -- .../easyconfigs/p/Python/Python-2.7.18-GCCcore-11.3.0-bare.eb | 2 -- .../easyconfigs/p/Python/Python-2.7.18-GCCcore-12.2.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.3.0.eb | 2 -- .../easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb | 2 -- .../easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb | 2 -- .../easyconfigs/p/Python/Python-3.11.2-GCCcore-12.2.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.11.3-GCCcore-12.3.0.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.11.5-GCCcore-13.2.0.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.12.3-GCCcore-13.3.0.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb | 2 -- .../easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb | 2 -- .../easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0-bare.eb | 2 -- easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb | 2 -- 20 files changed, 40 deletions(-) diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.2.0.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.2.0.eb index 05777350e9a..41a5b4d0ade 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.2.0.eb @@ -28,8 +28,6 @@ dependencies = [ osdependencies = [OS_PKG_OPENSSL_DEV] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.3.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.3.0-bare.eb index 5ce78d117e8..e159d17aa3f 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.3.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-10.3.0-bare.eb @@ -27,6 +27,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0-bare.eb index 32a0a66ea27..4a349eadfad 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0-bare.eb @@ -27,6 +27,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0.eb index 60c80677c22..4c002d77b26 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.2.0.eb @@ -28,8 +28,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.3.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.3.0-bare.eb index f2ad29b3f79..ead2f0eb95f 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.3.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-11.3.0-bare.eb @@ -27,6 +27,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.2.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.2.0-bare.eb index f8c443163d4..c28ec94dbf0 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.2.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.2.0-bare.eb @@ -27,6 +27,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.3.0.eb index 736870a798d..34fe5bd8509 100644 --- a/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-2.7.18-GCCcore-12.3.0.eb @@ -26,8 +26,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0-bare.eb index 2209fb0498b..a8c15654825 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0-bare.eb @@ -30,6 +30,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb b/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb index 04ef1a8e37a..0e403f9e288 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.10.4-GCCcore-11.3.0.eb @@ -32,8 +32,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0-bare.eb index 39fbf14affe..695a65cfdb5 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0-bare.eb @@ -30,6 +30,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb b/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb index 480e6aa8305..8d99285f809 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.10.8-GCCcore-12.2.0.eb @@ -32,8 +32,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.11.2-GCCcore-12.2.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-3.11.2-GCCcore-12.2.0-bare.eb index 7c1cddc4f4e..9dc98d9f22d 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.11.2-GCCcore-12.2.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.11.2-GCCcore-12.2.0-bare.eb @@ -30,6 +30,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-3.11.3-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/Python/Python-3.11.3-GCCcore-12.3.0.eb index fbb5a0f1cf4..09dc30f2178 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.11.3-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.11.3-GCCcore-12.3.0.eb @@ -29,8 +29,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.11.5-GCCcore-13.2.0.eb b/easybuild/easyconfigs/p/Python/Python-3.11.5-GCCcore-13.2.0.eb index 4f0732ccd0c..80e5335b710 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.11.5-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.11.5-GCCcore-13.2.0.eb @@ -29,8 +29,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.12.3-GCCcore-13.3.0.eb b/easybuild/easyconfigs/p/Python/Python-3.12.3-GCCcore-13.3.0.eb index ce73f847b61..9f6d1a68234 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.12.3-GCCcore-13.3.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.12.3-GCCcore-13.3.0.eb @@ -33,8 +33,6 @@ dependencies = [ ('OpenSSL', '3', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb b/easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb index bf476087223..9540cbf9f3b 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb @@ -35,8 +35,6 @@ dependencies = [ osdependencies = [OS_PKG_OPENSSL_DEV] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0-bare.eb index 451ff497b6e..25d4981ffe0 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0-bare.eb @@ -30,6 +30,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb b/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb index b5e91e9dec0..613bc37bfc0 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb @@ -32,8 +32,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], } diff --git a/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0-bare.eb b/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0-bare.eb index 44e990e3147..d568ea3f8c8 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0-bare.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0-bare.eb @@ -30,6 +30,4 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - moduleclass = 'lang' diff --git a/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb index abad712a880..8f2efa940cc 100644 --- a/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb @@ -32,8 +32,6 @@ dependencies = [ ('OpenSSL', '1.1', '', SYSTEM), ] -install_pip = True - exts_default_options = { 'source_urls': [PYPI_SOURCE], }