Blame python39.yaml

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