Python: update variants file and migrated to YAML format

This commit is contained in:
2022-07-05 14:11:24 +02:00
parent 3a0df02b8e
commit ae1739cd4a
2 changed files with 42 additions and 18 deletions

View File

@@ -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

View File

@@ -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