--- document: modulemd version: 2 data: name: python39 stream: 3.9_bootstrap summary: Python programming language, version 3.9 description: |- This module gives users access to the internal Python 3.9 in RHEL8, as well as provides some additional Python packages the users might need. In addition to these you can install any python3-* package available in RHEL and use it with Python from this module. license: module: - MIT dependencies: - buildrequires: platform: [oc8] # Depending on our selves for bootstrapping # This is not needed in bootstrap phase 1 and can be disabled python39: [3.9_bootstrap] # sicpy needs package swig swig: [4.0] # mod_wsgi needs several packages from httpd httpd: [2.4] requires: platform: [oc8] references: community: https://www.python.org/ documentation: https://docs.python.org/3.9/ profiles: common: rpms: - python39 build: rpms: - python39 - python39-devel - python39-rpm-macros buildopts: rpms: # === Bootstrap phase 1 === # # %python3_pkgversion 39 # # python39 # %_without_rpmwheels 1 # %_without_optimizations 1 # # python39, setuptools, wheel # %_with_bootstrap 1 # # python39, setuptools, pip # %_without_tests 1 # # pip # %_without_doc 1 # === Bootstrap phase 2 === # # %python3_pkgversion 39 # # setuptools, pip, ... # %_without_tests 1 # === Bootstrap phase 3 === # # %python3_pkgversion 39 # # scipy needs pybind11 to build and pybind11 needs scipy for tests # %_without_tests 1 # === Bootstrap phase 4 === # #%python3_pkgversion 39 # Macros bootstrapping info: # Only the macros that are below the `macros: |` declaration are # being used in the module at a given time. If you want to switch # to a different bootstrap phase, comment out the current # bootstrap phase macros, move them above this section. And take # the bootstrap phase you want to use, uncomment it, and move it # here, below the `macros: |` line. # Explanation: # Macros are expanded even when they are commented out using '#', # therefore it's safer to just move them out of the macros # section entirely to avoid possible issues. macros: | # === Bootstrap phase 3 === # %python3_pkgversion 39 # # scipy needs pybind11 to build and pybind11 needs scipy for tests %_without_tests 1 components: rpms: # === Bootstrap phase 1 === # # python39: # rationale: The main Python interpreter # ref: ed5b337dab9713459c9d2c28c0eb61f6967af0f4 # buildorder: 10 # python3x-setuptools: # rationale: Packaging tool # ref: 686164881b9ad3dbf41e221684d0a857ad5a1714 # buildorder: 20 # python-wheel: # rationale: Packaging tool # ref: d41d3a64469dfd36ca30a4f2d0e99d033c820c70 # buildorder: 30 # python3x-pip: # rationale: Packaging tool # ref: c4ef49e65f574b1807e3dcc1e8d2c4b55db9932c # buildorder: 40 # === Bootstrap phase 2 === # # python3x-setuptools: # rationale: Packaging tool # ref: 686164881b9ad3dbf41e221684d0a857ad5a1714 # # buildorder: 10 # python3x-pyparsing: # rationale: Python component # ref: 27c5e8f14692551b576e692ddcd4f7f1e6026bc0 # # buildorder: 20 # python39: # rationale: The main Python interpreter # ref: ed5b337dab9713459c9d2c28c0eb61f6967af0f4 # # buildorder: 30 # python-wheel: # rationale: Packaging tool # ref: d41d3a64469dfd36ca30a4f2d0e99d033c820c70 # # buildorder: 40 # python3x-pip: # rationale: Packaging tool # ref: c4ef49e65f574b1807e3dcc1e8d2c4b55db9932c # # buildorder: 40 # python3x-six: # rationale: Python component # ref: 288275d9db4bdba4285ecf9aa9d046b3647143dd # # buildorder: 40 # python-py: # rationale: Python component # ref: aa6c2bf6f9fe7790e9e677f4feb808e203e332b1 # # buildorder: 40 # python-chardet: # rationale: Python component # # stream branch shared with python38 module # ref: 7f94179d9edb1bd3189bd34dd38604c9a50e9b52 # # buildorder: 40 # python-attrs: # rationale: Python component # ref: e6abb9212090bb939c58f68b090a38d3613103e7 # # buildorder: 40 # python-pluggy: # rationale: Python component # ref: b97a90de8bde7bdec0fa926d32c87806ecc853cc # # buildorder: 40 # python-pysocks: # rationale: Python component # # stream branch shared with python38 module # ref: 27dc54daf5da4a9826086bf5b159ce03c8496ebf # # buildorder: 40 # python-wcwidth: # rationale: Python component # ref: 5123d2d9b3d074a4d2c7b85a9681b93783e2a7f8 # # buildorder: 40 # python-packaging: # rationale: Python component # ref: cd44ccb8553bd1a08b79485c65b22809b3239dd1 # # buildorder: 40 # python-toml: # rationale: Python component # ref: d5f3394b0f5eca3986d8ef5f6d5bbdc5f7d7acd7 # # buildorder: 40 # python-iniconfig: # rationale: Python component # ref: 43c16852355285dd334b71900749ff7a9d001824 # # buildorder: 40 # python-more-itertools: # rationale: Python component # ref: b44c1927cf7f50b09a62d1c1db193c8071e7981d # buildorder: 50 # pytest: # rationale: Python component # ref: edd9b3172aabdeedb91aa478b1b746d72882a9bf # buildorder: 60 # === Bootstrap phase 3/4 === # For bootstrap phase 3 uncomment all `buildorder:` lines below, # for bootstrap phase 4 comment them out. # python3x-setuptools: rationale: Packaging tool ref: 686164881b9ad3dbf41e221684d0a857ad5a1714 python3x-pyparsing: rationale: Python component ref: 27c5e8f14692551b576e692ddcd4f7f1e6026bc0 python39: rationale: The main Python interpreter ref: ed5b337dab9713459c9d2c28c0eb61f6967af0f4 python-wheel: rationale: Packaging tool ref: d41d3a64469dfd36ca30a4f2d0e99d033c820c70 python3x-pip: rationale: Packaging tool ref: c4ef49e65f574b1807e3dcc1e8d2c4b55db9932c python3x-six: rationale: Python component ref: 288275d9db4bdba4285ecf9aa9d046b3647143dd python-py: rationale: Python component ref: aa6c2bf6f9fe7790e9e677f4feb808e203e332b1 python-chardet: rationale: Python component # stream branch shared with python38 module ref: 7f94179d9edb1bd3189bd34dd38604c9a50e9b52 python-attrs: rationale: Python component ref: e6abb9212090bb939c58f68b090a38d3613103e7 python-pluggy: rationale: Python component ref: b97a90de8bde7bdec0fa926d32c87806ecc853cc python-pysocks: rationale: Python component # stream branch shared with python38 module ref: 27dc54daf5da4a9826086bf5b159ce03c8496ebf python-wcwidth: rationale: Python component ref: 5123d2d9b3d074a4d2c7b85a9681b93783e2a7f8 python-packaging: rationale: Python component ref: cd44ccb8553bd1a08b79485c65b22809b3239dd1 python-toml: rationale: Python component ref: d5f3394b0f5eca3986d8ef5f6d5bbdc5f7d7acd7 python-iniconfig: rationale: Python component ref: 43c16852355285dd334b71900749ff7a9d001824 python-more-itertools: rationale: Python component ref: b44c1927cf7f50b09a62d1c1db193c8071e7981d pytest: rationale: Python component ref: edd9b3172aabdeedb91aa478b1b746d72882a9bf python-idna: rationale: Python component ref: d3f1ae615cdc59434fde7824bfbb1d907bd6d274 python-urllib3: rationale: Python component ref: 4f023df4ab16ae240cb3a2873f353a76330442e2 Cython: rationale: Python component ref: a835199c4e7b67ee435c74d6e342b12c48a74b03 python-ply: rationale: Python component # stream branch shared with python38 module ref: c11df93086423c4c7299f5ded1c62ca80a885024 python-psutil: rationale: Python component ref: 435f4d6295aca349694fc85be792b91f4829b3b7 python-psycopg2: rationale: Python component ref: e42f046b7b1614ff6385d1d388a2ffcd0f982d6a mod_wsgi: rationale: Python component ref: 96180ee8adfb0e411de1f5b5241e593f24a5afee python-requests: rationale: Python component ref: 91d82340a46c70ed788d89273f46a391a2c06946 buildorder: 10 numpy: rationale: Python component ref: 93a26d58da8661e7e4566d5a9b6e7137f18f0b77 buildorder: 10 PyYAML: rationale: Python component ref: 72537af1498d48cdfe12928bcbeabd3497da2b3f buildorder: 10 python-pycparser: rationale: Python component ref: b92ffd83c1d05b44759979fae45ed39875cbdbb7 buildorder: 10 python-lxml: rationale: Python component ref: 3ae2a63b64bf8520c4266f219f778e4d566745fc buildorder: 10 python-cffi: rationale: Python component ref: 4ba9de97230d5e711c33fe2b99604f479c7dae9c buildorder: 20 pybind11: rationale: Python component ref: 4c1fc91e74e93e78ed8e1c553e136d0170241120 # needs numpy buildorder: 20 scipy: rationale: Python component ref: b5752f4b3439de2f89c6f4565841e4a00e3a7de5 # needs pybind11 buildorder: 30 python-cryptography: rationale: Python component ref: c81bf991565d551a574007b01701375660344910 # needs cffi buildorder: 30 python-PyMySQL: rationale: Python component ref: 6273136fd8aa641074c569ec727d75bce1b685f9 # needs cryptography buildorder: 40 ...