Blame python39.yaml

f83a63
---
f83a63
document: modulemd
f83a63
version: 2
f83a63
data:
f83a63
    name: python39
41d284
    stream: 3.9-bootstrap
f83a63
    summary: Python programming language, version 3.9
f83a63
    description: |-
f83a63
        This module gives users access to the internal Python 3.9 in RHEL8, as
f83a63
        well as provides some additional Python packages the users might need.
f83a63
        In addition to these you can install any python3-* package available
f83a63
        in RHEL and use it with Python from this module.
f83a63
    license:
f83a63
        module:
f83a63
            - MIT
f83a63
    dependencies:
f83a63
        - buildrequires:
f83a63
              platform: [el8.4.0]
f83a63
f3b3ec
              # Depending on our selves for bootstrapping
f3b3ec
              # This is not needed in bootstrap phase 1 and can be disabled
f3b3ec
              python39: [3.9-bootstrap]
f3b3ec
f83a63
              # sicpy needs package swig
f83a63
              swig: [3.0]
f83a63
              # mod_wsgi needs several packages from httpd
f83a63
              httpd: [2.4]
f83a63
          requires:
f83a63
              platform: [el8]
f83a63
    references:
f83a63
        community: https://www.python.org/
f83a63
        documentation: https://docs.python.org/3.9/
f83a63
    profiles:
f83a63
        common:
f83a63
            rpms:
f83a63
                - python39
f83a63
        build:
f83a63
            rpms:
f83a63
                - python39
f83a63
                - python39-devel
f83a63
                - python39-rpm-macros
f83a63
    buildopts:
f83a63
        rpms:
f3b3ec
                # === Bootstrap phase 1 ===
f3b3ec
                #
f3b3ec
                # %python3_pkgversion 39
f3b3ec
                # # python39
f3b3ec
                # %_without_rpmwheels 1
f3b3ec
                # %_without_optimizations 1
f3b3ec
                # # python39, setuptools, wheel
f3b3ec
                # %_with_bootstrap 1
f3b3ec
                # # python39, setuptools, pip
f3b3ec
                # %_without_tests 1
f3b3ec
                # # pip
f3b3ec
                # %_without_doc 1
f3b3ec
f3b3ec
f83a63
            # Macros bootstrapping info:
f83a63
            #   Only the macros that are below the `macros: |` declaration are
f83a63
            #   being used in the module at a given time. If you want to switch
f83a63
            #   to a different bootstrap phase, comment out the current
f83a63
            #   bootstrap phase macros, move them above this section. And take
f83a63
            #   the bootstrap phase you want to use, uncomment it, and move it
f83a63
            #   here, below the `macros: |` line.
f83a63
            # Explanation:
f83a63
            #   Macros are expanded even when they are commented out using '#',
f83a63
            #   therefore it's safer to just move them out of the macros
f83a63
            #   section entirely to avoid possible issues.
f83a63
            macros: |
f3b3ec
                # === Bootstrap phase 2 ===
f83a63
                #
f83a63
                %python3_pkgversion 39
f3b3ec
                # setuptools, pip, ...
f83a63
                %_without_tests 1
f83a63
f83a63
    components:
f83a63
        rpms:
f83a63
            # === Bootstrap phase 1 ===
f83a63
            #
f3b3ec
            # python39:
f3b3ec
            #     rationale: The main Python interpreter
f3b3ec
            #     ref: 93a1c0a50478623f84220798338b4d66a2e7117c
f3b3ec
            #     buildorder: 10
f3b3ec
            # python3x-setuptools:
f3b3ec
            #     rationale: Packaging tool
f3b3ec
            #     ref: 1950ae3d8549d4df835b6e31337bebd9a40bf4f8
f3b3ec
            #     buildorder: 20
f3b3ec
            # python-wheel:
f3b3ec
            #     rationale: Packaging tool
f3b3ec
            #     ref: 1d3137dab7dbb7c7fa4526224de74ab47cadbd95
f3b3ec
            #     buildorder: 30
f3b3ec
            # python3x-pip:
f3b3ec
            #     rationale: Packaging tool
f3b3ec
            #     ref: 6d97c1df67685383c70ad4ef043c3d4d8231352d
f3b3ec
            #     buildorder: 40
f3b3ec
f3b3ec
f3b3ec
            # === Bootstrap phase 2 ===
f3b3ec
            #
c0699c
            python3x-setuptools:
c0699c
                rationale: Packaging tool
c0699c
                ref: 1950ae3d8549d4df835b6e31337bebd9a40bf4f8
f3b3ec
                buildorder: 10
f3b3ec
            python3x-pyparsing:
f3b3ec
                rationale: Python component
f3b3ec
                ref: ad9334c8fb4a6a6e24252c4a94f64523044b0368
c0699c
                buildorder: 20
f3b3ec
            python39:
f3b3ec
                rationale: The main Python interpreter
f3b3ec
                ref: 93a1c0a50478623f84220798338b4d66a2e7117c
f3b3ec
                buildorder: 30
f83a63
            python-wheel:
f83a63
                rationale: Packaging tool
f83a63
                ref: 1d3137dab7dbb7c7fa4526224de74ab47cadbd95
f3b3ec
                buildorder: 40
f83a63
            python3x-pip:
f83a63
                rationale: Packaging tool
f83a63
                ref: 6d97c1df67685383c70ad4ef043c3d4d8231352d
c0699c
                buildorder: 40
f3b3ec
            python3x-six:
f3b3ec
                rationale: Python component
f3b3ec
                ref: 3930eca3dcbfbe7c80ab9c0f4d385e3f818016eb
f3b3ec
                buildorder: 40
f3b3ec
            python-py:
f3b3ec
                rationale: Python component
f3b3ec
                ref: f98dc1297bfd38a5356aee346c59259cd983bfaa
f3b3ec
                buildorder: 40
f3b3ec
            python-chardet:
f3b3ec
                rationale: Python component
f3b3ec
                # stream branch shared with python38 module
f3b3ec
                ref: 04b5d1be6d2e14ece3a43caa87b79216ea35b65a
f3b3ec
                buildorder: 40
f3b3ec
            python-attrs:
f3b3ec
                rationale: Python component
f3b3ec
                ref: b68e1e37d4944f9a20e452bb3596e5f75b9506be
f3b3ec
                buildorder: 40
f3b3ec
            python-pluggy:
f3b3ec
                rationale: Python component
f3b3ec
                ref: 2abffaab2ce5b6a5e0121442bdd5a49eb4c4f752
f3b3ec
                buildorder: 40
f3b3ec
            python-pysocks:
f3b3ec
                rationale: Python component
f3b3ec
                # stream branch shared with python38 module
f3b3ec
                ref: 483216203ae75373f15aea373c80ee0585c13e63
f3b3ec
                buildorder: 40
f3b3ec
            python-wcwidth:
f3b3ec
                rationale: Python component
f3b3ec
                ref: d45e8c1e3fcd02f21d6bdd008f877380c1dd69c1
f3b3ec
                buildorder: 40
f3b3ec
            python-packaging:
f3b3ec
                rationale: Python component
f3b3ec
                ref: d6dd7925507609cedacc346a2793842dfbdcdf72
f3b3ec
                buildorder: 40
f3b3ec
            python-toml:
f3b3ec
                rationale: Python component
f3b3ec
                ref: dc3e570c0f28ba1c9b9bbca871b122e0a5f8a2ff
f3b3ec
                buildorder: 40
f3b3ec
            python-iniconfig:
f3b3ec
                rationale: Python component
f3b3ec
                ref: f707fca709c2a1d006dcff691dfa2b9b648ecb7f
f3b3ec
                buildorder: 40
f3b3ec
            python-more-itertools:
f3b3ec
                rationale: Python component
f3b3ec
                ref: 4c7d27c844b65549cf4162977488b7b63288b377
f3b3ec
                buildorder: 50
f3b3ec
            pytest:
f3b3ec
                rationale: Python component
f3b3ec
                ref: 0e0110864115c99e4e69ed78021a478fac350f33
f3b3ec
                buildorder: 60
f83a63
...