Blame python39.yaml

e9632b
---
e9632b
document: modulemd
e9632b
version: 2
e9632b
data:
e9632b
    name: python39
e9632b
    stream: "3.9"
e9632b
    summary: Python programming language, version 3.9
e9632b
    description: |-
e9632b
        This module gives users access to the internal Python 3.9 in RHEL8, as
e9632b
        well as provides some additional Python packages the users might need.
e9632b
        In addition to these you can install any python3-* package available
e9632b
        in RHEL and use it with Python from this module.
e9632b
    license:
e9632b
        module:
e9632b
            - MIT
e9632b
    dependencies:
e9632b
        - buildrequires:
e9632b
              platform: [el8.6.0]
e9632b
e9632b
              # Depending on our selves for bootstrapping
e9632b
              # This is not needed in bootstrap phase 1 and can be disabled
e9632b
              python39: [3.9-bootstrap]
e9632b
e9632b
              # scipy needs package swig
e9632b
              swig: [4.0]
e9632b
              # mod_wsgi needs several packages from httpd
e9632b
              httpd: [2.4]
e9632b
          requires:
e9632b
              platform: [el8]
e9632b
    references:
e9632b
        community: https://www.python.org/
e9632b
        documentation: https://docs.python.org/3.9/
e9632b
    profiles:
e9632b
        common:
e9632b
            rpms:
e9632b
                - python39
e9632b
        build:
e9632b
            rpms:
e9632b
                - python39
e9632b
                - python39-devel
e9632b
                - python39-rpm-macros
e9632b
    filter:
e9632b
        rpms:
e9632b
            - python39-Cython
e9632b
            - python39-debug
e9632b
            - python39-attrs
e9632b
            - python39-iniconfig
e9632b
            - python39-more-itertools
e9632b
            - python39-packaging
e9632b
            - python39-pluggy
e9632b
            - python39-py
e9632b
            - python39-pybind11
e9632b
            - python39-pybind11-devel
e9632b
            - python39-pyparsing
e9632b
            - python39-pytest
e9632b
            - python39-wcwidth
e9632b
    api:
e9632b
        rpms:
e9632b
            - python39
e9632b
            - python39-PyMySQL
e9632b
            - python39-cffi
e9632b
            - python39-chardet
e9632b
            - python39-cryptography
e9632b
            - python39-devel
e9632b
            - python39-idle
e9632b
            - python39-idna
e9632b
            - python39-libs
e9632b
            - python39-lxml
e9632b
            - python39-mod_wsgi
e9632b
            - python39-numpy
e9632b
            - python39-numpy-f2py
e9632b
            - python39-pip
e9632b
            - python39-pip-wheel
e9632b
            - python39-ply
e9632b
            - python39-psutil
e9632b
            - python39-psycopg2
e9632b
            - python39-pycparser
e9632b
            - python39-pysocks
e9632b
            - python39-pyyaml
e9632b
            - python39-requests
e9632b
            - python39-rpm-macros
e9632b
            - python39-scipy
e9632b
            - python39-setuptools
e9632b
            - python39-setuptools-wheel
e9632b
            - python39-six
e9632b
            - python39-test
e9632b
            - python39-tkinter
e9632b
            - python39-toml
e9632b
            - python39-urllib3
e9632b
            - python39-wheel
e9632b
            - python39-wheel-wheel
e9632b
    buildopts:
e9632b
        rpms:
e9632b
                # === Bootstrap phase 1 ===
e9632b
                #
e9632b
                # %python3_pkgversion 39
e9632b
                # # python39
e9632b
                # %_without_rpmwheels 1
e9632b
                # %_without_optimizations 1
e9632b
                # # python39, setuptools, wheel
e9632b
                # %_with_bootstrap 1
e9632b
                # # python39, setuptools, pip
e9632b
                # %_without_tests 1
e9632b
                # # pip
e9632b
                # %_without_doc 1
e9632b
e9632b
                # === Bootstrap phase 2 ===
e9632b
                #
e9632b
                # %python3_pkgversion 39
e9632b
                # # setuptools, pip, ...
e9632b
                # %_without_tests 1
e9632b
e9632b
                # === Bootstrap phase 3 ===
e9632b
                #
e9632b
                # %python3_pkgversion 39
e9632b
                # # scipy needs pybind11 to build and pybind11 needs scipy for tests
e9632b
                # %_without_tests 1
e9632b
e9632b
e9632b
            # Macros bootstrapping info:
e9632b
            #   Only the macros that are below the `macros: |` declaration are
e9632b
            #   being used in the module at a given time. If you want to switch
e9632b
            #   to a different bootstrap phase, comment out the current
e9632b
            #   bootstrap phase macros, move them above this section. And take
e9632b
            #   the bootstrap phase you want to use, uncomment it, and move it
e9632b
            #   here, below the `macros: |` line.
e9632b
            # Explanation:
e9632b
            #   Macros are expanded even when they are commented out using '#',
e9632b
            #   therefore it's safer to just move them out of the macros
e9632b
            #   section entirely to avoid possible issues.
e9632b
            macros: |
e9632b
                # === Bootstrap phase 4 ===
e9632b
                #
e9632b
                %python3_pkgversion 39
e9632b
e9632b
    components:
e9632b
        rpms:
e9632b
            # === Bootstrap phase 1 ===
e9632b
            #
e9632b
            # python39:
e9632b
            #     rationale: The main Python interpreter
e9632b
            #     ref: ac454174125bc6740cbddcb4c6364b632e393d13
e9632b
            #     buildorder: 10
e9632b
            # python3x-setuptools:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 850648bd3c2431fc2e8f3bd6229f28b726c0ceff
e9632b
            #     buildorder: 20
e9632b
            # python-wheel:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 04d3dddafd88603540228b150abef4d8d26fb32c
e9632b
            #     buildorder: 30
e9632b
            # python3x-pip:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 07a49923197ca2f178edb33f3b0d84608deca45c
e9632b
            #     buildorder: 40
e9632b
e9632b
e9632b
            # === Bootstrap phase 2 ===
e9632b
            #
e9632b
            # python3x-setuptools:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 850648bd3c2431fc2e8f3bd6229f28b726c0ceff
e9632b
            #     buildorder: 10
e9632b
            # python3x-pyparsing:
e9632b
            #     rationale: Python component
e9632b
            #     ref: ad9334c8fb4a6a6e24252c4a94f64523044b0368
e9632b
            #     buildorder: 20
e9632b
            # python39:
e9632b
            #     rationale: The main Python interpreter
e9632b
            #     ref: ac454174125bc6740cbddcb4c6364b632e393d13
e9632b
            #     buildorder: 30
e9632b
            # python-wheel:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 04d3dddafd88603540228b150abef4d8d26fb32c
e9632b
            #     buildorder: 40
e9632b
            # python3x-pip:
e9632b
            #     rationale: Packaging tool
e9632b
            #     ref: 07a49923197ca2f178edb33f3b0d84608deca45c
e9632b
            #     buildorder: 40
e9632b
            # python3x-six:
e9632b
            #     rationale: Python component
e9632b
            #     ref: 3930eca3dcbfbe7c80ab9c0f4d385e3f818016eb
e9632b
            #     buildorder: 40
e9632b
            # python-py:
e9632b
            #     rationale: Python component
e9632b
            #     ref: ac8cd7b8553dcfa94956becf0b2f921d6c10af09
e9632b
            #     buildorder: 40
e9632b
            # python-chardet:
e9632b
            #     rationale: Python component
e9632b
            #     # stream branch shared with python38 module
e9632b
            #     ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
e9632b
            #     buildorder: 40
e9632b
            # python-attrs:
e9632b
            #     rationale: Python component
e9632b
            #     ref: b68e1e37d4944f9a20e452bb3596e5f75b9506be
e9632b
            #     buildorder: 40
e9632b
            # python-pluggy:
e9632b
            #     rationale: Python component
e9632b
            #     ref: 2abffaab2ce5b6a5e0121442bdd5a49eb4c4f752
e9632b
            #     buildorder: 40
e9632b
            # python-pysocks:
e9632b
            #     rationale: Python component
e9632b
            #     # stream branch shared with python38 module
e9632b
            #     ref: 483216203ae75373f15aea373c80ee0585c13e63
e9632b
            #     buildorder: 40
e9632b
            # python-wcwidth:
e9632b
            #     rationale: Python component
e9632b
            #     ref: d45e8c1e3fcd02f21d6bdd008f877380c1dd69c1
e9632b
            #     buildorder: 40
e9632b
            # python-packaging:
e9632b
            #     rationale: Python component
e9632b
            #     ref: d6dd7925507609cedacc346a2793842dfbdcdf72
e9632b
            #     buildorder: 40
e9632b
            # python-toml:
e9632b
            #     rationale: Python component
e9632b
            #     ref: dc3e570c0f28ba1c9b9bbca871b122e0a5f8a2ff
e9632b
            #     buildorder: 40
e9632b
            # python-iniconfig:
e9632b
            #     rationale: Python component
e9632b
            #     ref: f707fca709c2a1d006dcff691dfa2b9b648ecb7f
e9632b
            #     buildorder: 40
e9632b
            # python-more-itertools:
e9632b
            #     rationale: Python component
e9632b
            #     ref: 4c7d27c844b65549cf4162977488b7b63288b377
e9632b
            #     buildorder: 50
e9632b
            # pytest:
e9632b
            #     rationale: Python component
e9632b
            #     ref: 0e0110864115c99e4e69ed78021a478fac350f33
e9632b
            #     buildorder: 60
e9632b
e9632b
e9632b
            # === Bootstrap phase 3/4 ===
e9632b
            # For bootstrap phase 3 uncomment all `buildorder:` lines below,
e9632b
            # for bootstrap phase 4 comment them out.
e9632b
            #
e9632b
            python3x-setuptools:
e9632b
                rationale: Packaging tool
e9632b
                ref: 850648bd3c2431fc2e8f3bd6229f28b726c0ceff
e9632b
            python3x-pyparsing:
e9632b
                rationale: Python component
e9632b
                ref: ad9334c8fb4a6a6e24252c4a94f64523044b0368
e9632b
            python39:
e9632b
                rationale: The main Python interpreter
e9632b
                ref: ac454174125bc6740cbddcb4c6364b632e393d13
e9632b
            python-wheel:
e9632b
                rationale: Packaging tool
e9632b
                ref: 04d3dddafd88603540228b150abef4d8d26fb32c
e9632b
            python3x-pip:
e9632b
                rationale: Packaging tool
e9632b
                ref: 07a49923197ca2f178edb33f3b0d84608deca45c
e9632b
e9632b
            python3x-six:
e9632b
                rationale: Python component
e9632b
                ref: 3930eca3dcbfbe7c80ab9c0f4d385e3f818016eb
e9632b
            python-py:
e9632b
                rationale: Python component
e9632b
                ref: ac8cd7b8553dcfa94956becf0b2f921d6c10af09
e9632b
            python-chardet:
e9632b
                rationale: Python component
e9632b
                # stream branch shared with python38 module
e9632b
                ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
e9632b
            python-attrs:
e9632b
                rationale: Python component
e9632b
                ref: b68e1e37d4944f9a20e452bb3596e5f75b9506be
e9632b
            python-pluggy:
e9632b
                rationale: Python component
e9632b
                ref: 2abffaab2ce5b6a5e0121442bdd5a49eb4c4f752
e9632b
            python-pysocks:
e9632b
                rationale: Python component
e9632b
                # stream branch shared with python38 module
e9632b
                ref: 483216203ae75373f15aea373c80ee0585c13e63
e9632b
            python-wcwidth:
e9632b
                rationale: Python component
e9632b
                ref: d45e8c1e3fcd02f21d6bdd008f877380c1dd69c1
e9632b
            python-packaging:
e9632b
                rationale: Python component
e9632b
                ref: d6dd7925507609cedacc346a2793842dfbdcdf72
e9632b
            python-toml:
e9632b
                rationale: Python component
e9632b
                ref: dc3e570c0f28ba1c9b9bbca871b122e0a5f8a2ff
e9632b
            python-iniconfig:
e9632b
                rationale: Python component
e9632b
                ref: f707fca709c2a1d006dcff691dfa2b9b648ecb7f
e9632b
            python-more-itertools:
e9632b
                rationale: Python component
e9632b
                ref: 4c7d27c844b65549cf4162977488b7b63288b377
e9632b
            pytest:
e9632b
                rationale: Python component
e9632b
                ref: 0e0110864115c99e4e69ed78021a478fac350f33
e9632b
e9632b
            python-idna:
e9632b
                rationale: Python component
e9632b
                ref: 96079b9187a3c449211a2dc1a4e910ef9956b7e9
e9632b
            python-urllib3:
e9632b
                rationale: Python component
e9632b
                ref: d61550cd2f6596284f479ae3612a3dd0555c4910
e9632b
            Cython:
e9632b
                rationale: Python component
e9632b
                ref: 8c789216e7ce6b5e929c5046a27d5d890423c750
e9632b
            python-ply:
e9632b
                rationale: Python component
e9632b
                # stream branch shared with python38 module
e9632b
                ref: f113e7017224318a0e816f6e78f938187ff60515
e9632b
            python-psutil:
e9632b
                rationale: Python component
e9632b
                ref: b24769857571306e8bb21f72c53c1ef1a6fb95f6
e9632b
            python-psycopg2:
e9632b
                rationale: Python component
e9632b
                ref: 439d6fa4527303c38f65ae247c709410adb5821a
e9632b
            mod_wsgi:
e9632b
                rationale: Python component
e9632b
                ref: 83f89e967cf6729d4e78591b29ebde950ff12aea
e9632b
            python-requests:
e9632b
                rationale: Python component
e9632b
                ref: f99a3f5bab770a5fea956ceef8e9d0cd506b6379
e9632b
                # buildorder: 10
e9632b
            numpy:
e9632b
                rationale: Python component
e9632b
                ref: ccc4f21eaf13b1bfb89445cf28ce6164c1f64276
e9632b
                # buildorder: 10
e9632b
            PyYAML:
e9632b
                rationale: Python component
e9632b
                ref: 9a5a9a0393de544d88cb78a4fcfda18efc4759c5
e9632b
                # buildorder: 10
e9632b
            python-pycparser:
e9632b
                rationale: Python component
e9632b
                ref: ca7845af04898c3f98db25937fa93a58e5166cf4
e9632b
                # buildorder: 10
e9632b
            python-lxml:
e9632b
                rationale: Python component
e9632b
                ref: 2d7c13182f9f4ab274589e760b15158a601435e1
e9632b
                # buildorder: 10
e9632b
            python-cffi:
e9632b
                rationale: Python component
e9632b
                ref: b66960cca0cb1074520655088cae60899bd8fd00
e9632b
                # buildorder: 20
e9632b
            pybind11:
e9632b
                rationale: Python component
e9632b
                ref: d4f2473971288dc2d52e6490c4319deded572f8e
e9632b
                # needs numpy
e9632b
                # buildorder: 20
e9632b
            scipy:
e9632b
                rationale: Python component
e9632b
                ref: 0c42ffd27fafcf93fe7ca76033dedf8f4052ddcc
e9632b
                # needs pybind11
e9632b
                # buildorder: 30
e9632b
            python-cryptography:
e9632b
                rationale: Python component
e9632b
                ref: e304a6883592ff881d6396fcd4a95c9f62eab810
e9632b
                # needs cffi
e9632b
                # buildorder: 30
e9632b
            python-PyMySQL:
e9632b
                rationale: Python component
e9632b
                ref: dc5bc3753d271278f5da87a774ce58e924ed66b8
e9632b
                # needs cryptography
e9632b
                # buildorder: 40
e9632b
...