From ae1739cd4aae9c43148bb7b61127a7679aaed735 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 5 Jul 2022 14:11:24 +0200 Subject: [PATCH] Python: update variants file and migrated to YAML format --- Programming/Python/files/variants.rhel6 | 18 ----------- Programming/Python/files/variants.yaml | 42 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 18 deletions(-) delete mode 100644 Programming/Python/files/variants.rhel6 create mode 100644 Programming/Python/files/variants.yaml diff --git a/Programming/Python/files/variants.rhel6 b/Programming/Python/files/variants.rhel6 deleted file mode 100644 index 5209a02..0000000 --- a/Programming/Python/files/variants.rhel6 +++ /dev/null @@ -1,18 +0,0 @@ -Python/2.7.11 stable openssl/1.0.2j Tcl/8.6.4 Tk/8.6.4 -Python/2.7.12 stable openssl/1.0.2j Tcl/8.6.4 Tk/8.6.4 -Python/2.7.14 stable openssl/1.0.2o Tcl/8.6.4 Tk/8.6.4 -Python/2.7.16 stable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -Python/2.7.17 stable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -# commented, problems to build ssl module -#Python/2.7.18 unstable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.4.0 deprecated openssl/1.0.2m Tcl/8.6.4 Tk/8.6.4 -Python/3.4.3 stable openssl/1.0.2m Tcl/8.6.4 Tk/8.6.4 -Python/3.6.3 stable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -# commented, problems to build ssl module -#Python/3.6.11 stable b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.7.3 stable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.7.4 stable b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.7.8 stable b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.8.4 stable b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.8.8 stable b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 -Python/3.8.12 stable b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 diff --git a/Programming/Python/files/variants.yaml b/Programming/Python/files/variants.yaml new file mode 100644 index 0000000..86b6407 --- /dev/null +++ b/Programming/Python/files/variants.yaml @@ -0,0 +1,42 @@ +overlay: base +relstage: stable +Python/2.7.11: + - dependencies: openssl/1.0.2j Tcl/8.6.4 Tk/8.6.4 + relstage: deprecated +Python/2.7.12: + - dependencies: openssl/1.0.2j Tcl/8.6.4 Tk/8.6.4 + relstage: deprecated +Python/2.7.14: + - dependencies: openssl/1.0.2o Tcl/8.6.4 Tk/8.6.4 + relstage: deprecated +Python/2.7.16: + - dependencies: b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 +Python/2.7.17: + - dependencies: b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 + +Python/3.4.0: + - dependencies: openssl/1.0.2m Tcl/8.6.4 Tk/8.6.4 + relstage: deprecated +Python/3.4.3: + - dependencies: openssl/1.0.2m Tcl/8.6.4 Tk/8.6.4 + relstage: deprecated +Python/3.6.3: + - dependencies: b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 +Python/3.7.3: + - dependencies: b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 + relstage: deprecated +Python/3.7.4: + - dependencies: b:openssl/1.0.2r b:TclTk/8.6.9 b:xz/5.2.4 + relstage: deprecated +Python/3.7.8: + - dependencies: b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 +Python/3.8.4: + - dependencies: b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 + relstage: deprecated +Python/3.8.8: + - dependencies: b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 + relstage: deprecated +Python/3.8.12: + - dependencies: b:openssl/1.1.1g b:TclTk/8.6.9 b:xz/5.2.4 +Python/3.9.10: + - dependencies: b:openssl/1.1.1m b:TclTk/8.6.9 b:xz/5.2.4